BusinessUnit table/entity reference
Note
Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.
Business, division, or department in the Microsoft Dynamics 365 database.
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/businessunits See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/businessunits(businessunitid) See Delete |
DeleteRequest or Delete |
| Retrieve | GET [org URI]/api/data/v9.0/businessunits(businessunitid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveBusinessHierarchyBusinessUnit | RetrieveBusinessHierarchyBusinessUnit Function | RetrieveBusinessHierarchyBusinessUnitRequest |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/businessunits See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| SetParentBusinessUnit | Associate and disassociate entities | SetParentBusinessUnitRequest |
| SetParentSystemUser | SetParentSystemUser Action | SetParentSystemUserRequest |
| SetParentTeam | Associate and disassociate entities | SetParentTeamRequest |
| SetState | PATCH [org URI]/api/data/v9.0/businessunits(businessunitid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/businessunits(businessunitid) See Update |
UpdateRequest or Update |
Properties
| Property | Value |
|---|---|
| CollectionSchemaName | BusinessUnits |
| DisplayCollectionName | Business Units |
| DisplayName | Business Unit |
| EntitySetName | businessunits |
| IsBPFEntity | False |
| LogicalCollectionName | businessunits |
| LogicalName | businessunit |
| OwnershipType | BusinessOwned |
| PrimaryIdAttribute | businessunitid |
| PrimaryNameAttribute | name |
| SchemaName | BusinessUnit |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- Address1_AddressId
- Address1_AddressTypeCode
- Address1_City
- Address1_Country
- Address1_County
- Address1_Fax
- Address1_Latitude
- Address1_Line1
- Address1_Line2
- Address1_Line3
- Address1_Longitude
- Address1_Name
- Address1_PostalCode
- Address1_PostOfficeBox
- Address1_ShippingMethodCode
- Address1_StateOrProvince
- Address1_Telephone1
- Address1_Telephone2
- Address1_Telephone3
- Address1_UPSZone
- Address1_UTCOffset
- Address2_AddressId
- Address2_AddressTypeCode
- Address2_City
- Address2_Country
- Address2_County
- Address2_Fax
- Address2_Latitude
- Address2_Line1
- Address2_Line2
- Address2_Line3
- Address2_Longitude
- Address2_Name
- Address2_PostalCode
- Address2_PostOfficeBox
- Address2_ShippingMethodCode
- Address2_StateOrProvince
- Address2_Telephone1
- Address2_Telephone2
- Address2_Telephone3
- Address2_UPSZone
- Address2_UTCOffset
- BusinessUnitId
- CalendarId
- CostCenter
- CreditLimit
- Description
- DivisionName
- EMailAddress
- FileAsName
- FtpSiteUrl
- ImportSequenceNumber
- InheritanceMask
- IsDisabled
- Name
- OverriddenCreatedOn
- ParentBusinessUnitId
- Picture
- StockExchange
- TickerSymbol
- TransactionCurrencyId
- UTCOffset
- WebSiteUrl
- WorkflowSuspended
Address1_AddressId
| Property | Value |
|---|---|
| Description | Unique identifier for address 1. |
| DisplayName | Address 1: ID |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | address1_addressid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
Address1_AddressTypeCode
| Property | Value |
|---|---|
| Description | Type of address for address 1, such as billing, shipping, or primary address. |
| DisplayName | Address 1: Address Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_addresstypecode |
| RequiredLevel | None |
| Type | Picklist |
Address1_AddressTypeCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Default Value |
Address1_City
| Property | Value |
|---|---|
| Description | City name for address 1. |
| DisplayName | Bill To City |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_city |
| MaxLength | 80 |
| RequiredLevel | None |
| Type | String |
Address1_Country
| Property | Value |
|---|---|
| Description | Country/region name for address 1. |
| DisplayName | Bill To Country/Region |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_country |
| MaxLength | 80 |
| RequiredLevel | None |
| Type | String |
Address1_County
| Property | Value |
|---|---|
| Description | County name for address 1. |
| DisplayName | Address 1: County |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_county |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address1_Fax
| Property | Value |
|---|---|
| Description | Fax number for address 1. |
| DisplayName | Address 1: Fax |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_fax |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address1_Latitude
| Property | Value |
|---|---|
| Description | Latitude for address 1. |
| DisplayName | Address 1: Latitude |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_latitude |
| MaxValue | 90 |
| MinValue | -90 |
| Precision | 5 |
| RequiredLevel | None |
| Type | Double |
Address1_Line1
| Property | Value |
|---|---|
| Description | First line for entering address 1 information. |
| DisplayName | Bill To Street 1 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_line1 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
Address1_Line2
| Property | Value |
|---|---|
| Description | Second line for entering address 1 information. |
| DisplayName | Bill To Street 2 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_line2 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
Address1_Line3
| Property | Value |
|---|---|
| Description | Third line for entering address 1 information. |
| DisplayName | Bill To Street 3 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_line3 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
Address1_Longitude
| Property | Value |
|---|---|
| Description | Longitude for address 1. |
| DisplayName | Address 1: Longitude |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_longitude |
| MaxValue | 180 |
| MinValue | -180 |
| Precision | 5 |
| RequiredLevel | None |
| Type | Double |
Address1_Name
| Property | Value |
|---|---|
| Description | Name to enter for address 1. |
| DisplayName | Address 1: Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_name |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
Address1_PostalCode
| Property | Value |
|---|---|
| Description | ZIP Code or postal code for address 1. |
| DisplayName | Bill To ZIP/Postal Code |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_postalcode |
| MaxLength | 20 |
| RequiredLevel | None |
| Type | String |
Address1_PostOfficeBox
| Property | Value |
|---|---|
| Description | Post office box number for address 1. |
| DisplayName | Address 1: Post Office Box |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_postofficebox |
| MaxLength | 20 |
| RequiredLevel | None |
| Type | String |
Address1_ShippingMethodCode
| Property | Value |
|---|---|
| Description | Method of shipment for address 1. |
| DisplayName | Address 1: Shipping Method |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_shippingmethodcode |
| RequiredLevel | None |
| Type | Picklist |
Address1_ShippingMethodCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Default Value |
Address1_StateOrProvince
| Property | Value |
|---|---|
| Description | State or province for address 1. |
| DisplayName | Bill To State/Province |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_stateorprovince |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address1_Telephone1
| Property | Value |
|---|---|
| Description | First telephone number associated with address 1. |
| DisplayName | Main Phone |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_telephone1 |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address1_Telephone2
| Property | Value |
|---|---|
| Description | Second telephone number associated with address 1. |
| DisplayName | Other Phone |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_telephone2 |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address1_Telephone3
| Property | Value |
|---|---|
| Description | Third telephone number associated with address 1. |
| DisplayName | Address 1: Telephone 3 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_telephone3 |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address1_UPSZone
| Property | Value |
|---|---|
| Description | United Parcel Service (UPS) zone for address 1. |
| DisplayName | Address 1: UPS Zone |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_upszone |
| MaxLength | 4 |
| RequiredLevel | None |
| Type | String |
Address1_UTCOffset
| Property | Value |
|---|---|
| Description | UTC offset for address 1. This is the difference between local time and standard Coordinated Universal Time. |
| DisplayName | Address 1: UTC Offset |
| Format | TimeZone |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_utcoffset |
| MaxValue | 1500 |
| MinValue | -1500 |
| RequiredLevel | None |
| Type | Integer |
Address2_AddressId
| Property | Value |
|---|---|
| Description | Unique identifier for address 2. |
| DisplayName | Address 2: ID |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | address2_addressid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
Address2_AddressTypeCode
| Property | Value |
|---|---|
| Description | Type of address for address 2, such as billing, shipping, or primary address. |
| DisplayName | Address 2: Address Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_addresstypecode |
| RequiredLevel | None |
| Type | Picklist |
Address2_AddressTypeCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Default Value |
Address2_City
| Property | Value |
|---|---|
| Description | City name for address 2. |
| DisplayName | Ship To City |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_city |
| MaxLength | 80 |
| RequiredLevel | None |
| Type | String |
Address2_Country
| Property | Value |
|---|---|
| Description | Country/region name for address 2. |
| DisplayName | Ship To Country/Region |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_country |
| MaxLength | 80 |
| RequiredLevel | None |
| Type | String |
Address2_County
| Property | Value |
|---|---|
| Description | County name for address 2. |
| DisplayName | Address 2: County |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_county |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address2_Fax
| Property | Value |
|---|---|
| Description | Fax number for address 2. |
| DisplayName | Address 2: Fax |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_fax |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address2_Latitude
| Property | Value |
|---|---|
| Description | Latitude for address 2. |
| DisplayName | Address 2: Latitude |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_latitude |
| MaxValue | 90 |
| MinValue | -90 |
| Precision | 5 |
| RequiredLevel | None |
| Type | Double |
Address2_Line1
| Property | Value |
|---|---|
| Description | First line for entering address 2 information. |
| DisplayName | Ship To Street 1 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_line1 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
Address2_Line2
| Property | Value |
|---|---|
| Description | Second line for entering address 2 information. |
| DisplayName | Ship To Street 2 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_line2 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
Address2_Line3
| Property | Value |
|---|---|
| Description | Third line for entering address 2 information. |
| DisplayName | Ship To Street 3 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_line3 |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
Address2_Longitude
| Property | Value |
|---|---|
| Description | Longitude for address 2. |
| DisplayName | Address 2: Longitude |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_longitude |
| MaxValue | 180 |
| MinValue | -180 |
| Precision | 5 |
| RequiredLevel | None |
| Type | Double |
Address2_Name
| Property | Value |
|---|---|
| Description | Name to enter for address 2. |
| DisplayName | Address 2: Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_name |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
Address2_PostalCode
| Property | Value |
|---|---|
| Description | ZIP Code or postal code for address 2. |
| DisplayName | Ship To ZIP/Postal Code |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_postalcode |
| MaxLength | 20 |
| RequiredLevel | None |
| Type | String |
Address2_PostOfficeBox
| Property | Value |
|---|---|
| Description | Post office box number for address 2. |
| DisplayName | Address 2: Post Office Box |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_postofficebox |
| MaxLength | 20 |
| RequiredLevel | None |
| Type | String |
Address2_ShippingMethodCode
| Property | Value |
|---|---|
| Description | Method of shipment for address 2. |
| DisplayName | Address 2: Shipping Method |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_shippingmethodcode |
| RequiredLevel | None |
| Type | Picklist |
Address2_ShippingMethodCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Default Value |
Address2_StateOrProvince
| Property | Value |
|---|---|
| Description | State or province for address 2. |
| DisplayName | Ship To State/Province |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_stateorprovince |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address2_Telephone1
| Property | Value |
|---|---|
| Description | First telephone number associated with address 2. |
| DisplayName | Address 2: Telephone 1 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_telephone1 |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address2_Telephone2
| Property | Value |
|---|---|
| Description | Second telephone number associated with address 2. |
| DisplayName | Address 2: Telephone 2 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_telephone2 |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address2_Telephone3
| Property | Value |
|---|---|
| Description | Third telephone number associated with address 2. |
| DisplayName | Address 2: Telephone 3 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_telephone3 |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address2_UPSZone
| Property | Value |
|---|---|
| Description | United Parcel Service (UPS) zone for address 2. |
| DisplayName | Address 2: UPS Zone |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_upszone |
| MaxLength | 4 |
| RequiredLevel | None |
| Type | String |
Address2_UTCOffset
| Property | Value |
|---|---|
| Description | UTC offset for address 2. This is the difference between local time and standard Coordinated Universal Time. |
| DisplayName | Address 2: UTC Offset |
| Format | TimeZone |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_utcoffset |
| MaxValue | 1500 |
| MinValue | -1500 |
| RequiredLevel | None |
| Type | Integer |
BusinessUnitId
| Property | Value |
|---|---|
| Description | Unique identifier of the business unit. |
| DisplayName | Business Unit |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | businessunitid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
CalendarId
| Property | Value |
|---|---|
| Description | Fiscal calendar associated with the business unit. |
| DisplayName | Calendar |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | calendarid |
| RequiredLevel | None |
| Targets | calendar |
| Type | Lookup |
CostCenter
| Property | Value |
|---|---|
| Description | Name of the business unit cost center. |
| DisplayName | Cost Center |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | costcenter |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreditLimit
| Property | Value |
|---|---|
| Description | Credit limit for the business unit. |
| DisplayName | Credit Limit |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | creditlimit |
| MaxValue | 1000000000 |
| MinValue | 0 |
| Precision | 2 |
| RequiredLevel | None |
| Type | Double |
Description
| Property | Value |
|---|---|
| Description | Description of the business unit. |
| DisplayName | Description |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | description |
| MaxLength | 2000 |
| RequiredLevel | None |
| Type | Memo |
DivisionName
| Property | Value |
|---|---|
| Description | Name of the division to which the business unit belongs. |
| DisplayName | Division |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | divisionname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
EMailAddress
| Property | Value |
|---|---|
| Description | Email address for the business unit. |
| DisplayName | |
| FormatName | |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | emailaddress |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
FileAsName
| Property | Value |
|---|---|
| Description | Alternative name under which the business unit can be filed. |
| DisplayName | File as Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | fileasname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
FtpSiteUrl
| Property | Value |
|---|---|
| Description | FTP site URL for the business unit. |
| DisplayName | FTP Site |
| FormatName | Url |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ftpsiteurl |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
ImportSequenceNumber
| Property | Value |
|---|---|
| Description | Unique identifier of the data import or data migration that created this record. |
| DisplayName | Import Sequence Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | importsequencenumber |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
InheritanceMask
| Property | Value |
|---|---|
| Description | Inheritance mask for the business unit. |
| DisplayName | Inheritance Mask |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | inheritancemask |
| MaxValue | 1000000000 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
IsDisabled
| Property | Value |
|---|---|
| Description | Information about whether the business unit is enabled or disabled. |
| DisplayName | Is Disabled |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | isdisabled |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsDisabled Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
Name
| Property | Value |
|---|---|
| Description | Name of the business unit. |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | name |
| MaxLength | 160 |
| RequiredLevel | SystemRequired |
| Type | String |
OverriddenCreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time that the record was migrated. |
| DisplayName | Record Created On |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | overriddencreatedon |
| RequiredLevel | None |
| Type | DateTime |
ParentBusinessUnitId
| Property | Value |
|---|---|
| Description | Unique identifier for the parent business unit. |
| DisplayName | Parent Business |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | parentbusinessunitid |
| RequiredLevel | ApplicationRequired |
| Targets | businessunit |
| Type | Lookup |
Picture
| Property | Value |
|---|---|
| Description | Picture or diagram of the business unit. |
| DisplayName | Picture |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | picture |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | Memo |
StockExchange
| Property | Value |
|---|---|
| Description | Stock exchange on which the business is listed. |
| DisplayName | Stock Exchange |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | stockexchange |
| MaxLength | 20 |
| RequiredLevel | None |
| Type | String |
TickerSymbol
| Property | Value |
|---|---|
| Description | Stock exchange ticker symbol for the business unit. |
| DisplayName | Ticker Symbol |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | tickersymbol |
| MaxLength | 10 |
| RequiredLevel | None |
| Type | String |
TransactionCurrencyId
| Property | Value |
|---|---|
| Description | Unique identifier of the currency associated with the businessunit. |
| DisplayName | Currency |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | transactioncurrencyid |
| RequiredLevel | None |
| Targets | transactioncurrency |
| Type | Lookup |
UTCOffset
| Property | Value |
|---|---|
| Description | UTC offset for the business unit. This is the difference between local time and standard Coordinated Universal Time. |
| DisplayName | UTC Offset |
| Format | TimeZone |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | utcoffset |
| MaxValue | 1500 |
| MinValue | -1500 |
| RequiredLevel | None |
| Type | Integer |
WebSiteUrl
| Property | Value |
|---|---|
| Description | Website URL for the business unit. |
| DisplayName | Website |
| FormatName | Url |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | websiteurl |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
WorkflowSuspended
| Property | Value |
|---|---|
| Description | Information about whether workflow or sales process rules have been suspended. |
| DisplayName | Workflow Suspended |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | workflowsuspended |
| RequiredLevel | None |
| Type | Boolean |
WorkflowSuspended Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- DisabledReason
- ExchangeRate
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OrganizationId
- OrganizationIdName
- ParentBusinessUnitIdName
- TransactionCurrencyIdName
- UserGroupId
- VersionNumber
CreatedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the business unit. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the business unit was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who created the businessunit. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
DisabledReason
| Property | Value |
|---|---|
| Description | Reason for disabling the business unit. |
| DisplayName | Disable Reason |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | disabledreason |
| MaxLength | 500 |
| RequiredLevel | None |
| Type | String |
ExchangeRate
| Property | Value |
|---|---|
| Description | Exchange rate for the currency associated with the businessunit with respect to the base currency. |
| DisplayName | Exchange Rate |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | exchangerate |
| MaxValue | 100000000000 |
| MinValue | 0.000000000001 |
| Precision | 12 |
| RequiredLevel | None |
| Type | Decimal |
ModifiedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who last modified the business unit. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the business unit was last modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who last modified the businessunit. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OrganizationId
| Property | Value |
|---|---|
| Description | Unique identifier of the organization associated with the business unit. |
| DisplayName | Organization |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationid |
| RequiredLevel | SystemRequired |
| Targets | organization |
| Type | Lookup |
OrganizationIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
ParentBusinessUnitIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | parentbusinessunitidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
TransactionCurrencyIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | transactioncurrencyidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
UserGroupId
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | usergroupid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
VersionNumber
| Property | Value |
|---|---|
| Description | Version number of the business unit. |
| DisplayName | Version number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
One-To-Many Relationships
Listed by SchemaName.
- business_unit_exchangesyncidmapping
- business_unit_interactionforemail
- business_unit_knowledgearticle
- business_unit_sharepointdocumentlocation
- business_unit_goal
- business_unit_mailbox
- business_unit_recurrencerule
- BusinessUnit_AsyncOperations
- BusinessUnit_ImportLogs
- business_unit_user_settings
- BusinessUnit_SyncError
- business_unit_sharepointsites
- business_unit_feedback
- business_unit_roles
- business_unit_postfollows
- business_unit_teams
- business_unit_queues2
- business_unit_goalrollupquery
- business_unit_userquery
- BusinessUnit_Imports
- BusinessUnit_ImportFiles
- business_unit_letter_activities
- businessunit_mailboxtrackingfolder
- business_unit_queues
- business_unit_annotations
- business_unit_workflow
- business_unit_personaldocumenttemplates
- businessunit_principalobjectattributeaccess
- business_unit_emailserverprofile
- business_unit_templates
- business_unit_contacts
- BulkDeleteOperation_BusinessUnit
- business_unit_task_activities
- business_unit_actioncards
- business_unit_asyncoperation
- business_unit_mailmergetemplates
- business_unit_userform
- business_unit_category
- business_unit_connections
- BusinessUnit_SyncErrors
- business_unit_workflowlogs
- business_unit_phone_call_activities
- business_unit_fax_activities
- business_unit_appointment_activities
- BusinessUnit_DuplicateRules
- business_unit_email_activities
- business_unit_socialactivity
- business_unit_reports
- business_unit_calendars
- BusinessUnit_ImportMaps
- business_unit_slakpiinstance
- business_unit_recurringappointmentmaster_activities
- business_unit_slabase
- business_unit_userqueryvisualizations
- business_unit_system_users
- business_unit_socialprofiles
- BusinessUnit_BulkDeleteFailures
- BusinessUnit_ProcessSessions
- business_unit_accounts
- business_unit_parent_business_unit
- Owning_businessunit_processsessions
- business_unit_activitypointer
- businessunit_callbackregistration
- businessunit_canvasapp
- business_unit_solutioncomponentbatchconfiguration
- business_unit_stagesolutionupload
- business_unit_exportsolutionupload
- business_unit_featurecontrolsetting
- business_unit_customapi
- business_unit_customapirequestparameter
- business_unit_customapiresponseproperty
- business_unit_datalakefolder
- business_unit_datalakefolderpermission
- business_unit_msdyn_dataflow
- business_unit_applicationuser
- business_unit_connector
- business_unit_environmentvariabledefinition
- business_unit_environmentvariablevalue
- business_unit_flowmachine
- business_unit_flowmachinegroup
- business_unit_processstageparameter
- business_unit_flowsession
- business_unit_workflowbinary
- business_unit_connectionreference
- business_unit_msdyn_aiconfiguration
- business_unit_msdyn_aimodel
- business_unit_msdyn_aitemplate
- business_unit_msdyn_aifptrainingdocument
- business_unit_msdyn_aiodimage
- business_unit_msdyn_aiodlabel
- business_unit_msdyn_aiodtrainingboundingbox
- business_unit_msdyn_aiodtrainingimage
- business_unit_msdyn_aibdataset
- business_unit_msdyn_aibdatasetfile
- business_unit_msdyn_aibdatasetrecord
- business_unit_msdyn_aibdatasetscontainer
- business_unit_msdyn_aibfile
- business_unit_msdyn_aibfileattacheddata
- business_unit_msdynce_botcontent
- business_unit_conversationtranscript
- business_unit_bot
- business_unit_botcomponent
- business_unit_activityfileattachment
- business_unit_msdyn_serviceconfiguration
- business_unit_msdyn_slakpi
- business_unit_msdyn_federatedarticle
- business_unit_msdyn_kmfederatedsearchconfig
- business_unit_msdyn_knowledgearticleimage
- business_unit_msdyn_knowledgeinteractioninsight
- business_unit_msdyn_knowledgesearchinsight
- business_unit_msdyn_kalanguagesetting
- business_unit_msdyn_kbattachment
- business_unit_msdyn_knowledgearticletemplate
- business_unit_msdyn_knowledgepersonalfilter
- business_unit_msdyn_knowledgesearchfilter
- business_unit_keyvaultreference
- business_unit_managedidentity
- business_unit_appnotification
- business_unit_msdyn_richtextfile
- business_unit_msdyn_pminferredtask
- business_unit_msdyn_pmrecording
- business_unit_msdyn_analysiscomponent
- business_unit_msdyn_analysisjob
- business_unit_msdyn_analysisresult
- business_unit_msdyn_analysisresultdetail
- business_unit_msdyn_solutionhealthrule
- business_unit_msdyn_solutionhealthruleargument
business_unit_exchangesyncidmapping
Same as exchangesyncidmapping table business_unit_exchangesyncidmapping Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | exchangesyncidmapping |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_exchangesyncidmapping |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_interactionforemail
Same as interactionforemail table business_unit_interactionforemail Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | interactionforemail |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_new_interactionforemail |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_knowledgearticle
Same as knowledgearticle table business_unit_knowledgearticle Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgearticle |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_knowledgearticle |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_sharepointdocumentlocation
Same as sharepointdocumentlocation table business_unit_sharepointdocumentlocation Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointdocumentlocation |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_sharepointdocumentlocation |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_goal
Same as goal table business_unit_goal Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | goal |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_goal |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_mailbox
Same as mailbox table business_unit_mailbox Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | mailbox |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_mailbox |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_recurrencerule
Same as recurrencerule table business_unit_recurrencerule Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | recurrencerule |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_recurrencerule |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
BusinessUnit_AsyncOperations
Same as asyncoperation table BusinessUnit_AsyncOperations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | BusinessUnit_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
BusinessUnit_ImportLogs
Same as importlog table BusinessUnit_ImportLogs Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | importlog |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | BusinessUnit_ImportLogs |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_user_settings
Same as usersettings table business_unit_user_settings Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | usersettings |
| ReferencingAttribute | businessunitid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_user_settings |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
BusinessUnit_SyncError
Same as syncerror table BusinessUnit_SyncError Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | BusinessUnit_SyncError |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_sharepointsites
Same as sharepointsite table business_unit_sharepointsites Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointsite |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_sharepointsites |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_feedback
Same as feedback table business_unit_feedback Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | feedback |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_feedback |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_roles
Same as role table business_unit_roles Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | role |
| ReferencingAttribute | businessunitid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_roles |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_postfollows
Same as postfollow table business_unit_postfollows Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | postfollow |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_postfollows |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_teams
Same as team table business_unit_teams Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | team |
| ReferencingAttribute | businessunitid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_teams |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_queues2
Same as queue table business_unit_queues2 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | queue |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_queues2 |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_goalrollupquery
Same as goalrollupquery table business_unit_goalrollupquery Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | goalrollupquery |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_goalrollupquery |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_userquery
Same as userquery table business_unit_userquery Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | userquery |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_userquery |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
BusinessUnit_Imports
Same as import table BusinessUnit_Imports Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | import |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | BusinessUnit_Imports |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
BusinessUnit_ImportFiles
Same as importfile table BusinessUnit_ImportFiles Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | importfile |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | BusinessUnit_ImportFiles |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_letter_activities
Same as letter table business_unit_letter_activities Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | letter |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_letter_activities |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
businessunit_mailboxtrackingfolder
Same as mailboxtrackingfolder table businessunit_mailboxtrackingfolder Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | businessunit_mailboxtrackingfolder |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_queues
Same as queue table business_unit_queues Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | queue |
| ReferencingAttribute | businessunitid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_queues |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_annotations
Same as annotation table business_unit_annotations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_annotations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_workflow
Same as workflow table business_unit_workflow Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | workflow |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_workflow |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_personaldocumenttemplates
Same as personaldocumenttemplate table business_unit_personaldocumenttemplates Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | personaldocumenttemplate |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_personaldocumenttemplates |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
businessunit_principalobjectattributeaccess
Same as principalobjectattributeaccess table businessunit_principalobjectattributeaccess Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | businessunit_principalobjectattributeaccess |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_emailserverprofile
Same as emailserverprofile table business_unit_emailserverprofile Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | emailserverprofile |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_emailserverprofile |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_templates
Same as template table business_unit_templates Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | template |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_templates |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_contacts
Same as contact table business_unit_contacts Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | contact |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_contacts |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
BulkDeleteOperation_BusinessUnit
Same as bulkdeleteoperation table BulkDeleteOperation_BusinessUnit Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeleteoperation |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | BulkDeleteOperation_BusinessUnit |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_task_activities
Same as task table business_unit_task_activities Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | task |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_task_activities |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_actioncards
Same as actioncard table business_unit_actioncards Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | actioncard |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_actioncards |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_asyncoperation
Same as asyncoperation table business_unit_asyncoperation Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_asyncoperation |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_mailmergetemplates
Same as mailmergetemplate table business_unit_mailmergetemplates Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | mailmergetemplate |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_mailmergetemplates |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_userform
Same as userform table business_unit_userform Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | userform |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_userform |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_category
Same as category table business_unit_category Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | category |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_category |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_connections
Same as connection table business_unit_connections Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_connections |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
BusinessUnit_SyncErrors
Same as syncerror table BusinessUnit_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | BusinessUnit_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: NoCascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
business_unit_workflowlogs
Same as workflowlog table business_unit_workflowlogs Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | workflowlog |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_workflowlogs |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_phone_call_activities
Same as phonecall table business_unit_phone_call_activities Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | phonecall |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_phone_call_activities |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_fax_activities
Same as fax table business_unit_fax_activities Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | fax |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_fax_activities |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_appointment_activities
Same as appointment table business_unit_appointment_activities Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | appointment |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_appointment_activities |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
BusinessUnit_DuplicateRules
Same as duplicaterule table BusinessUnit_DuplicateRules Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterule |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | BusinessUnit_DuplicateRules |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_email_activities
Same as email table business_unit_email_activities Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_email_activities |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_socialactivity
Same as socialactivity table business_unit_socialactivity Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | socialactivity |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_socialactivity |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_reports
Same as report table business_unit_reports Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | report |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_reports |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_calendars
Same as calendar table business_unit_calendars Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | calendar |
| ReferencingAttribute | businessunitid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_calendars |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
BusinessUnit_ImportMaps
Same as importmap table BusinessUnit_ImportMaps Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | importmap |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | BusinessUnit_ImportMaps |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_slakpiinstance
Same as slakpiinstance table business_unit_slakpiinstance Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | slakpiinstance |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_slakpiinstance |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_recurringappointmentmaster_activities
Same as recurringappointmentmaster table business_unit_recurringappointmentmaster_activities Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | recurringappointmentmaster |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_recurringappointmentmaster_activities |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_slabase
Same as sla table business_unit_slabase Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | sla |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_slabase |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_userqueryvisualizations
Same as userqueryvisualization table business_unit_userqueryvisualizations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | userqueryvisualization |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_userqueryvisualizations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_system_users
Same as systemuser table business_unit_system_users Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | systemuser |
| ReferencingAttribute | businessunitid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_system_users |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_socialprofiles
Same as socialprofile table business_unit_socialprofiles Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | socialprofile |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_socialprofiles |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
BusinessUnit_BulkDeleteFailures
Same as bulkdeletefailure table BusinessUnit_BulkDeleteFailures Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | BusinessUnit_BulkDeleteFailures |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
BusinessUnit_ProcessSessions
Same as processsession table BusinessUnit_ProcessSessions Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | BusinessUnit_ProcessSessions |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 110 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_accounts
Same as account table business_unit_accounts Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | account |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_accounts |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_parent_business_unit
Same as businessunit table business_unit_parent_business_unit Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | businessunit |
| ReferencingAttribute | parentbusinessunitid |
| IsHierarchical | True |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_parent_business_unit |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Owning_businessunit_processsessions
Same as processsession table Owning_businessunit_processsessions Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | Owning_businessunit_processsessions |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_activitypointer
Same as activitypointer table business_unit_activitypointer Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | activitypointer |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_activitypointer |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
businessunit_callbackregistration
Same as callbackregistration table businessunit_callbackregistration Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | callbackregistration |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | businessunit_callbackregistration |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
businessunit_canvasapp
Same as canvasapp table businessunit_canvasapp Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | canvasapp |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | businessunit_canvasapp |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_solutioncomponentbatchconfiguration
Added by: Active Solution Solution
Same as solutioncomponentbatchconfiguration table business_unit_solutioncomponentbatchconfiguration Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentbatchconfiguration |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_solutioncomponentbatchconfiguration |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_stagesolutionupload
Added by: Active Solution Solution
Same as stagesolutionupload table business_unit_stagesolutionupload Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | stagesolutionupload |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_stagesolutionupload |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_exportsolutionupload
Added by: Active Solution Solution
Same as exportsolutionupload table business_unit_exportsolutionupload Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | exportsolutionupload |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_exportsolutionupload |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_featurecontrolsetting
Added by: Active Solution Solution
Same as featurecontrolsetting table business_unit_featurecontrolsetting Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | featurecontrolsetting |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_featurecontrolsetting |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_customapi
Added by: Active Solution Solution
Same as customapi table business_unit_customapi Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | customapi |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_customapi |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_customapirequestparameter
Added by: Active Solution Solution
Same as customapirequestparameter table business_unit_customapirequestparameter Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | customapirequestparameter |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_customapirequestparameter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_customapiresponseproperty
Added by: Active Solution Solution
Same as customapiresponseproperty table business_unit_customapiresponseproperty Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | customapiresponseproperty |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_customapiresponseproperty |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_datalakefolder
Added by: Active Solution Solution
Same as datalakefolder table business_unit_datalakefolder Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolder |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_datalakefolder |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_datalakefolderpermission
Added by: Active Solution Solution
Same as datalakefolderpermission table business_unit_datalakefolderpermission Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolderpermission |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_datalakefolderpermission |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_dataflow
Added by: Active Solution Solution
Same as msdyn_dataflow table business_unit_msdyn_dataflow Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_dataflow |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_dataflow |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_applicationuser
Added by: ApplicationUserSolution Solution
Same as applicationuser table business_unit_applicationuser Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | applicationuser |
| ReferencingAttribute | businessunitid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_applicationuser |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_connector
Added by: Active Solution Solution
Same as connector table business_unit_connector Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connector |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_connector |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_environmentvariabledefinition
Added by: Active Solution Solution
Same as environmentvariabledefinition table business_unit_environmentvariabledefinition Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariabledefinition |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_environmentvariabledefinition |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_environmentvariablevalue
Added by: Active Solution Solution
Same as environmentvariablevalue table business_unit_environmentvariablevalue Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariablevalue |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_environmentvariablevalue |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_flowmachine
Added by: Active Solution Solution
Same as flowmachine table business_unit_flowmachine Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachine |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_flowmachine |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_flowmachinegroup
Added by: Active Solution Solution
Same as flowmachinegroup table business_unit_flowmachinegroup Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachinegroup |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_flowmachinegroup |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_processstageparameter
Added by: Active Solution Solution
Same as processstageparameter table business_unit_processstageparameter Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processstageparameter |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_processstageparameter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_flowsession
Added by: Active Solution Solution
Same as flowsession table business_unit_flowsession Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | flowsession |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_flowsession |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_workflowbinary
Added by: Active Solution Solution
Same as workflowbinary table business_unit_workflowbinary Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | workflowbinary |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_workflowbinary |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_connectionreference
Added by: Active Solution Solution
Same as connectionreference table business_unit_connectionreference Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connectionreference |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_connectionreference |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aiconfiguration
Added by: Active Solution Solution
Same as msdyn_aiconfiguration table business_unit_msdyn_aiconfiguration Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiconfiguration |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aiconfiguration |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aimodel
Added by: Active Solution Solution
Same as msdyn_aimodel table business_unit_msdyn_aimodel Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aimodel |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aimodel |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aitemplate
Added by: Active Solution Solution
Same as msdyn_aitemplate table business_unit_msdyn_aitemplate Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aitemplate |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aitemplate |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aifptrainingdocument
Added by: Active Solution Solution
Same as msdyn_aifptrainingdocument table business_unit_msdyn_aifptrainingdocument Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aifptrainingdocument |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aifptrainingdocument |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aiodimage
Added by: Active Solution Solution
Same as msdyn_aiodimage table business_unit_msdyn_aiodimage Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodimage |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aiodimage |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aiodlabel
Added by: Active Solution Solution
Same as msdyn_aiodlabel table business_unit_msdyn_aiodlabel Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodlabel |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aiodlabel |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aiodtrainingboundingbox
Added by: Active Solution Solution
Same as msdyn_aiodtrainingboundingbox table business_unit_msdyn_aiodtrainingboundingbox Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingboundingbox |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aiodtrainingboundingbox |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aiodtrainingimage
Added by: Active Solution Solution
Same as msdyn_aiodtrainingimage table business_unit_msdyn_aiodtrainingimage Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingimage |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aiodtrainingimage |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aibdataset
Added by: Active Solution Solution
Same as msdyn_aibdataset table business_unit_msdyn_aibdataset Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdataset |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibdataset |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aibdatasetfile
Added by: Active Solution Solution
Same as msdyn_aibdatasetfile table business_unit_msdyn_aibdatasetfile Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetfile |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibdatasetfile |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aibdatasetrecord
Added by: Active Solution Solution
Same as msdyn_aibdatasetrecord table business_unit_msdyn_aibdatasetrecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetrecord |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibdatasetrecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aibdatasetscontainer
Added by: Active Solution Solution
Same as msdyn_aibdatasetscontainer table business_unit_msdyn_aibdatasetscontainer Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetscontainer |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibdatasetscontainer |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aibfile
Added by: Active Solution Solution
Same as msdyn_aibfile table business_unit_msdyn_aibfile Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfile |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibfile |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_aibfileattacheddata
Added by: Active Solution Solution
Same as msdyn_aibfileattacheddata table business_unit_msdyn_aibfileattacheddata Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfileattacheddata |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibfileattacheddata |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdynce_botcontent
Added by: Active Solution Solution
Same as msdynce_botcontent table business_unit_msdynce_botcontent Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdynce_botcontent |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdynce_botcontent |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_conversationtranscript
Added by: Active Solution Solution
Same as conversationtranscript table business_unit_conversationtranscript Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | conversationtranscript |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_conversationtranscript |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_bot
Added by: Active Solution Solution
Same as bot table business_unit_bot Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bot |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_bot |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_botcomponent
Added by: Active Solution Solution
Same as botcomponent table business_unit_botcomponent Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | botcomponent |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_botcomponent |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_activityfileattachment
Added by: Activities Patch Solution
Same as activityfileattachment table business_unit_activityfileattachment Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | activityfileattachment |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_activityfileattachment |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_serviceconfiguration
Added by: Active Solution Solution
Same as msdyn_serviceconfiguration table business_unit_msdyn_serviceconfiguration Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_serviceconfiguration |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_serviceconfiguration |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_slakpi
Added by: Active Solution Solution
Same as msdyn_slakpi table business_unit_msdyn_slakpi Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_slakpi |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_slakpi |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_federatedarticle
Added by: Active Solution Solution
Same as msdyn_federatedarticle table business_unit_msdyn_federatedarticle Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_federatedarticle |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_federatedarticle |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_kmfederatedsearchconfig
Added by: Active Solution Solution
Same as msdyn_kmfederatedsearchconfig table business_unit_msdyn_kmfederatedsearchconfig Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kmfederatedsearchconfig |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_kmfederatedsearchconfig |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_knowledgearticleimage
Added by: Active Solution Solution
Same as msdyn_knowledgearticleimage table business_unit_msdyn_knowledgearticleimage Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticleimage |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgearticleimage |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_knowledgeinteractioninsight
Added by: Active Solution Solution
Same as msdyn_knowledgeinteractioninsight table business_unit_msdyn_knowledgeinteractioninsight Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgeinteractioninsight |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgeinteractioninsight |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_knowledgesearchinsight
Added by: Active Solution Solution
Same as msdyn_knowledgesearchinsight table business_unit_msdyn_knowledgesearchinsight Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchinsight |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgesearchinsight |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_kalanguagesetting
Added by: Active Solution Solution
Same as msdyn_kalanguagesetting table business_unit_msdyn_kalanguagesetting Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kalanguagesetting |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_kalanguagesetting |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_kbattachment
Added by: Active Solution Solution
Same as msdyn_kbattachment table business_unit_msdyn_kbattachment Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kbattachment |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_kbattachment |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_knowledgearticletemplate
Added by: Active Solution Solution
Same as msdyn_knowledgearticletemplate table business_unit_msdyn_knowledgearticletemplate Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticletemplate |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgearticletemplate |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_knowledgepersonalfilter
Added by: Active Solution Solution
Same as msdyn_knowledgepersonalfilter table business_unit_msdyn_knowledgepersonalfilter Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgepersonalfilter |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgepersonalfilter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_knowledgesearchfilter
Added by: Active Solution Solution
Same as msdyn_knowledgesearchfilter table business_unit_msdyn_knowledgesearchfilter Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchfilter |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgesearchfilter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_keyvaultreference
Added by: Active Solution Solution
Same as keyvaultreference table business_unit_keyvaultreference Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | keyvaultreference |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_keyvaultreference |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_managedidentity
Added by: Active Solution Solution
Same as managedidentity table business_unit_managedidentity Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | managedidentity |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_managedidentity |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_appnotification
Added by: Active Solution Solution
Same as appnotification table business_unit_appnotification Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | appnotification |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_appnotification |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_richtextfile
Added by: Active Solution Solution
Same as msdyn_richtextfile table business_unit_msdyn_richtextfile Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_richtextfile |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_richtextfile |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_pminferredtask
Added by: Active Solution Solution
Same as msdyn_pminferredtask table business_unit_msdyn_pminferredtask Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pminferredtask |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_pminferredtask |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_pmrecording
Added by: Active Solution Solution
Same as msdyn_pmrecording table business_unit_msdyn_pmrecording Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmrecording |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmrecording |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_analysiscomponent
Added by: Active Solution Solution
Same as msdyn_analysiscomponent table business_unit_msdyn_analysiscomponent Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysiscomponent |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_analysiscomponent |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_analysisjob
Added by: Active Solution Solution
Same as msdyn_analysisjob table business_unit_msdyn_analysisjob Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisjob |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_analysisjob |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_analysisresult
Added by: Active Solution Solution
Same as msdyn_analysisresult table business_unit_msdyn_analysisresult Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresult |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_analysisresult |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_analysisresultdetail
Added by: Active Solution Solution
Same as msdyn_analysisresultdetail table business_unit_msdyn_analysisresultdetail Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresultdetail |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_analysisresultdetail |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_solutionhealthrule
Added by: Active Solution Solution
Same as msdyn_solutionhealthrule table business_unit_msdyn_solutionhealthrule Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthrule |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_solutionhealthrule |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
business_unit_msdyn_solutionhealthruleargument
Added by: Active Solution Solution
Same as msdyn_solutionhealthruleargument table business_unit_msdyn_solutionhealthruleargument Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthruleargument |
| ReferencingAttribute | owningbusinessunit |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | business_unit_msdyn_solutionhealthruleargument |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.
- TransactionCurrency_BusinessUnit
- lk_businessunitbase_createdby
- lk_businessunit_modifiedonbehalfby
- business_unit_parent_business_unit
- organization_business_units
- lk_businessunit_createdonbehalfby
- lk_businessunitbase_modifiedby
- BusinessUnit_Calendar
TransactionCurrency_BusinessUnit
See transactioncurrency Table TransactionCurrency_BusinessUnit One-To-Many relationship.
lk_businessunitbase_createdby
See systemuser Table lk_businessunitbase_createdby One-To-Many relationship.
lk_businessunit_modifiedonbehalfby
See systemuser Table lk_businessunit_modifiedonbehalfby One-To-Many relationship.
business_unit_parent_business_unit
See businessunit Table business_unit_parent_business_unit One-To-Many relationship.
organization_business_units
See organization Table organization_business_units One-To-Many relationship.
lk_businessunit_createdonbehalfby
See systemuser Table lk_businessunit_createdonbehalfby One-To-Many relationship.
lk_businessunitbase_modifiedby
See systemuser Table lk_businessunitbase_modifiedby One-To-Many relationship.
BusinessUnit_Calendar
See calendar Table BusinessUnit_Calendar One-To-Many relationship.
See also
About the table reference
Web API Reference
businessunit EntityType