Interface OrganizationSettings

Returns information about the current organization settings.

Hierarchy

  • OrganizationSettings

Properties

baseCurrency: Xrm.LookupValue

Returns a lookup object containing the ID, name, and entity type of the base currency for the current organization.

baseCurrencyId: string

Returns the ID of the base currency for the current organization.

Deprecated

Deprecated in v9.1; use globalContext.organizationSettings.baseCurrency instead to display name along with the ID.

defaultCountryCode: string

Returns the default country/region code for phone numbers for the current organization.

isAutoSaveEnabled: boolean

Indicates whether the auto-save option is enabled for the current organization.

languageId: number

Returns the preferred language ID for the current organization.

organizationGeo: string

Returns the region of the current organization.

organizationId: string

Returns the ID of the current organization.

uniqueName: string

Returns the unique name of the current organization.

useSkypeProtocol: boolean

Indicates whether the Skype protocol is used for the current organization.

Generated using TypeDoc