Business Unit (BusinessUnit) table/entity reference
Business, division, or department in the Microsoft Dynamics 365 database.
Messages
The following table lists the messages for the Business Unit (BusinessUnit) table. Messages represent operations that can be performed on the table. They may also be events.
Name Is Event? |
Web API Operation | SDK for .NET |
---|---|---|
Create Event: True |
POST /businessunitsSee Create |
Create records |
Delete Event: True |
DELETE /businessunits(businessunitid)See Delete |
Delete records |
Retrieve Event: False |
GET /businessunits(businessunitid)See Retrieve |
Retrieve records |
RetrieveBusinessHierarchyBusinessUnit Event: False |
RetrieveBusinessHierarchyBusinessUnit | RetrieveBusinessHierarchyBusinessUnitRequest |
RetrieveMultiple Event: False |
GET /businessunitsSee Query data |
Query data |
RetrieveSubsidiaryTeamsBusinessUnit Event: False |
RetrieveSubsidiaryTeamsBusinessUnitRequest | |
RetrieveSubsidiaryUsersBusinessUnit Event: False |
RetrieveSubsidiaryUsersBusinessUnitRequest | |
SetParentSystemUser Event: False |
SetParentSystemUser | SetParentSystemUserRequest |
SetParentBusinessUnit Event: False |
SetParentBusinessUnitRequest | |
SetParentTeam Event: False |
SetParentTeam | SetParentTeamRequest |
SetState Event: True |
PATCH /businessunits(businessunitid)Update the statecode and statuscode properties. |
SetStateRequest |
Update Event: True |
PATCH /businessunits(businessunitid)See Update |
Update records |
Upsert Event: False |
PATCH /businessunits(businessunitid)See Upsert a table row |
UpsertRequest |
Properties
The following table lists selected properties for the Business Unit (BusinessUnit) table.
Property | Value |
---|---|
DisplayName | Business Unit |
DisplayCollectionName | Business Units |
SchemaName | BusinessUnit |
CollectionSchemaName | BusinessUnits |
EntitySetName | businessunits |
LogicalName | businessunit |
LogicalCollectionName | businessunits |
PrimaryIdAttribute | businessunitid |
PrimaryNameAttribute | name |
TableType | Standard |
OwnershipType | BusinessOwned |
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 |
DefaultFormValue | 1 |
GlobalChoiceName | businessunit_address1_addresstypecode |
Address1_AddressTypeCode Choices/Options
Value | Label |
---|---|
1 | Default Value |
Address1_City
Property | Value |
---|---|
Description | City name for address 1. |
DisplayName | Bill To City |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_city |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 80 |
Address1_Country
Property | Value |
---|---|
Description | Country/region name for address 1. |
DisplayName | Bill To Country/Region |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_country |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 80 |
Address1_County
Property | Value |
---|---|
Description | County name for address 1. |
DisplayName | Address 1: County |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_county |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 50 |
Address1_Fax
Property | Value |
---|---|
Description | Fax number for address 1. |
DisplayName | Address 1: Fax |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_fax |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 50 |
Address1_Latitude
Property | Value |
---|---|
Description | Latitude for address 1. |
DisplayName | Address 1: Latitude |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_latitude |
RequiredLevel | None |
Type | Double |
ImeMode | Disabled |
MaxValue | 90 |
MinValue | -90 |
Precision | 5 |
Address1_Line1
Property | Value |
---|---|
Description | First line for entering address 1 information. |
DisplayName | Bill To Street 1 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_line1 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 250 |
Address1_Line2
Property | Value |
---|---|
Description | Second line for entering address 1 information. |
DisplayName | Bill To Street 2 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_line2 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 250 |
Address1_Line3
Property | Value |
---|---|
Description | Third line for entering address 1 information. |
DisplayName | Bill To Street 3 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_line3 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 250 |
Address1_Longitude
Property | Value |
---|---|
Description | Longitude for address 1. |
DisplayName | Address 1: Longitude |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_longitude |
RequiredLevel | None |
Type | Double |
ImeMode | Disabled |
MaxValue | 180 |
MinValue | -180 |
Precision | 5 |
Address1_Name
Property | Value |
---|---|
Description | Name to enter for address 1. |
DisplayName | Address 1: Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_name |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 100 |
Address1_PostalCode
Property | Value |
---|---|
Description | ZIP Code or postal code for address 1. |
DisplayName | Bill To ZIP/Postal Code |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_postalcode |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 20 |
Address1_PostOfficeBox
Property | Value |
---|---|
Description | Post office box number for address 1. |
DisplayName | Address 1: Post Office Box |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_postofficebox |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 20 |
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 |
DefaultFormValue | 1 |
GlobalChoiceName | businessunit_address1_shippingmethodcode |
Address1_ShippingMethodCode Choices/Options
Value | Label |
---|---|
1 | Default Value |
Address1_StateOrProvince
Property | Value |
---|---|
Description | State or province for address 1. |
DisplayName | Bill To State/Province |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_stateorprovince |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 50 |
Address1_Telephone1
Property | Value |
---|---|
Description | First telephone number associated with address 1. |
DisplayName | Main Phone |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_telephone1 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 50 |
Address1_Telephone2
Property | Value |
---|---|
Description | Second telephone number associated with address 1. |
DisplayName | Other Phone |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_telephone2 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 50 |
Address1_Telephone3
Property | Value |
---|---|
Description | Third telephone number associated with address 1. |
DisplayName | Address 1: Telephone 3 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_telephone3 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 50 |
Address1_UPSZone
Property | Value |
---|---|
Description | United Parcel Service (UPS) zone for address 1. |
DisplayName | Address 1: UPS Zone |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_upszone |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 4 |
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 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address1_utcoffset |
RequiredLevel | None |
Type | Integer |
MaxValue | 1500 |
MinValue | -1500 |
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 |
DefaultFormValue | 1 |
GlobalChoiceName | businessunit_address2_addresstypecode |
Address2_AddressTypeCode Choices/Options
Value | Label |
---|---|
1 | Default Value |
Address2_City
Property | Value |
---|---|
Description | City name for address 2. |
DisplayName | Ship To City |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_city |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 80 |
Address2_Country
Property | Value |
---|---|
Description | Country/region name for address 2. |
DisplayName | Ship To Country/Region |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_country |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 80 |
Address2_County
Property | Value |
---|---|
Description | County name for address 2. |
DisplayName | Address 2: County |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_county |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 50 |
Address2_Fax
Property | Value |
---|---|
Description | Fax number for address 2. |
DisplayName | Address 2: Fax |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_fax |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 50 |
Address2_Latitude
Property | Value |
---|---|
Description | Latitude for address 2. |
DisplayName | Address 2: Latitude |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_latitude |
RequiredLevel | None |
Type | Double |
ImeMode | Disabled |
MaxValue | 90 |
MinValue | -90 |
Precision | 5 |
Address2_Line1
Property | Value |
---|---|
Description | First line for entering address 2 information. |
DisplayName | Ship To Street 1 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_line1 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 250 |
Address2_Line2
Property | Value |
---|---|
Description | Second line for entering address 2 information. |
DisplayName | Ship To Street 2 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_line2 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 250 |
Address2_Line3
Property | Value |
---|---|
Description | Third line for entering address 2 information. |
DisplayName | Ship To Street 3 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_line3 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 250 |
Address2_Longitude
Property | Value |
---|---|
Description | Longitude for address 2. |
DisplayName | Address 2: Longitude |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_longitude |
RequiredLevel | None |
Type | Double |
ImeMode | Disabled |
MaxValue | 180 |
MinValue | -180 |
Precision | 5 |
Address2_Name
Property | Value |
---|---|
Description | Name to enter for address 2. |
DisplayName | Address 2: Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_name |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 100 |
Address2_PostalCode
Property | Value |
---|---|
Description | ZIP Code or postal code for address 2. |
DisplayName | Ship To ZIP/Postal Code |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_postalcode |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 20 |
Address2_PostOfficeBox
Property | Value |
---|---|
Description | Post office box number for address 2. |
DisplayName | Address 2: Post Office Box |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_postofficebox |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 20 |
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 |
DefaultFormValue | 1 |
GlobalChoiceName | businessunit_address2_shippingmethodcode |
Address2_ShippingMethodCode Choices/Options
Value | Label |
---|---|
1 | Default Value |
Address2_StateOrProvince
Property | Value |
---|---|
Description | State or province for address 2. |
DisplayName | Ship To State/Province |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_stateorprovince |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Active |
IsLocalizable | False |
MaxLength | 50 |
Address2_Telephone1
Property | Value |
---|---|
Description | First telephone number associated with address 2. |
DisplayName | Address 2: Telephone 1 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_telephone1 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 50 |
Address2_Telephone2
Property | Value |
---|---|
Description | Second telephone number associated with address 2. |
DisplayName | Address 2: Telephone 2 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_telephone2 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 50 |
Address2_Telephone3
Property | Value |
---|---|
Description | Third telephone number associated with address 2. |
DisplayName | Address 2: Telephone 3 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_telephone3 |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 50 |
Address2_UPSZone
Property | Value |
---|---|
Description | United Parcel Service (UPS) zone for address 2. |
DisplayName | Address 2: UPS Zone |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_upszone |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 4 |
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 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | address2_utcoffset |
RequiredLevel | None |
Type | Integer |
MaxValue | 1500 |
MinValue | -1500 |
BusinessUnitId
Property | Value |
---|---|
Description | Unique identifier of the business unit. |
DisplayName | Business Unit |
IsValidForForm | False |
IsValidForRead | True |
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 |
Type | Lookup |
Targets | calendar |
CostCenter
Property | Value |
---|---|
Description | Name of the business unit cost center. |
DisplayName | Cost Center |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | costcenter |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
CreditLimit
Property | Value |
---|---|
Description | Credit limit for the business unit. |
DisplayName | Credit Limit |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | creditlimit |
RequiredLevel | None |
Type | Double |
ImeMode | Disabled |
MaxValue | 1000000000 |
MinValue | 0 |
Precision | 2 |
Description
Property | Value |
---|---|
Description | Description of the business unit. |
DisplayName | Description |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | description |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 2000 |
DivisionName
Property | Value |
---|---|
Description | Name of the division to which the business unit belongs. |
DisplayName | Division |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | divisionname |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
EMailAddress
Property | Value |
---|---|
Description | Email address for the business unit. |
DisplayName | |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | emailaddress |
RequiredLevel | None |
Type | String |
Format | |
FormatName | |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 100 |
FileAsName
Property | Value |
---|---|
Description | Alternative name under which the business unit can be filed. |
DisplayName | File as Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | fileasname |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
FtpSiteUrl
Property | Value |
---|---|
Description | FTP site URL for the business unit. |
DisplayName | FTP Site |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ftpsiteurl |
RequiredLevel | None |
Type | String |
Format | Url |
FormatName | Url |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 200 |
ImportSequenceNumber
Property | Value |
---|---|
Description | Unique identifier of the data import or data migration that created this record. |
DisplayName | Import Sequence Number |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | importsequencenumber |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -2147483648 |
InheritanceMask
Property | Value |
---|---|
Description | Inheritance mask for the business unit. |
DisplayName | Inheritance Mask |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | inheritancemask |
RequiredLevel | None |
Type | Integer |
MaxValue | 1000000000 |
MinValue | 0 |
IsDisabled
Property | Value |
---|---|
Description | Information about whether the business unit is enabled or disabled. |
DisplayName | Is Disabled |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | isdisabled |
RequiredLevel | SystemRequired |
Type | Boolean |
GlobalChoiceName | businessunit_isdisabled |
DefaultValue | False |
True Label | Yes |
False Label | No |
Name
Property | Value |
---|---|
Description | Name of the business unit. |
DisplayName | Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | name |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 160 |
OverriddenCreatedOn
Property | Value |
---|---|
Description | Date and time that the record was migrated. |
DisplayName | Record Created On |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overriddencreatedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Inactive |
SourceTypeMask | 0 |
ParentBusinessUnitId
Property | Value |
---|---|
Description | Unique identifier for the parent business unit. |
DisplayName | Parent Business |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | parentbusinessunitid |
RequiredLevel | ApplicationRequired |
Type | Lookup |
Targets | businessunit |
Picture
Property | Value |
---|---|
Description | Picture or diagram of the business unit. |
DisplayName | Picture |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | picture |
RequiredLevel | None |
Type | Memo |
Format | TextArea |
FormatName | TextArea |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1073741823 |
StockExchange
Property | Value |
---|---|
Description | Stock exchange on which the business is listed. |
DisplayName | Stock Exchange |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | stockexchange |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 20 |
TickerSymbol
Property | Value |
---|---|
Description | Stock exchange ticker symbol for the business unit. |
DisplayName | Ticker Symbol |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | tickersymbol |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 10 |
TransactionCurrencyId
Property | Value |
---|---|
Description | Unique identifier of the currency associated with the businessunit. |
DisplayName | Currency |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | transactioncurrencyid |
RequiredLevel | None |
Type | Lookup |
Targets | transactioncurrency |
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 |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | utcoffset |
RequiredLevel | None |
Type | Integer |
MaxValue | 1500 |
MinValue | -1500 |
WebSiteUrl
Property | Value |
---|---|
Description | Website URL for the business unit. |
DisplayName | Website |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | websiteurl |
RequiredLevel | None |
Type | String |
Format | Url |
FormatName | Url |
ImeMode | Inactive |
IsLocalizable | False |
MaxLength | 200 |
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 |
GlobalChoiceName | businessunit_workflowsuspended |
DefaultValue | False |
True Label | Yes |
False Label | No |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- DisabledReason
- ExchangeRate
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- OrganizationId
- 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 |
Type | Lookup |
Targets | systemuser |
CreatedOn
Property | Value |
---|---|
Description | Date and time when the business unit was created. |
DisplayName | Created On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
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 |
Type | Lookup |
Targets | systemuser |
DisabledReason
Property | Value |
---|---|
Description | Reason for disabling the business unit. |
DisplayName | Disable Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | disabledreason |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 500 |
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 |
RequiredLevel | None |
Type | Decimal |
ImeMode | Disabled |
MaxValue | 100000000000 |
MinValue | 1E-12 |
Precision | 12 |
SourceTypeMask | 0 |
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 |
Type | Lookup |
Targets | systemuser |
ModifiedOn
Property | Value |
---|---|
Description | Date and time when the business unit was last modified. |
DisplayName | Modified On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
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 |
Type | Lookup |
Targets | systemuser |
OrganizationId
Property | Value |
---|---|
Description | Unique identifier of the organization associated with the business unit. |
DisplayName | Organization |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | organizationid |
RequiredLevel | SystemRequired |
Type | Lookup |
Targets | organization |
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 |
RequiredLevel | None |
Type | BigInt |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
Many-to-One relationships
These relationships are many-to-one. Listed by SchemaName.
- business_unit_parent_business_unit
- BusinessUnit_Calendar
- lk_businessunit_createdonbehalfby
- lk_businessunit_modifiedonbehalfby
- lk_businessunitbase_createdby
- lk_businessunitbase_modifiedby
- organization_business_units
- TransactionCurrency_BusinessUnit
business_unit_parent_business_unit
One-To-Many Relationship: businessunit business_unit_parent_business_unit
Property | Value |
---|---|
ReferencedEntity | businessunit |
ReferencedAttribute | businessunitid |
ReferencingAttribute | parentbusinessunitid |
ReferencingEntityNavigationPropertyName | parentbusinessunitid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
BusinessUnit_Calendar
One-To-Many Relationship: calendar BusinessUnit_Calendar
Property | Value |
---|---|
ReferencedEntity | calendar |
ReferencedAttribute | calendarid |
ReferencingAttribute | calendarid |
ReferencingEntityNavigationPropertyName | calendarid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunit_createdonbehalfby
One-To-Many Relationship: systemuser lk_businessunit_createdonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdonbehalfby |
ReferencingEntityNavigationPropertyName | createdonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunit_modifiedonbehalfby
One-To-Many Relationship: systemuser lk_businessunit_modifiedonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedonbehalfby |
ReferencingEntityNavigationPropertyName | modifiedonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunitbase_createdby
One-To-Many Relationship: systemuser lk_businessunitbase_createdby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdby |
ReferencingEntityNavigationPropertyName | createdby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunitbase_modifiedby
One-To-Many Relationship: systemuser lk_businessunitbase_modifiedby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedby |
ReferencingEntityNavigationPropertyName | modifiedby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
organization_business_units
One-To-Many Relationship: organization organization_business_units
Property | Value |
---|---|
ReferencedEntity | organization |
ReferencedAttribute | organizationid |
ReferencingAttribute | organizationid |
ReferencingEntityNavigationPropertyName | organizationid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
TransactionCurrency_BusinessUnit
One-To-Many Relationship: transactioncurrency TransactionCurrency_BusinessUnit
Property | Value |
---|---|
ReferencedEntity | transactioncurrency |
ReferencedAttribute | transactioncurrencyid |
ReferencingAttribute | transactioncurrencyid |
ReferencingEntityNavigationPropertyName | transactioncurrencyid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- adx_inviteredemption_businessunit_owningbusinessunit
- adx_portalcomment_businessunit_owningbusinessunit
- BulkDeleteOperation_BusinessUnit
- business_unit_accounts
- business_unit_actioncards
- business_unit_activityfileattachment
- business_unit_activitypointer
- business_unit_adx_invitation
- business_unit_adx_setting
- business_unit_aiplugin
- business_unit_aipluginauth
- business_unit_aipluginconversationstarter
- business_unit_aipluginconversationstartermapping
- business_unit_aipluginexternalschema
- business_unit_aipluginexternalschemaproperty
- business_unit_aiplugingovernance
- business_unit_aiplugingovernanceext
- business_unit_aiplugininstance
- business_unit_aipluginoperation
- business_unit_aipluginoperationparameter
- business_unit_aipluginoperationresponsetemplate
- business_unit_aipluginusersetting
- business_unit_annotations
- business_unit_applicationuser
- business_unit_appnotification
- business_unit_appointment_activities
- business_unit_asyncoperation
- business_unit_bot
- business_unit_botcomponent
- business_unit_botcomponentcollection
- business_unit_calendars
- business_unit_card
- business_unit_category
- business_unit_connectioninstance
- business_unit_connectionreference
- business_unit_connections
- business_unit_connector
- business_unit_contacts
- business_unit_conversationtranscript
- business_unit_copilotglossaryterm
- business_unit_copilotsynonyms
- business_unit_credential
- business_unit_customapi
- business_unit_datalakefolder
- business_unit_desktopflowbinary
- business_unit_desktopflowmodule
- business_unit_dvfilesearch
- business_unit_dvfilesearchattribute
- business_unit_dvfilesearchentity
- business_unit_dvtablesearch
- business_unit_dvtablesearchattribute
- business_unit_dvtablesearchentity
- business_unit_email_activities
- business_unit_emailserverprofile
- business_unit_environmentvariabledefinition
- business_unit_environmentvariablevalue
- business_unit_exchangesyncidmapping
- business_unit_exportedexcel
- business_unit_exportsolutionupload
- business_unit_fabricaiskill
- business_unit_fax_activities
- business_unit_featurecontrolsetting
- business_unit_federatedknowledgeconfiguration
- business_unit_federatedknowledgeentityconfiguration
- business_unit_feedback
- business_unit_flowcapacityassignment
- business_unit_flowcredentialapplication
- business_unit_flowevent
- business_unit_flowmachine
- business_unit_flowmachinegroup
- business_unit_flowmachineimage
- business_unit_flowmachineimageversion
- business_unit_flowmachinenetwork
- business_unit_flowrun
- business_unit_flowsession
- business_unit_fxexpression
- business_unit_goal
- business_unit_goalrollupquery
- business_unit_interactionforemail
- business_unit_keyvaultreference
- business_unit_knowledgearticle
- business_unit_letter_activities
- business_unit_mailbox
- business_unit_mailmergetemplates
- business_unit_managedidentity
- business_unit_msdyn_aibdataset
- business_unit_msdyn_aibdatasetfile
- business_unit_msdyn_aibdatasetrecord
- business_unit_msdyn_aibdatasetscontainer
- business_unit_msdyn_aibfeedbackloop
- business_unit_msdyn_aibfile
- business_unit_msdyn_aibfileattacheddata
- business_unit_msdyn_aievent
- business_unit_msdyn_aifptrainingdocument
- business_unit_msdyn_aimodel
- business_unit_msdyn_aiodimage
- business_unit_msdyn_aiodlabel
- business_unit_msdyn_aiodtrainingboundingbox
- business_unit_msdyn_aiodtrainingimage
- business_unit_msdyn_aitemplate
- business_unit_msdyn_analysiscomponent
- business_unit_msdyn_analysisjob
- business_unit_msdyn_analysisoverride
- business_unit_msdyn_analysisresult
- business_unit_msdyn_analysisresultdetail
- business_unit_msdyn_customcontrolextendedsettings
- business_unit_msdyn_dataflow
- business_unit_msdyn_dataflow_datalakefolder
- business_unit_msdyn_dataflowconnectionreference
- business_unit_msdyn_dataflowrefreshhistory
- business_unit_msdyn_dataflowtemplate
- business_unit_msdyn_dmsrequest
- business_unit_msdyn_dmsrequeststatus
- business_unit_msdyn_dmssyncrequest
- business_unit_msdyn_dmssyncstatus
- business_unit_msdyn_entitylinkchatconfiguration
- business_unit_msdyn_entityrefreshhistory
- business_unit_msdyn_favoriteknowledgearticle
- business_unit_msdyn_federatedarticle
- business_unit_msdyn_fileupload
- business_unit_msdyn_flow_actionapprovalmodel
- business_unit_msdyn_flow_approval
- business_unit_msdyn_flow_approvalrequest
- business_unit_msdyn_flow_approvalresponse
- business_unit_msdyn_flow_approvalstep
- business_unit_msdyn_flow_awaitallactionapprovalmodel
- business_unit_msdyn_flow_awaitallapprovalmodel
- business_unit_msdyn_flow_basicapprovalmodel
- business_unit_msdyn_flow_flowapproval
- business_unit_msdyn_formmapping
- business_unit_msdyn_integratedsearchprovider
- business_unit_msdyn_kalanguagesetting
- business_unit_msdyn_kbattachment
- business_unit_msdyn_kmfederatedsearchconfig
- business_unit_msdyn_knowledgearticleimage
- business_unit_msdyn_knowledgearticletemplate
- business_unit_msdyn_knowledgeassetconfiguration
- business_unit_msdyn_knowledgeinteractioninsight
- business_unit_msdyn_knowledgemanagementsetting
- business_unit_msdyn_knowledgepersonalfilter
- business_unit_msdyn_knowledgesearchfilter
- business_unit_msdyn_knowledgesearchinsight
- business_unit_msdyn_mobileapp
- business_unit_msdyn_pmanalysishistory
- business_unit_msdyn_pmbusinessruleautomationconfig
- business_unit_msdyn_pmcalendar
- business_unit_msdyn_pmcalendarversion
- business_unit_msdyn_pminferredtask
- business_unit_msdyn_pmprocessextendedmetadataversion
- business_unit_msdyn_pmprocesstemplate
- business_unit_msdyn_pmprocessusersettings
- business_unit_msdyn_pmprocessversion
- business_unit_msdyn_pmrecording
- business_unit_msdyn_pmsimulation
- business_unit_msdyn_pmtemplate
- business_unit_msdyn_pmview
- business_unit_msdyn_richtextfile
- business_unit_msdyn_salesforcestructuredobject
- business_unit_msdyn_salesforcestructuredqnaconfig
- business_unit_msdyn_schedule
- business_unit_msdyn_serviceconfiguration
- business_unit_msdyn_slakpi
- business_unit_msdyn_solutionhealthrule
- business_unit_msdyn_solutionhealthruleargument
- business_unit_msdyn_virtualtablecolumncandidate
- business_unit_msdynce_botcontent
- business_unit_mspcat_catalogsubmissionfiles
- business_unit_mspcat_packagestore
- business_unit_nlsqregistration
- business_unit_parent_business_unit
- business_unit_personaldocumenttemplates
- business_unit_phone_call_activities
- business_unit_plannerbusinessscenario
- business_unit_plannersyncaction
- business_unit_postfollows
- business_unit_PostRegarding
- business_unit_powerbidataset
- business_unit_powerbidatasetapdx
- business_unit_powerbimashupparameter
- business_unit_powerbireport
- business_unit_powerbireportapdx
- business_unit_powerfxrule
- business_unit_powerpagecomponent
- business_unit_powerpagesite
- business_unit_powerpagesitelanguage
- business_unit_powerpagesitepublished
- business_unit_powerpageslog
- business_unit_powerpagesscanreport
- business_unit_principalentitybusinessunitmap
- business_unit_privilegecheckerrun
- business_unit_processstageparameter
- business_unit_queues
- business_unit_queues2
- business_unit_recentlyused
- business_unit_recurrencerule
- business_unit_recurringappointmentmaster_activities
- business_unit_reports
- business_unit_retaineddataexcel
- business_unit_retentionconfig
- business_unit_retentionfailuredetail
- business_unit_retentionoperation
- business_unit_roles
- business_unit_sharepointdocumentlocation
- business_unit_sharepointsites
- business_unit_sideloadedaiplugin
- business_unit_slabase
- business_unit_slakpiinstance
- business_unit_socialactivity
- business_unit_socialprofiles
- business_unit_solutioncomponentbatchconfiguration
- business_unit_stagesolutionupload
- business_unit_synapsedatabase
- business_unit_system_users
- business_unit_task_activities
- business_unit_teams
- business_unit_templates
- business_unit_user_settings
- business_unit_userform
- business_unit_userquery
- business_unit_userqueryvisualizations
- business_unit_workflow
- business_unit_workflowbinary
- business_unit_workflowlogs
- business_unit_workqueue
- business_unit_workqueueitem
- BusinessUnit_AsyncOperations
- BusinessUnit_BulkDeleteFailures
- businessunit_callbackregistration
- businessunit_canvasapp
- BusinessUnit_DuplicateRules
- BusinessUnit_ImportData
- BusinessUnit_ImportFiles
- BusinessUnit_ImportLogs
- BusinessUnit_ImportMaps
- BusinessUnit_Imports
- businessunit_mailboxtrackingfolder
- businessunit_principalobjectattributeaccess
- BusinessUnit_ProcessSessions
- BusinessUnit_SyncError
- BusinessUnit_SyncErrors
- chat_businessunit_owningbusinessunit
- Owning_businessunit_processsessions
adx_inviteredemption_businessunit_owningbusinessunit
Many-To-One Relationship: adx_inviteredemption adx_inviteredemption_businessunit_owningbusinessunit
Property | Value |
---|---|
ReferencingEntity | adx_inviteredemption |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | adx_inviteredemption_businessunit_owningbusinessunit |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
adx_portalcomment_businessunit_owningbusinessunit
Many-To-One Relationship: adx_portalcomment adx_portalcomment_businessunit_owningbusinessunit
Property | Value |
---|---|
ReferencingEntity | adx_portalcomment |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | adx_portalcomment_businessunit_owningbusinessunit |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BulkDeleteOperation_BusinessUnit
Many-To-One Relationship: bulkdeleteoperation BulkDeleteOperation_BusinessUnit
Property | Value |
---|---|
ReferencingEntity | bulkdeleteoperation |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | BulkDeleteOperation_BusinessUnit |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_accounts
Many-To-One Relationship: account business_unit_accounts
Property | Value |
---|---|
ReferencingEntity | account |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_accounts |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_actioncards
Many-To-One Relationship: actioncard business_unit_actioncards
Property | Value |
---|---|
ReferencingEntity | actioncard |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_actioncards |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_activityfileattachment
Many-To-One Relationship: activityfileattachment business_unit_activityfileattachment
Property | Value |
---|---|
ReferencingEntity | activityfileattachment |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_activityfileattachment |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_activitypointer
Many-To-One Relationship: activitypointer business_unit_activitypointer
Property | Value |
---|---|
ReferencingEntity | activitypointer |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_activitypointer |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_adx_invitation
Many-To-One Relationship: adx_invitation business_unit_adx_invitation
Property | Value |
---|---|
ReferencingEntity | adx_invitation |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_adx_invitation |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_adx_setting
Many-To-One Relationship: adx_setting business_unit_adx_setting
Property | Value |
---|---|
ReferencingEntity | adx_setting |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_adx_setting |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aiplugin
Many-To-One Relationship: aiplugin business_unit_aiplugin
Property | Value |
---|---|
ReferencingEntity | aiplugin |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aiplugin |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aipluginauth
Many-To-One Relationship: aipluginauth business_unit_aipluginauth
Property | Value |
---|---|
ReferencingEntity | aipluginauth |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aipluginauth |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aipluginconversationstarter
Many-To-One Relationship: aipluginconversationstarter business_unit_aipluginconversationstarter
Property | Value |
---|---|
ReferencingEntity | aipluginconversationstarter |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aipluginconversationstarter |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aipluginconversationstartermapping
Many-To-One Relationship: aipluginconversationstartermapping business_unit_aipluginconversationstartermapping
Property | Value |
---|---|
ReferencingEntity | aipluginconversationstartermapping |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aipluginconversationstartermapping |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aipluginexternalschema
Many-To-One Relationship: aipluginexternalschema business_unit_aipluginexternalschema
Property | Value |
---|---|
ReferencingEntity | aipluginexternalschema |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aipluginexternalschema |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aipluginexternalschemaproperty
Many-To-One Relationship: aipluginexternalschemaproperty business_unit_aipluginexternalschemaproperty
Property | Value |
---|---|
ReferencingEntity | aipluginexternalschemaproperty |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aipluginexternalschemaproperty |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aiplugingovernance
Many-To-One Relationship: aiplugingovernance business_unit_aiplugingovernance
Property | Value |
---|---|
ReferencingEntity | aiplugingovernance |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aiplugingovernance |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aiplugingovernanceext
Many-To-One Relationship: aiplugingovernanceext business_unit_aiplugingovernanceext
Property | Value |
---|---|
ReferencingEntity | aiplugingovernanceext |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aiplugingovernanceext |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aiplugininstance
Many-To-One Relationship: aiplugininstance business_unit_aiplugininstance
Property | Value |
---|---|
ReferencingEntity | aiplugininstance |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aiplugininstance |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aipluginoperation
Many-To-One Relationship: aipluginoperation business_unit_aipluginoperation
Property | Value |
---|---|
ReferencingEntity | aipluginoperation |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aipluginoperation |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aipluginoperationparameter
Many-To-One Relationship: aipluginoperationparameter business_unit_aipluginoperationparameter
Property | Value |
---|---|
ReferencingEntity | aipluginoperationparameter |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aipluginoperationparameter |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aipluginoperationresponsetemplate
Many-To-One Relationship: aipluginoperationresponsetemplate business_unit_aipluginoperationresponsetemplate
Property | Value |
---|---|
ReferencingEntity | aipluginoperationresponsetemplate |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aipluginoperationresponsetemplate |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_aipluginusersetting
Many-To-One Relationship: aipluginusersetting business_unit_aipluginusersetting
Property | Value |
---|---|
ReferencingEntity | aipluginusersetting |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_aipluginusersetting |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_annotations
Many-To-One Relationship: annotation business_unit_annotations
Property | Value |
---|---|
ReferencingEntity | annotation |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_annotations |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_applicationuser
Many-To-One Relationship: applicationuser business_unit_applicationuser
Property | Value |
---|---|
ReferencingEntity | applicationuser |
ReferencingAttribute | businessunitid |
ReferencedEntityNavigationPropertyName | business_unit_applicationuser |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_appnotification
Many-To-One Relationship: appnotification business_unit_appnotification
Property | Value |
---|---|
ReferencingEntity | appnotification |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_appnotification |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_appointment_activities
Many-To-One Relationship: appointment business_unit_appointment_activities
Property | Value |
---|---|
ReferencingEntity | appointment |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_appointment_activities |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_asyncoperation
Many-To-One Relationship: asyncoperation business_unit_asyncoperation
Property | Value |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_asyncoperation |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_bot
Many-To-One Relationship: bot business_unit_bot
Property | Value |
---|---|
ReferencingEntity | bot |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_bot |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_botcomponent
Many-To-One Relationship: botcomponent business_unit_botcomponent
Property | Value |
---|---|
ReferencingEntity | botcomponent |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_botcomponent |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_botcomponentcollection
Many-To-One Relationship: botcomponentcollection business_unit_botcomponentcollection
Property | Value |
---|---|
ReferencingEntity | botcomponentcollection |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_botcomponentcollection |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_calendars
Many-To-One Relationship: calendar business_unit_calendars
Property | Value |
---|---|
ReferencingEntity | calendar |
ReferencingAttribute | businessunitid |
ReferencedEntityNavigationPropertyName | business_unit_calendars |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_card
Many-To-One Relationship: card business_unit_card
Property | Value |
---|---|
ReferencingEntity | card |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_card |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_category
Many-To-One Relationship: category business_unit_category
Property | Value |
---|---|
ReferencingEntity | category |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_category |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_connectioninstance
Many-To-One Relationship: connectioninstance business_unit_connectioninstance
Property | Value |
---|---|
ReferencingEntity | connectioninstance |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_connectioninstance |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_connectionreference
Many-To-One Relationship: connectionreference business_unit_connectionreference
Property | Value |
---|---|
ReferencingEntity | connectionreference |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_connectionreference |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_connections
Many-To-One Relationship: connection business_unit_connections
Property | Value |
---|---|
ReferencingEntity | connection |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_connections |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_connector
Many-To-One Relationship: connector business_unit_connector
Property | Value |
---|---|
ReferencingEntity | connector |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_connector |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_contacts
Many-To-One Relationship: contact business_unit_contacts
Property | Value |
---|---|
ReferencingEntity | contact |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_contacts |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_conversationtranscript
Many-To-One Relationship: conversationtranscript business_unit_conversationtranscript
Property | Value |
---|---|
ReferencingEntity | conversationtranscript |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_conversationtranscript |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_copilotglossaryterm
Many-To-One Relationship: copilotglossaryterm business_unit_copilotglossaryterm
Property | Value |
---|---|
ReferencingEntity | copilotglossaryterm |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_copilotglossaryterm |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_copilotsynonyms
Many-To-One Relationship: copilotsynonyms business_unit_copilotsynonyms
Property | Value |
---|---|
ReferencingEntity | copilotsynonyms |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_copilotsynonyms |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_credential
Many-To-One Relationship: credential business_unit_credential
Property | Value |
---|---|
ReferencingEntity | credential |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_credential |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_customapi
Many-To-One Relationship: customapi business_unit_customapi
Property | Value |
---|---|
ReferencingEntity | customapi |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_customapi |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_datalakefolder
Many-To-One Relationship: datalakefolder business_unit_datalakefolder
Property | Value |
---|---|
ReferencingEntity | datalakefolder |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_datalakefolder |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_desktopflowbinary
Many-To-One Relationship: desktopflowbinary business_unit_desktopflowbinary
Property | Value |
---|---|
ReferencingEntity | desktopflowbinary |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_desktopflowbinary |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_desktopflowmodule
Many-To-One Relationship: desktopflowmodule business_unit_desktopflowmodule
Property | Value |
---|---|
ReferencingEntity | desktopflowmodule |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_desktopflowmodule |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_dvfilesearch
Many-To-One Relationship: dvfilesearch business_unit_dvfilesearch
Property | Value |
---|---|
ReferencingEntity | dvfilesearch |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_dvfilesearch |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_dvfilesearchattribute
Many-To-One Relationship: dvfilesearchattribute business_unit_dvfilesearchattribute
Property | Value |
---|---|
ReferencingEntity | dvfilesearchattribute |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_dvfilesearchattribute |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_dvfilesearchentity
Many-To-One Relationship: dvfilesearchentity business_unit_dvfilesearchentity
Property | Value |
---|---|
ReferencingEntity | dvfilesearchentity |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_dvfilesearchentity |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_dvtablesearch
Many-To-One Relationship: dvtablesearch business_unit_dvtablesearch
Property | Value |
---|---|
ReferencingEntity | dvtablesearch |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_dvtablesearch |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_dvtablesearchattribute
Many-To-One Relationship: dvtablesearchattribute business_unit_dvtablesearchattribute
Property | Value |
---|---|
ReferencingEntity | dvtablesearchattribute |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_dvtablesearchattribute |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_dvtablesearchentity
Many-To-One Relationship: dvtablesearchentity business_unit_dvtablesearchentity
Property | Value |
---|---|
ReferencingEntity | dvtablesearchentity |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_dvtablesearchentity |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_email_activities
Many-To-One Relationship: email business_unit_email_activities
Property | Value |
---|---|
ReferencingEntity | email |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_email_activities |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_emailserverprofile
Many-To-One Relationship: emailserverprofile business_unit_emailserverprofile
Property | Value |
---|---|
ReferencingEntity | emailserverprofile |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_emailserverprofile |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_environmentvariabledefinition
Many-To-One Relationship: environmentvariabledefinition business_unit_environmentvariabledefinition
Property | Value |
---|---|
ReferencingEntity | environmentvariabledefinition |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_environmentvariabledefinition |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_environmentvariablevalue
Many-To-One Relationship: environmentvariablevalue business_unit_environmentvariablevalue
Property | Value |
---|---|
ReferencingEntity | environmentvariablevalue |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_environmentvariablevalue |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_exchangesyncidmapping
Many-To-One Relationship: exchangesyncidmapping business_unit_exchangesyncidmapping
Property | Value |
---|---|
ReferencingEntity | exchangesyncidmapping |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_exchangesyncidmapping |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_exportedexcel
Many-To-One Relationship: exportedexcel business_unit_exportedexcel
Property | Value |
---|---|
ReferencingEntity | exportedexcel |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_exportedexcel |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_exportsolutionupload
Many-To-One Relationship: exportsolutionupload business_unit_exportsolutionupload
Property | Value |
---|---|
ReferencingEntity | exportsolutionupload |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_exportsolutionupload |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_fabricaiskill
Many-To-One Relationship: fabricaiskill business_unit_fabricaiskill
Property | Value |
---|---|
ReferencingEntity | fabricaiskill |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_fabricaiskill |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_fax_activities
Many-To-One Relationship: fax business_unit_fax_activities
Property | Value |
---|---|
ReferencingEntity | fax |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_fax_activities |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_featurecontrolsetting
Many-To-One Relationship: featurecontrolsetting business_unit_featurecontrolsetting
Property | Value |
---|---|
ReferencingEntity | featurecontrolsetting |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_featurecontrolsetting |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_federatedknowledgeconfiguration
Many-To-One Relationship: federatedknowledgeconfiguration business_unit_federatedknowledgeconfiguration
Property | Value |
---|---|
ReferencingEntity | federatedknowledgeconfiguration |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_federatedknowledgeconfiguration |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_federatedknowledgeentityconfiguration
Many-To-One Relationship: federatedknowledgeentityconfiguration business_unit_federatedknowledgeentityconfiguration
Property | Value |
---|---|
ReferencingEntity | federatedknowledgeentityconfiguration |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_federatedknowledgeentityconfiguration |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_feedback
Many-To-One Relationship: feedback business_unit_feedback
Property | Value |
---|---|
ReferencingEntity | feedback |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_feedback |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_flowcapacityassignment
Many-To-One Relationship: flowcapacityassignment business_unit_flowcapacityassignment
Property | Value |
---|---|
ReferencingEntity | flowcapacityassignment |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_flowcapacityassignment |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_flowcredentialapplication
Many-To-One Relationship: flowcredentialapplication business_unit_flowcredentialapplication
Property | Value |
---|---|
ReferencingEntity | flowcredentialapplication |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_flowcredentialapplication |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_flowevent
Many-To-One Relationship: flowevent business_unit_flowevent
Property | Value |
---|---|
ReferencingEntity | flowevent |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_flowevent |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_flowmachine
Many-To-One Relationship: flowmachine business_unit_flowmachine
Property | Value |
---|---|
ReferencingEntity | flowmachine |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_flowmachine |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_flowmachinegroup
Many-To-One Relationship: flowmachinegroup business_unit_flowmachinegroup
Property | Value |
---|---|
ReferencingEntity | flowmachinegroup |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_flowmachinegroup |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_flowmachineimage
Many-To-One Relationship: flowmachineimage business_unit_flowmachineimage
Property | Value |
---|---|
ReferencingEntity | flowmachineimage |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_flowmachineimage |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_flowmachineimageversion
Many-To-One Relationship: flowmachineimageversion business_unit_flowmachineimageversion
Property | Value |
---|---|
ReferencingEntity | flowmachineimageversion |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_flowmachineimageversion |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_flowmachinenetwork
Many-To-One Relationship: flowmachinenetwork business_unit_flowmachinenetwork
Property | Value |
---|---|
ReferencingEntity | flowmachinenetwork |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_flowmachinenetwork |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_flowrun
Many-To-One Relationship: flowrun business_unit_flowrun
Property | Value |
---|---|
ReferencingEntity | flowrun |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_flowrun |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_flowsession
Many-To-One Relationship: flowsession business_unit_flowsession
Property | Value |
---|---|
ReferencingEntity | flowsession |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_flowsession |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_fxexpression
Many-To-One Relationship: fxexpression business_unit_fxexpression
Property | Value |
---|---|
ReferencingEntity | fxexpression |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_fxexpression |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_goal
Many-To-One Relationship: goal business_unit_goal
Property | Value |
---|---|
ReferencingEntity | goal |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_goal |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_goalrollupquery
Many-To-One Relationship: goalrollupquery business_unit_goalrollupquery
Property | Value |
---|---|
ReferencingEntity | goalrollupquery |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_goalrollupquery |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_interactionforemail
Many-To-One Relationship: interactionforemail business_unit_interactionforemail
Property | Value |
---|---|
ReferencingEntity | interactionforemail |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_new_interactionforemail |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_keyvaultreference
Many-To-One Relationship: keyvaultreference business_unit_keyvaultreference
Property | Value |
---|---|
ReferencingEntity | keyvaultreference |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_keyvaultreference |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_knowledgearticle
Many-To-One Relationship: knowledgearticle business_unit_knowledgearticle
Property | Value |
---|---|
ReferencingEntity | knowledgearticle |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_knowledgearticle |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_letter_activities
Many-To-One Relationship: letter business_unit_letter_activities
Property | Value |
---|---|
ReferencingEntity | letter |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_letter_activities |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_mailbox
Many-To-One Relationship: mailbox business_unit_mailbox
Property | Value |
---|---|
ReferencingEntity | mailbox |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_mailbox |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_mailmergetemplates
Many-To-One Relationship: mailmergetemplate business_unit_mailmergetemplates
Property | Value |
---|---|
ReferencingEntity | mailmergetemplate |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_mailmergetemplates |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_managedidentity
Many-To-One Relationship: managedidentity business_unit_managedidentity
Property | Value |
---|---|
ReferencingEntity | managedidentity |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_managedidentity |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aibdataset
Many-To-One Relationship: msdyn_aibdataset business_unit_msdyn_aibdataset
Property | Value |
---|---|
ReferencingEntity | msdyn_aibdataset |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibdataset |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aibdatasetfile
Many-To-One Relationship: msdyn_aibdatasetfile business_unit_msdyn_aibdatasetfile
Property | Value |
---|---|
ReferencingEntity | msdyn_aibdatasetfile |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibdatasetfile |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aibdatasetrecord
Many-To-One Relationship: msdyn_aibdatasetrecord business_unit_msdyn_aibdatasetrecord
Property | Value |
---|---|
ReferencingEntity | msdyn_aibdatasetrecord |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibdatasetrecord |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aibdatasetscontainer
Many-To-One Relationship: msdyn_aibdatasetscontainer business_unit_msdyn_aibdatasetscontainer
Property | Value |
---|---|
ReferencingEntity | msdyn_aibdatasetscontainer |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibdatasetscontainer |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aibfeedbackloop
Many-To-One Relationship: msdyn_aibfeedbackloop business_unit_msdyn_aibfeedbackloop
Property | Value |
---|---|
ReferencingEntity | msdyn_aibfeedbackloop |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibfeedbackloop |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aibfile
Many-To-One Relationship: msdyn_aibfile business_unit_msdyn_aibfile
Property | Value |
---|---|
ReferencingEntity | msdyn_aibfile |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibfile |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aibfileattacheddata
Many-To-One Relationship: msdyn_aibfileattacheddata business_unit_msdyn_aibfileattacheddata
Property | Value |
---|---|
ReferencingEntity | msdyn_aibfileattacheddata |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aibfileattacheddata |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aievent
Many-To-One Relationship: msdyn_aievent business_unit_msdyn_aievent
Property | Value |
---|---|
ReferencingEntity | msdyn_aievent |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aievent |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aifptrainingdocument
Many-To-One Relationship: msdyn_aifptrainingdocument business_unit_msdyn_aifptrainingdocument
Property | Value |
---|---|
ReferencingEntity | msdyn_aifptrainingdocument |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aifptrainingdocument |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aimodel
Many-To-One Relationship: msdyn_aimodel business_unit_msdyn_aimodel
Property | Value |
---|---|
ReferencingEntity | msdyn_aimodel |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aimodel |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aiodimage
Many-To-One Relationship: msdyn_aiodimage business_unit_msdyn_aiodimage
Property | Value |
---|---|
ReferencingEntity | msdyn_aiodimage |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aiodimage |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aiodlabel
Many-To-One Relationship: msdyn_aiodlabel business_unit_msdyn_aiodlabel
Property | Value |
---|---|
ReferencingEntity | msdyn_aiodlabel |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aiodlabel |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aiodtrainingboundingbox
Many-To-One Relationship: msdyn_aiodtrainingboundingbox business_unit_msdyn_aiodtrainingboundingbox
Property | Value |
---|---|
ReferencingEntity | msdyn_aiodtrainingboundingbox |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aiodtrainingboundingbox |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aiodtrainingimage
Many-To-One Relationship: msdyn_aiodtrainingimage business_unit_msdyn_aiodtrainingimage
Property | Value |
---|---|
ReferencingEntity | msdyn_aiodtrainingimage |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aiodtrainingimage |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_aitemplate
Many-To-One Relationship: msdyn_aitemplate business_unit_msdyn_aitemplate
Property | Value |
---|---|
ReferencingEntity | msdyn_aitemplate |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_aitemplate |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_analysiscomponent
Many-To-One Relationship: msdyn_analysiscomponent business_unit_msdyn_analysiscomponent
Property | Value |
---|---|
ReferencingEntity | msdyn_analysiscomponent |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_analysiscomponent |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_analysisjob
Many-To-One Relationship: msdyn_analysisjob business_unit_msdyn_analysisjob
Property | Value |
---|---|
ReferencingEntity | msdyn_analysisjob |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_analysisjob |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_analysisoverride
Many-To-One Relationship: msdyn_analysisoverride business_unit_msdyn_analysisoverride
Property | Value |
---|---|
ReferencingEntity | msdyn_analysisoverride |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_analysisoverride |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_analysisresult
Many-To-One Relationship: msdyn_analysisresult business_unit_msdyn_analysisresult
Property | Value |
---|---|
ReferencingEntity | msdyn_analysisresult |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_analysisresult |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_analysisresultdetail
Many-To-One Relationship: msdyn_analysisresultdetail business_unit_msdyn_analysisresultdetail
Property | Value |
---|---|
ReferencingEntity | msdyn_analysisresultdetail |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_analysisresultdetail |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_customcontrolextendedsettings
Many-To-One Relationship: msdyn_customcontrolextendedsettings business_unit_msdyn_customcontrolextendedsettings
Property | Value |
---|---|
ReferencingEntity | msdyn_customcontrolextendedsettings |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_customcontrolextendedsettings |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_dataflow
Many-To-One Relationship: msdyn_dataflow business_unit_msdyn_dataflow
Property | Value |
---|---|
ReferencingEntity | msdyn_dataflow |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_dataflow |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_dataflow_datalakefolder
Many-To-One Relationship: msdyn_dataflow_datalakefolder business_unit_msdyn_dataflow_datalakefolder
Property | Value |
---|---|
ReferencingEntity | msdyn_dataflow_datalakefolder |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_dataflow_datalakefolder |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_dataflowconnectionreference
Many-To-One Relationship: msdyn_dataflowconnectionreference business_unit_msdyn_dataflowconnectionreference
Property | Value |
---|---|
ReferencingEntity | msdyn_dataflowconnectionreference |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_dataflowconnectionreference |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_dataflowrefreshhistory
Many-To-One Relationship: msdyn_dataflowrefreshhistory business_unit_msdyn_dataflowrefreshhistory
Property | Value |
---|---|
ReferencingEntity | msdyn_dataflowrefreshhistory |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_dataflowrefreshhistory |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_dataflowtemplate
Many-To-One Relationship: msdyn_dataflowtemplate business_unit_msdyn_dataflowtemplate
Property | Value |
---|---|
ReferencingEntity | msdyn_dataflowtemplate |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_dataflowtemplate |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_dmsrequest
Many-To-One Relationship: msdyn_dmsrequest business_unit_msdyn_dmsrequest
Property | Value |
---|---|
ReferencingEntity | msdyn_dmsrequest |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_dmsrequest |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_dmsrequeststatus
Many-To-One Relationship: msdyn_dmsrequeststatus business_unit_msdyn_dmsrequeststatus
Property | Value |
---|---|
ReferencingEntity | msdyn_dmsrequeststatus |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_dmsrequeststatus |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_dmssyncrequest
Many-To-One Relationship: msdyn_dmssyncrequest business_unit_msdyn_dmssyncrequest
Property | Value |
---|---|
ReferencingEntity | msdyn_dmssyncrequest |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_dmssyncrequest |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_dmssyncstatus
Many-To-One Relationship: msdyn_dmssyncstatus business_unit_msdyn_dmssyncstatus
Property | Value |
---|---|
ReferencingEntity | msdyn_dmssyncstatus |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_dmssyncstatus |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_entitylinkchatconfiguration
Many-To-One Relationship: msdyn_entitylinkchatconfiguration business_unit_msdyn_entitylinkchatconfiguration
Property | Value |
---|---|
ReferencingEntity | msdyn_entitylinkchatconfiguration |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_entitylinkchatconfiguration |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_entityrefreshhistory
Many-To-One Relationship: msdyn_entityrefreshhistory business_unit_msdyn_entityrefreshhistory
Property | Value |
---|---|
ReferencingEntity | msdyn_entityrefreshhistory |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_entityrefreshhistory |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_favoriteknowledgearticle
Many-To-One Relationship: msdyn_favoriteknowledgearticle business_unit_msdyn_favoriteknowledgearticle
Property | Value |
---|---|
ReferencingEntity | msdyn_favoriteknowledgearticle |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_favoriteknowledgearticle |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_federatedarticle
Many-To-One Relationship: msdyn_federatedarticle business_unit_msdyn_federatedarticle
Property | Value |
---|---|
ReferencingEntity | msdyn_federatedarticle |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_federatedarticle |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_fileupload
Many-To-One Relationship: msdyn_fileupload business_unit_msdyn_fileupload
Property | Value |
---|---|
ReferencingEntity | msdyn_fileupload |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_fileupload |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_flow_actionapprovalmodel
Many-To-One Relationship: msdyn_flow_actionapprovalmodel business_unit_msdyn_flow_actionapprovalmodel
Property | Value |
---|---|
ReferencingEntity | msdyn_flow_actionapprovalmodel |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_flow_actionapprovalmodel |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_flow_approval
Many-To-One Relationship: msdyn_flow_approval business_unit_msdyn_flow_approval
Property | Value |
---|---|
ReferencingEntity | msdyn_flow_approval |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_flow_approval |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_flow_approvalrequest
Many-To-One Relationship: msdyn_flow_approvalrequest business_unit_msdyn_flow_approvalrequest
Property | Value |
---|---|
ReferencingEntity | msdyn_flow_approvalrequest |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_flow_approvalrequest |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_flow_approvalresponse
Many-To-One Relationship: msdyn_flow_approvalresponse business_unit_msdyn_flow_approvalresponse
Property | Value |
---|---|
ReferencingEntity | msdyn_flow_approvalresponse |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_flow_approvalresponse |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_flow_approvalstep
Many-To-One Relationship: msdyn_flow_approvalstep business_unit_msdyn_flow_approvalstep
Property | Value |
---|---|
ReferencingEntity | msdyn_flow_approvalstep |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_flow_approvalstep |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_flow_awaitallactionapprovalmodel
Many-To-One Relationship: msdyn_flow_awaitallactionapprovalmodel business_unit_msdyn_flow_awaitallactionapprovalmodel
Property | Value |
---|---|
ReferencingEntity | msdyn_flow_awaitallactionapprovalmodel |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_flow_awaitallactionapprovalmodel |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_flow_awaitallapprovalmodel
Many-To-One Relationship: msdyn_flow_awaitallapprovalmodel business_unit_msdyn_flow_awaitallapprovalmodel
Property | Value |
---|---|
ReferencingEntity | msdyn_flow_awaitallapprovalmodel |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_flow_awaitallapprovalmodel |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_flow_basicapprovalmodel
Many-To-One Relationship: msdyn_flow_basicapprovalmodel business_unit_msdyn_flow_basicapprovalmodel
Property | Value |
---|---|
ReferencingEntity | msdyn_flow_basicapprovalmodel |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_flow_basicapprovalmodel |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_flow_flowapproval
Many-To-One Relationship: msdyn_flow_flowapproval business_unit_msdyn_flow_flowapproval
Property | Value |
---|---|
ReferencingEntity | msdyn_flow_flowapproval |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_flow_flowapproval |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_formmapping
Many-To-One Relationship: msdyn_formmapping business_unit_msdyn_formmapping
Property | Value |
---|---|
ReferencingEntity | msdyn_formmapping |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_formmapping |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_integratedsearchprovider
Many-To-One Relationship: msdyn_integratedsearchprovider business_unit_msdyn_integratedsearchprovider
Property | Value |
---|---|
ReferencingEntity | msdyn_integratedsearchprovider |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_integratedsearchprovider |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_kalanguagesetting
Many-To-One Relationship: msdyn_kalanguagesetting business_unit_msdyn_kalanguagesetting
Property | Value |
---|---|
ReferencingEntity | msdyn_kalanguagesetting |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_kalanguagesetting |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_kbattachment
Many-To-One Relationship: msdyn_kbattachment business_unit_msdyn_kbattachment
Property | Value |
---|---|
ReferencingEntity | msdyn_kbattachment |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_kbattachment |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_kmfederatedsearchconfig
Many-To-One Relationship: msdyn_kmfederatedsearchconfig business_unit_msdyn_kmfederatedsearchconfig
Property | Value |
---|---|
ReferencingEntity | msdyn_kmfederatedsearchconfig |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_kmfederatedsearchconfig |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_knowledgearticleimage
Many-To-One Relationship: msdyn_knowledgearticleimage business_unit_msdyn_knowledgearticleimage
Property | Value |
---|---|
ReferencingEntity | msdyn_knowledgearticleimage |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgearticleimage |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_knowledgearticletemplate
Many-To-One Relationship: msdyn_knowledgearticletemplate business_unit_msdyn_knowledgearticletemplate
Property | Value |
---|---|
ReferencingEntity | msdyn_knowledgearticletemplate |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgearticletemplate |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_knowledgeassetconfiguration
Many-To-One Relationship: msdyn_knowledgeassetconfiguration business_unit_msdyn_knowledgeassetconfiguration
Property | Value |
---|---|
ReferencingEntity | msdyn_knowledgeassetconfiguration |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgeassetconfiguration |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_knowledgeinteractioninsight
Many-To-One Relationship: msdyn_knowledgeinteractioninsight business_unit_msdyn_knowledgeinteractioninsight
Property | Value |
---|---|
ReferencingEntity | msdyn_knowledgeinteractioninsight |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgeinteractioninsight |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_knowledgemanagementsetting
Many-To-One Relationship: msdyn_knowledgemanagementsetting business_unit_msdyn_knowledgemanagementsetting
Property | Value |
---|---|
ReferencingEntity | msdyn_knowledgemanagementsetting |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgemanagementsetting |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_knowledgepersonalfilter
Many-To-One Relationship: msdyn_knowledgepersonalfilter business_unit_msdyn_knowledgepersonalfilter
Property | Value |
---|---|
ReferencingEntity | msdyn_knowledgepersonalfilter |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgepersonalfilter |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_knowledgesearchfilter
Many-To-One Relationship: msdyn_knowledgesearchfilter business_unit_msdyn_knowledgesearchfilter
Property | Value |
---|---|
ReferencingEntity | msdyn_knowledgesearchfilter |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgesearchfilter |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_knowledgesearchinsight
Many-To-One Relationship: msdyn_knowledgesearchinsight business_unit_msdyn_knowledgesearchinsight
Property | Value |
---|---|
ReferencingEntity | msdyn_knowledgesearchinsight |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_knowledgesearchinsight |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_mobileapp
Many-To-One Relationship: msdyn_mobileapp business_unit_msdyn_mobileapp
Property | Value |
---|---|
ReferencingEntity | msdyn_mobileapp |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_mobileapp |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmanalysishistory
Many-To-One Relationship: msdyn_pmanalysishistory business_unit_msdyn_pmanalysishistory
Property | Value |
---|---|
ReferencingEntity | msdyn_pmanalysishistory |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmanalysishistory |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmbusinessruleautomationconfig
Many-To-One Relationship: msdyn_pmbusinessruleautomationconfig business_unit_msdyn_pmbusinessruleautomationconfig
Property | Value |
---|---|
ReferencingEntity | msdyn_pmbusinessruleautomationconfig |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmbusinessruleautomationconfig |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmcalendar
Many-To-One Relationship: msdyn_pmcalendar business_unit_msdyn_pmcalendar
Property | Value |
---|---|
ReferencingEntity | msdyn_pmcalendar |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmcalendar |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmcalendarversion
Many-To-One Relationship: msdyn_pmcalendarversion business_unit_msdyn_pmcalendarversion
Property | Value |
---|---|
ReferencingEntity | msdyn_pmcalendarversion |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmcalendarversion |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pminferredtask
Many-To-One Relationship: msdyn_pminferredtask business_unit_msdyn_pminferredtask
Property | Value |
---|---|
ReferencingEntity | msdyn_pminferredtask |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pminferredtask |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmprocessextendedmetadataversion
Many-To-One Relationship: msdyn_pmprocessextendedmetadataversion business_unit_msdyn_pmprocessextendedmetadataversion
Property | Value |
---|---|
ReferencingEntity | msdyn_pmprocessextendedmetadataversion |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmprocessextendedmetadataversion |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmprocesstemplate
Many-To-One Relationship: msdyn_pmprocesstemplate business_unit_msdyn_pmprocesstemplate
Property | Value |
---|---|
ReferencingEntity | msdyn_pmprocesstemplate |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmprocesstemplate |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmprocessusersettings
Many-To-One Relationship: msdyn_pmprocessusersettings business_unit_msdyn_pmprocessusersettings
Property | Value |
---|---|
ReferencingEntity | msdyn_pmprocessusersettings |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmprocessusersettings |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmprocessversion
Many-To-One Relationship: msdyn_pmprocessversion business_unit_msdyn_pmprocessversion
Property | Value |
---|---|
ReferencingEntity | msdyn_pmprocessversion |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmprocessversion |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmrecording
Many-To-One Relationship: msdyn_pmrecording business_unit_msdyn_pmrecording
Property | Value |
---|---|
ReferencingEntity | msdyn_pmrecording |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmrecording |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmsimulation
Many-To-One Relationship: msdyn_pmsimulation business_unit_msdyn_pmsimulation
Property | Value |
---|---|
ReferencingEntity | msdyn_pmsimulation |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmsimulation |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmtemplate
Many-To-One Relationship: msdyn_pmtemplate business_unit_msdyn_pmtemplate
Property | Value |
---|---|
ReferencingEntity | msdyn_pmtemplate |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmtemplate |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_pmview
Many-To-One Relationship: msdyn_pmview business_unit_msdyn_pmview
Property | Value |
---|---|
ReferencingEntity | msdyn_pmview |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_pmview |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_richtextfile
Many-To-One Relationship: msdyn_richtextfile business_unit_msdyn_richtextfile
Property | Value |
---|---|
ReferencingEntity | msdyn_richtextfile |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_richtextfile |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_salesforcestructuredobject
Many-To-One Relationship: msdyn_salesforcestructuredobject business_unit_msdyn_salesforcestructuredobject
Property | Value |
---|---|
ReferencingEntity | msdyn_salesforcestructuredobject |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_salesforcestructuredobject |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_salesforcestructuredqnaconfig
Many-To-One Relationship: msdyn_salesforcestructuredqnaconfig business_unit_msdyn_salesforcestructuredqnaconfig
Property | Value |
---|---|
ReferencingEntity | msdyn_salesforcestructuredqnaconfig |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_salesforcestructuredqnaconfig |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_schedule
Many-To-One Relationship: msdyn_schedule business_unit_msdyn_schedule
Property | Value |
---|---|
ReferencingEntity | msdyn_schedule |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_schedule |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_serviceconfiguration
Many-To-One Relationship: msdyn_serviceconfiguration business_unit_msdyn_serviceconfiguration
Property | Value |
---|---|
ReferencingEntity | msdyn_serviceconfiguration |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_serviceconfiguration |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_slakpi
Many-To-One Relationship: msdyn_slakpi business_unit_msdyn_slakpi
Property | Value |
---|---|
ReferencingEntity | msdyn_slakpi |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_slakpi |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_solutionhealthrule
Many-To-One Relationship: msdyn_solutionhealthrule business_unit_msdyn_solutionhealthrule
Property | Value |
---|---|
ReferencingEntity | msdyn_solutionhealthrule |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_solutionhealthrule |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_solutionhealthruleargument
Many-To-One Relationship: msdyn_solutionhealthruleargument business_unit_msdyn_solutionhealthruleargument
Property | Value |
---|---|
ReferencingEntity | msdyn_solutionhealthruleargument |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_solutionhealthruleargument |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdyn_virtualtablecolumncandidate
Many-To-One Relationship: msdyn_virtualtablecolumncandidate business_unit_msdyn_virtualtablecolumncandidate
Property | Value |
---|---|
ReferencingEntity | msdyn_virtualtablecolumncandidate |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdyn_virtualtablecolumncandidate |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_msdynce_botcontent
Many-To-One Relationship: msdynce_botcontent business_unit_msdynce_botcontent
Property | Value |
---|---|
ReferencingEntity | msdynce_botcontent |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_msdynce_botcontent |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_mspcat_catalogsubmissionfiles
Many-To-One Relationship: mspcat_catalogsubmissionfiles business_unit_mspcat_catalogsubmissionfiles
Property | Value |
---|---|
ReferencingEntity | mspcat_catalogsubmissionfiles |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_mspcat_catalogsubmissionfiles |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_mspcat_packagestore
Many-To-One Relationship: mspcat_packagestore business_unit_mspcat_packagestore
Property | Value |
---|---|
ReferencingEntity | mspcat_packagestore |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_mspcat_packagestore |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_nlsqregistration
Many-To-One Relationship: nlsqregistration business_unit_nlsqregistration
Property | Value |
---|---|
ReferencingEntity | nlsqregistration |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_nlsqregistration |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_parent_business_unit
Many-To-One Relationship: businessunit business_unit_parent_business_unit
Property | Value |
---|---|
ReferencingEntity | businessunit |
ReferencingAttribute | parentbusinessunitid |
ReferencedEntityNavigationPropertyName | business_unit_parent_business_unit |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_personaldocumenttemplates
Many-To-One Relationship: personaldocumenttemplate business_unit_personaldocumenttemplates
Property | Value |
---|---|
ReferencingEntity | personaldocumenttemplate |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_personaldocumenttemplates |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_phone_call_activities
Many-To-One Relationship: phonecall business_unit_phone_call_activities
Property | Value |
---|---|
ReferencingEntity | phonecall |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_phone_call_activities |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_plannerbusinessscenario
Many-To-One Relationship: plannerbusinessscenario business_unit_plannerbusinessscenario
Property | Value |
---|---|
ReferencingEntity | plannerbusinessscenario |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_plannerbusinessscenario |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_plannersyncaction
Many-To-One Relationship: plannersyncaction business_unit_plannersyncaction
Property | Value |
---|---|
ReferencingEntity | plannersyncaction |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_plannersyncaction |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_postfollows
Many-To-One Relationship: postfollow business_unit_postfollows
Property | Value |
---|---|
ReferencingEntity | postfollow |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_postfollows |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_PostRegarding
Many-To-One Relationship: postregarding business_unit_PostRegarding
Property | Value |
---|---|
ReferencingEntity | postregarding |
ReferencingAttribute | regardingobjectowningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_PostRegarding |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerbidataset
Many-To-One Relationship: powerbidataset business_unit_powerbidataset
Property | Value |
---|---|
ReferencingEntity | powerbidataset |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerbidataset |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerbidatasetapdx
Many-To-One Relationship: powerbidatasetapdx business_unit_powerbidatasetapdx
Property | Value |
---|---|
ReferencingEntity | powerbidatasetapdx |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerbidatasetapdx |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerbimashupparameter
Many-To-One Relationship: powerbimashupparameter business_unit_powerbimashupparameter
Property | Value |
---|---|
ReferencingEntity | powerbimashupparameter |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerbimashupparameter |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerbireport
Many-To-One Relationship: powerbireport business_unit_powerbireport
Property | Value |
---|---|
ReferencingEntity | powerbireport |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerbireport |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerbireportapdx
Many-To-One Relationship: powerbireportapdx business_unit_powerbireportapdx
Property | Value |
---|---|
ReferencingEntity | powerbireportapdx |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerbireportapdx |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerfxrule
Many-To-One Relationship: powerfxrule business_unit_powerfxrule
Property | Value |
---|---|
ReferencingEntity | powerfxrule |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerfxrule |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerpagecomponent
Many-To-One Relationship: powerpagecomponent business_unit_powerpagecomponent
Property | Value |
---|---|
ReferencingEntity | powerpagecomponent |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerpagecomponent |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerpagesite
Many-To-One Relationship: powerpagesite business_unit_powerpagesite
Property | Value |
---|---|
ReferencingEntity | powerpagesite |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerpagesite |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerpagesitelanguage
Many-To-One Relationship: powerpagesitelanguage business_unit_powerpagesitelanguage
Property | Value |
---|---|
ReferencingEntity | powerpagesitelanguage |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerpagesitelanguage |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerpagesitepublished
Many-To-One Relationship: powerpagesitepublished business_unit_powerpagesitepublished
Property | Value |
---|---|
ReferencingEntity | powerpagesitepublished |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerpagesitepublished |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerpageslog
Many-To-One Relationship: powerpageslog business_unit_powerpageslog
Property | Value |
---|---|
ReferencingEntity | powerpageslog |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerpageslog |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_powerpagesscanreport
Many-To-One Relationship: powerpagesscanreport business_unit_powerpagesscanreport
Property | Value |
---|---|
ReferencingEntity | powerpagesscanreport |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_powerpagesscanreport |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_principalentitybusinessunitmap
Many-To-One Relationship: principalentitybusinessunitmap business_unit_principalentitybusinessunitmap
Property | Value |
---|---|
ReferencingEntity | principalentitybusinessunitmap |
ReferencingAttribute | businessunitid |
ReferencedEntityNavigationPropertyName | business_unit_principalentitybusinessunitmap |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_privilegecheckerrun
Many-To-One Relationship: privilegecheckerrun business_unit_privilegecheckerrun
Property | Value |
---|---|
ReferencingEntity | privilegecheckerrun |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_privilegecheckerrun |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_processstageparameter
Many-To-One Relationship: processstageparameter business_unit_processstageparameter
Property | Value |
---|---|
ReferencingEntity | processstageparameter |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_processstageparameter |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_queues
Many-To-One Relationship: queue business_unit_queues
Property | Value |
---|---|
ReferencingEntity | queue |
ReferencingAttribute | businessunitid |
ReferencedEntityNavigationPropertyName | business_unit_queues |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_queues2
Many-To-One Relationship: queue business_unit_queues2
Property | Value |
---|---|
ReferencingEntity | queue |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_queues2 |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_recentlyused
Many-To-One Relationship: recentlyused business_unit_recentlyused
Property | Value |
---|---|
ReferencingEntity | recentlyused |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_recentlyused |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_recurrencerule
Many-To-One Relationship: recurrencerule business_unit_recurrencerule
Property | Value |
---|---|
ReferencingEntity | recurrencerule |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_recurrencerule |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_recurringappointmentmaster_activities
Many-To-One Relationship: recurringappointmentmaster business_unit_recurringappointmentmaster_activities
Property | Value |
---|---|
ReferencingEntity | recurringappointmentmaster |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_recurringappointmentmaster_activities |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_reports
Many-To-One Relationship: report business_unit_reports
Property | Value |
---|---|
ReferencingEntity | report |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_reports |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_retaineddataexcel
Many-To-One Relationship: retaineddataexcel business_unit_retaineddataexcel
Property | Value |
---|---|
ReferencingEntity | retaineddataexcel |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_retaineddataexcel |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_retentionconfig
Many-To-One Relationship: retentionconfig business_unit_retentionconfig
Property | Value |
---|---|
ReferencingEntity | retentionconfig |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_retentionconfig |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_retentionfailuredetail
Many-To-One Relationship: retentionfailuredetail business_unit_retentionfailuredetail
Property | Value |
---|---|
ReferencingEntity | retentionfailuredetail |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_retentionfailuredetail |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_retentionoperation
Many-To-One Relationship: retentionoperation business_unit_retentionoperation
Property | Value |
---|---|
ReferencingEntity | retentionoperation |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_retentionoperation |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_roles
Many-To-One Relationship: role business_unit_roles
Property | Value |
---|---|
ReferencingEntity | role |
ReferencingAttribute | businessunitid |
ReferencedEntityNavigationPropertyName | business_unit_roles |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_sharepointdocumentlocation
Many-To-One Relationship: sharepointdocumentlocation business_unit_sharepointdocumentlocation
Property | Value |
---|---|
ReferencingEntity | sharepointdocumentlocation |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_sharepointdocumentlocation |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_sharepointsites
Many-To-One Relationship: sharepointsite business_unit_sharepointsites
Property | Value |
---|---|
ReferencingEntity | sharepointsite |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_sharepointsites |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_sideloadedaiplugin
Many-To-One Relationship: sideloadedaiplugin business_unit_sideloadedaiplugin
Property | Value |
---|---|
ReferencingEntity | sideloadedaiplugin |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_sideloadedaiplugin |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_slabase
Many-To-One Relationship: sla business_unit_slabase
Property | Value |
---|---|
ReferencingEntity | sla |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_slabase |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_slakpiinstance
Many-To-One Relationship: slakpiinstance business_unit_slakpiinstance
Property | Value |
---|---|
ReferencingEntity | slakpiinstance |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_slakpiinstance |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_socialactivity
Many-To-One Relationship: socialactivity business_unit_socialactivity
Property | Value |
---|---|
ReferencingEntity | socialactivity |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_socialactivity |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_socialprofiles
Many-To-One Relationship: socialprofile business_unit_socialprofiles
Property | Value |
---|---|
ReferencingEntity | socialprofile |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_socialprofiles |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_solutioncomponentbatchconfiguration
Many-To-One Relationship: solutioncomponentbatchconfiguration business_unit_solutioncomponentbatchconfiguration
Property | Value |
---|---|
ReferencingEntity | solutioncomponentbatchconfiguration |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_solutioncomponentbatchconfiguration |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_stagesolutionupload
Many-To-One Relationship: stagesolutionupload business_unit_stagesolutionupload
Property | Value |
---|---|
ReferencingEntity | stagesolutionupload |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_stagesolutionupload |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_synapsedatabase
Many-To-One Relationship: synapsedatabase business_unit_synapsedatabase
Property | Value |
---|---|
ReferencingEntity | synapsedatabase |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_synapsedatabase |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_system_users
Many-To-One Relationship: systemuser business_unit_system_users
Property | Value |
---|---|
ReferencingEntity | systemuser |
ReferencingAttribute | businessunitid |
ReferencedEntityNavigationPropertyName | business_unit_system_users |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_task_activities
Many-To-One Relationship: task business_unit_task_activities
Property | Value |
---|---|
ReferencingEntity | task |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_task_activities |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_teams
Many-To-One Relationship: team business_unit_teams
Property | Value |
---|---|
ReferencingEntity | team |
ReferencingAttribute | businessunitid |
ReferencedEntityNavigationPropertyName | business_unit_teams |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_templates
Many-To-One Relationship: template business_unit_templates
Property | Value |
---|---|
ReferencingEntity | template |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_templates |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_user_settings
Many-To-One Relationship: usersettings business_unit_user_settings
Property | Value |
---|---|
ReferencingEntity | usersettings |
ReferencingAttribute | businessunitid |
ReferencedEntityNavigationPropertyName | business_unit_user_settings |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_userform
Many-To-One Relationship: userform business_unit_userform
Property | Value |
---|---|
ReferencingEntity | userform |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_userform |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_userquery
Many-To-One Relationship: userquery business_unit_userquery
Property | Value |
---|---|
ReferencingEntity | userquery |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_userquery |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_userqueryvisualizations
Many-To-One Relationship: userqueryvisualization business_unit_userqueryvisualizations
Property | Value |
---|---|
ReferencingEntity | userqueryvisualization |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_userqueryvisualizations |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_workflow
Many-To-One Relationship: workflow business_unit_workflow
Property | Value |
---|---|
ReferencingEntity | workflow |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_workflow |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_workflowbinary
Many-To-One Relationship: workflowbinary business_unit_workflowbinary
Property | Value |
---|---|
ReferencingEntity | workflowbinary |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_workflowbinary |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_workflowlogs
Many-To-One Relationship: workflowlog business_unit_workflowlogs
Property | Value |
---|---|
ReferencingEntity | workflowlog |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_workflowlogs |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_workqueue
Many-To-One Relationship: workqueue business_unit_workqueue
Property | Value |
---|---|
ReferencingEntity | workqueue |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_workqueue |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
business_unit_workqueueitem
Many-To-One Relationship: workqueueitem business_unit_workqueueitem
Property | Value |
---|---|
ReferencingEntity | workqueueitem |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | business_unit_workqueueitem |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BusinessUnit_AsyncOperations
Many-To-One Relationship: asyncoperation BusinessUnit_AsyncOperations
Property | Value |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | BusinessUnit_AsyncOperations |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BusinessUnit_BulkDeleteFailures
Many-To-One Relationship: bulkdeletefailure BusinessUnit_BulkDeleteFailures
Property | Value |
---|---|
ReferencingEntity | bulkdeletefailure |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | BusinessUnit_BulkDeleteFailures |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
businessunit_callbackregistration
Many-To-One Relationship: callbackregistration businessunit_callbackregistration
Property | Value |
---|---|
ReferencingEntity | callbackregistration |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | businessunit_callbackregistration |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
businessunit_canvasapp
Many-To-One Relationship: canvasapp businessunit_canvasapp
Property | Value |
---|---|
ReferencingEntity | canvasapp |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | businessunit_canvasapp |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BusinessUnit_DuplicateRules
Many-To-One Relationship: duplicaterule BusinessUnit_DuplicateRules
Property | Value |
---|---|
ReferencingEntity | duplicaterule |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | BusinessUnit_DuplicateRules |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BusinessUnit_ImportData
Many-To-One Relationship: importdata BusinessUnit_ImportData
Property | Value |
---|---|
ReferencingEntity | importdata |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | BusinessUnit_ImportData |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BusinessUnit_ImportFiles
Many-To-One Relationship: importfile BusinessUnit_ImportFiles
Property | Value |
---|---|
ReferencingEntity | importfile |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | BusinessUnit_ImportFiles |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BusinessUnit_ImportLogs
Many-To-One Relationship: importlog BusinessUnit_ImportLogs
Property | Value |
---|---|
ReferencingEntity | importlog |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | BusinessUnit_ImportLogs |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BusinessUnit_ImportMaps
Many-To-One Relationship: importmap BusinessUnit_ImportMaps
Property | Value |
---|---|
ReferencingEntity | importmap |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | BusinessUnit_ImportMaps |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BusinessUnit_Imports
Many-To-One Relationship: import BusinessUnit_Imports
Property | Value |
---|---|
ReferencingEntity | import |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | BusinessUnit_Imports |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
businessunit_mailboxtrackingfolder
Many-To-One Relationship: mailboxtrackingfolder businessunit_mailboxtrackingfolder
Property | Value |
---|---|
ReferencingEntity | mailboxtrackingfolder |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | businessunit_mailboxtrackingfolder |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
businessunit_principalobjectattributeaccess
Many-To-One Relationship: principalobjectattributeaccess businessunit_principalobjectattributeaccess
Property | Value |
---|---|
ReferencingEntity | principalobjectattributeaccess |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | businessunit_principalobjectattributeaccess |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BusinessUnit_ProcessSessions
Many-To-One Relationship: processsession BusinessUnit_ProcessSessions
Property | Value |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | BusinessUnit_ProcessSessions |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 110 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BusinessUnit_SyncError
Many-To-One Relationship: syncerror BusinessUnit_SyncError
Property | Value |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | BusinessUnit_SyncError |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BusinessUnit_SyncErrors
Many-To-One Relationship: syncerror BusinessUnit_SyncErrors
Property | Value |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | BusinessUnit_SyncErrors |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
chat_businessunit_owningbusinessunit
Many-To-One Relationship: chat chat_businessunit_owningbusinessunit
Property | Value |
---|---|
ReferencingEntity | chat |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | chat_businessunit_owningbusinessunit |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Owning_businessunit_processsessions
Many-To-One Relationship: processsession Owning_businessunit_processsessions
Property | Value |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | owningbusinessunit |
ReferencedEntityNavigationPropertyName | Owning_businessunit_processsessions |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference
businessunit