User (SystemUser) table/entity reference
Note
Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.
Person with access to the Microsoft CRM system and who owns objects in the Microsoft CRM database.
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/systemusers See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/systemusers(systemuserid) See Delete |
DeleteRequest or Delete |
| ReassignObjectsSystemUser | ReassignObjectsSystemUser Action | ReassignObjectsSystemUserRequest |
| RemoveParent | RemoveParent Action | RemoveParentRequest |
| Retrieve | GET [org URI]/api/data/v9.0/systemusers(systemuserid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveAllChildUsersSystemUser | RetrieveAllChildUsersSystemUser Function | RetrieveAllChildUsersSystemUserRequest |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/systemusers See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| SetBusinessSystemUser | SetBusinessSystemUser Action | SetBusinessSystemUserRequest |
| SetParentBusinessUnit | Associate and disassociate entities | SetParentBusinessUnitRequest |
| SetParentSystemUser | SetParentSystemUser Action | SetParentSystemUserRequest |
| SetParentTeam | SetParentTeam Action | SetParentTeamRequest |
| SetState | PATCH [org URI]/api/data/v9.0/systemusers(systemuserid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/systemusers(systemuserid) See Update |
UpdateRequest or Update |
Properties
| Property | Value |
|---|---|
| CollectionSchemaName | SystemUsers |
| DisplayCollectionName | Users |
| DisplayName | User |
| EntitySetName | systemusers |
| IsBPFEntity | False |
| LogicalCollectionName | systemusers |
| LogicalName | systemuser |
| OwnershipType | BusinessOwned |
| PrimaryIdAttribute | systemuserid |
| PrimaryNameAttribute | fullname |
| SchemaName | SystemUser |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- AccessMode
- 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
- ApplicationId
- AzureState
- BusinessUnitId
- CalendarId
- CALType
- DisplayInServiceViews
- DomainName
- EmailRouterAccessApproval
- EmployeeId
- EntityImage
- FirstName
- GovernmentId
- HomePhone
- ImportSequenceNumber
- IncomingEmailDeliveryMethod
- InternalEMailAddress
- InviteStatusCode
- IsDisabled
- IsIntegrationUser
- IsLicensed
- IsSyncWithDirectory
- JobTitle
- LastName
- MiddleName
- MobileAlertEMail
- MobileOfflineProfileId
- MobileOfflineProfileIdName
- MobilePhone
- NickName
- OutgoingEmailDeliveryMethod
- OverriddenCreatedOn
- ParentSystemUserId
- PassportHi
- PassportLo
- PersonalEMailAddress
- PhotoUrl
- PositionId
- PreferredAddressCode
- PreferredEmailCode
- PreferredPhoneCode
- ProcessId
- QueueId
- Salutation
- SetupUser
- SharePointEmailAddress
- Skills
- StageId
- SystemUserId
- TerritoryId
- TimeZoneRuleVersionNumber
- Title
- TransactionCurrencyId
- TraversedPath
- UserLicenseType
- UTCConversionTimeZoneCode
- WindowsLiveID
- YammerEmailAddress
- YammerUserId
- YomiFirstName
- YomiLastName
- YomiMiddleName
AccessMode
| Property | Value |
|---|---|
| Description | Type of user. |
| DisplayName | Access Mode |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | accessmode |
| RequiredLevel | SystemRequired |
| Type | Picklist |
AccessMode Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Read-Write | |
| 1 | Administrative | |
| 2 | Read | |
| 3 | Support User | |
| 4 | Non-interactive | |
| 5 | Delegated Admin |
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 | False |
| IsValidForRead | True |
| LogicalName | address1_addresstypecode |
| RequiredLevel | None |
| Type | Picklist |
Address1_AddressTypeCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Default Value |
Address1_City
| Property | Value |
|---|---|
| Description | City name for address 1. |
| DisplayName | City |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_city |
| MaxLength | 128 |
| RequiredLevel | None |
| Type | String |
Address1_Country
| Property | Value |
|---|---|
| Description | Country/region name in address 1. |
| DisplayName | Country/Region |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_country |
| MaxLength | 128 |
| RequiredLevel | None |
| Type | String |
Address1_County
| Property | Value |
|---|---|
| Description | County name for address 1. |
| DisplayName | Address 1: County |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_county |
| MaxLength | 128 |
| RequiredLevel | None |
| Type | String |
Address1_Fax
| Property | Value |
|---|---|
| Description | Fax number for address 1. |
| DisplayName | Address 1: Fax |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_fax |
| MaxLength | 64 |
| RequiredLevel | None |
| Type | String |
Address1_Latitude
| Property | Value |
|---|---|
| Description | Latitude for address 1. |
| DisplayName | Address 1: Latitude |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_latitude |
| MaxValue | 90 |
| MinValue | -90 |
| Precision | 5 |
| RequiredLevel | None |
| Type | Double |
Address1_Line1
| Property | Value |
|---|---|
| Description | First line for entering address 1 information. |
| DisplayName | Street 1 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_line1 |
| MaxLength | 1024 |
| RequiredLevel | None |
| Type | String |
Address1_Line2
| Property | Value |
|---|---|
| Description | Second line for entering address 1 information. |
| DisplayName | Street 2 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_line2 |
| MaxLength | 1024 |
| RequiredLevel | None |
| Type | String |
Address1_Line3
| Property | Value |
|---|---|
| Description | Third line for entering address 1 information. |
| DisplayName | Street 3 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_line3 |
| MaxLength | 1024 |
| RequiredLevel | None |
| Type | String |
Address1_Longitude
| Property | Value |
|---|---|
| Description | Longitude for address 1. |
| DisplayName | Address 1: Longitude |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_longitude |
| MaxValue | 180 |
| MinValue | -180 |
| Precision | 5 |
| RequiredLevel | None |
| Type | Double |
Address1_Name
| Property | Value |
|---|---|
| Description | Name to enter for address 1. |
| DisplayName | Address 1: Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_name |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
Address1_PostalCode
| Property | Value |
|---|---|
| Description | ZIP Code or postal code for address 1. |
| DisplayName | ZIP/Postal Code |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_postalcode |
| MaxLength | 40 |
| RequiredLevel | None |
| Type | String |
Address1_PostOfficeBox
| Property | Value |
|---|---|
| Description | Post office box number for address 1. |
| DisplayName | Address 1: Post Office Box |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_postofficebox |
| MaxLength | 40 |
| RequiredLevel | None |
| Type | String |
Address1_ShippingMethodCode
| Property | Value |
|---|---|
| Description | Method of shipment for address 1. |
| DisplayName | Address 1: Shipping Method |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | address1_shippingmethodcode |
| RequiredLevel | None |
| Type | Picklist |
Address1_ShippingMethodCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Default Value |
Address1_StateOrProvince
| Property | Value |
|---|---|
| Description | State or province for address 1. |
| DisplayName | State/Province |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_stateorprovince |
| MaxLength | 128 |
| RequiredLevel | None |
| Type | String |
Address1_Telephone1
| Property | Value |
|---|---|
| Description | First telephone number associated with address 1. |
| DisplayName | Main Phone |
| FormatName | Phone |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_telephone1 |
| MaxLength | 64 |
| RequiredLevel | None |
| Type | String |
Address1_Telephone2
| Property | Value |
|---|---|
| Description | Second telephone number associated with address 1. |
| DisplayName | Other Phone |
| FormatName | Phone |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_telephone2 |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address1_Telephone3
| Property | Value |
|---|---|
| Description | Third telephone number associated with address 1. |
| DisplayName | Pager |
| FormatName | Phone |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_telephone3 |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address1_UPSZone
| Property | Value |
|---|---|
| Description | United Parcel Service (UPS) zone for address 1. |
| DisplayName | Address 1: UPS Zone |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | address1_upszone |
| MaxLength | 4 |
| RequiredLevel | None |
| Type | String |
Address1_UTCOffset
| Property | Value |
|---|---|
| Description | UTC offset for address 1. This is the difference between local time and standard Coordinated Universal Time. |
| DisplayName | Address 1: UTC Offset |
| Format | TimeZone |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | address1_utcoffset |
| MaxValue | 1500 |
| MinValue | -1500 |
| RequiredLevel | None |
| Type | Integer |
Address2_AddressId
| Property | Value |
|---|---|
| Description | Unique identifier for address 2. |
| DisplayName | Address 2: ID |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | address2_addressid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
Address2_AddressTypeCode
| Property | Value |
|---|---|
| Description | Type of address for address 2, such as billing, shipping, or primary address. |
| DisplayName | Address 2: Address Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | address2_addresstypecode |
| RequiredLevel | None |
| Type | Picklist |
Address2_AddressTypeCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Default Value |
Address2_City
| Property | Value |
|---|---|
| Description | City name for address 2. |
| DisplayName | Other City |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_city |
| MaxLength | 128 |
| RequiredLevel | None |
| Type | String |
Address2_Country
| Property | Value |
|---|---|
| Description | Country/region name in address 2. |
| DisplayName | Other Country/Region |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_country |
| MaxLength | 128 |
| RequiredLevel | None |
| Type | String |
Address2_County
| Property | Value |
|---|---|
| Description | County name for address 2. |
| DisplayName | Address 2: County |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_county |
| MaxLength | 128 |
| RequiredLevel | None |
| Type | String |
Address2_Fax
| Property | Value |
|---|---|
| Description | Fax number for address 2. |
| DisplayName | Address 2: Fax |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_fax |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address2_Latitude
| Property | Value |
|---|---|
| Description | Latitude for address 2. |
| DisplayName | Address 2: Latitude |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_latitude |
| MaxValue | 90 |
| MinValue | -90 |
| Precision | 5 |
| RequiredLevel | None |
| Type | Double |
Address2_Line1
| Property | Value |
|---|---|
| Description | First line for entering address 2 information. |
| DisplayName | Other Street 1 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_line1 |
| MaxLength | 1024 |
| RequiredLevel | None |
| Type | String |
Address2_Line2
| Property | Value |
|---|---|
| Description | Second line for entering address 2 information. |
| DisplayName | Other Street 2 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_line2 |
| MaxLength | 1024 |
| RequiredLevel | None |
| Type | String |
Address2_Line3
| Property | Value |
|---|---|
| Description | Third line for entering address 2 information. |
| DisplayName | Other Street 3 |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_line3 |
| MaxLength | 1024 |
| RequiredLevel | None |
| Type | String |
Address2_Longitude
| Property | Value |
|---|---|
| Description | Longitude for address 2. |
| DisplayName | Address 2: Longitude |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_longitude |
| MaxValue | 180 |
| MinValue | -180 |
| Precision | 5 |
| RequiredLevel | None |
| Type | Double |
Address2_Name
| Property | Value |
|---|---|
| Description | Name to enter for address 2. |
| DisplayName | Address 2: Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_name |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
Address2_PostalCode
| Property | Value |
|---|---|
| Description | ZIP Code or postal code for address 2. |
| DisplayName | Other ZIP/Postal Code |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_postalcode |
| MaxLength | 40 |
| RequiredLevel | None |
| Type | String |
Address2_PostOfficeBox
| Property | Value |
|---|---|
| Description | Post office box number for address 2. |
| DisplayName | Address 2: Post Office Box |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_postofficebox |
| MaxLength | 40 |
| RequiredLevel | None |
| Type | String |
Address2_ShippingMethodCode
| Property | Value |
|---|---|
| Description | Method of shipment for address 2. |
| DisplayName | Address 2: Shipping Method |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | address2_shippingmethodcode |
| RequiredLevel | None |
| Type | Picklist |
Address2_ShippingMethodCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Default Value |
Address2_StateOrProvince
| Property | Value |
|---|---|
| Description | State or province for address 2. |
| DisplayName | Other State/Province |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_stateorprovince |
| MaxLength | 128 |
| RequiredLevel | None |
| Type | String |
Address2_Telephone1
| Property | Value |
|---|---|
| Description | First telephone number associated with address 2. |
| DisplayName | Address 2: Telephone 1 |
| FormatName | Phone |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_telephone1 |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address2_Telephone2
| Property | Value |
|---|---|
| Description | Second telephone number associated with address 2. |
| DisplayName | Address 2: Telephone 2 |
| FormatName | Phone |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_telephone2 |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address2_Telephone3
| Property | Value |
|---|---|
| Description | Third telephone number associated with address 2. |
| DisplayName | Address 2: Telephone 3 |
| FormatName | Phone |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_telephone3 |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Address2_UPSZone
| Property | Value |
|---|---|
| Description | United Parcel Service (UPS) zone for address 2. |
| DisplayName | Address 2: UPS Zone |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | address2_upszone |
| MaxLength | 4 |
| RequiredLevel | None |
| Type | String |
Address2_UTCOffset
| Property | Value |
|---|---|
| Description | UTC offset for address 2. This is the difference between local time and standard Coordinated Universal Time. |
| DisplayName | Address 2: UTC Offset |
| Format | TimeZone |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | address2_utcoffset |
| MaxValue | 1500 |
| MinValue | -1500 |
| RequiredLevel | None |
| Type | Integer |
ApplicationId
| Property | Value |
|---|---|
| Description | The identifier for the application. This is used to access data in another application. |
| DisplayName | Application ID |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | applicationid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
AzureState
Added by: AuthorizationCore Solution
| Property | Value |
|---|---|
| Description | Azure state of user |
| DisplayName | Azure State |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | azurestate |
| RequiredLevel | SystemRequired |
| Type | Picklist |
AzureState Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Exists | |
| 1 | Soft deleted | |
| 2 | Not found or hard deleted |
BusinessUnitId
| Property | Value |
|---|---|
| Description | Unique identifier of the business unit with which the user is associated. |
| DisplayName | Business Unit |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | businessunitid |
| RequiredLevel | SystemRequired |
| Targets | businessunit |
| Type | Lookup |
CalendarId
| Property | Value |
|---|---|
| Description | Fiscal calendar associated with the user. |
| DisplayName | Calendar |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | calendarid |
| RequiredLevel | None |
| Targets | calendar |
| Type | Lookup |
CALType
| Property | Value |
|---|---|
| Description | License type of user. This is used only in the on-premises version of the product. Online licenses are managed through Microsoft 365 Office Portal |
| DisplayName | License Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | caltype |
| RequiredLevel | SystemRequired |
| Type | Picklist |
CALType Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Professional | |
| 1 | Administrative | |
| 2 | Basic | |
| 3 | Device Professional | |
| 4 | Device Basic | |
| 5 | Essential | |
| 6 | Device Essential | |
| 7 | Enterprise | |
| 8 | Device Enterprise | |
| 9 | Sales | |
| 10 | Service | |
| 11 | Field Service | |
| 12 | Project Service |
DisplayInServiceViews
| Property | Value |
|---|---|
| Description | Whether to display the user in service views. |
| DisplayName | Display in Service Views |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | displayinserviceviews |
| RequiredLevel | None |
| Type | Boolean |
DisplayInServiceViews Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
DomainName
| Property | Value |
|---|---|
| Description | Active Directory domain of which the user is a member. |
| DisplayName | User Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | domainname |
| MaxLength | 1024 |
| RequiredLevel | SystemRequired |
| Type | String |
EmailRouterAccessApproval
| Property | Value |
|---|---|
| Description | Shows the status of the primary email address. |
| DisplayName | Primary Email Status |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | emailrouteraccessapproval |
| RequiredLevel | SystemRequired |
| Type | Picklist |
EmailRouterAccessApproval Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Empty | |
| 1 | Approved | |
| 2 | Pending Approval | |
| 3 | Rejected |
EmployeeId
| Property | Value |
|---|---|
| Description | Employee identifier for the user. |
| DisplayName | Employee |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | employeeid |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
EntityImage
| Property | Value |
|---|---|
| Description | Shows the default image for the record. |
| DisplayName | Entity Image |
| IsPrimaryImage | True |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimage |
| MaxHeight | 144 |
| MaxWidth | 144 |
| RequiredLevel | None |
| Type | Image |
FirstName
| Property | Value |
|---|---|
| Description | First name of the user. |
| DisplayName | First Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | firstname |
| MaxLength | 256 |
| RequiredLevel | ApplicationRequired |
| Type | String |
GovernmentId
| Property | Value |
|---|---|
| Description | Government identifier for the user. |
| DisplayName | Government |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | governmentid |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
HomePhone
| Property | Value |
|---|---|
| Description | Home phone number for the user. |
| DisplayName | Home Phone |
| FormatName | Phone |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | homephone |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
ImportSequenceNumber
| Property | Value |
|---|---|
| Description | Unique identifier of the data import or data migration that created this record. |
| DisplayName | Import Sequence Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | importsequencenumber |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
IncomingEmailDeliveryMethod
| Property | Value |
|---|---|
| Description | Incoming email delivery method for the user. |
| DisplayName | Incoming Email Delivery Method |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | incomingemaildeliverymethod |
| RequiredLevel | SystemRequired |
| Type | Picklist |
IncomingEmailDeliveryMethod Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | None | |
| 1 | Microsoft Dynamics 365 for Outlook | |
| 2 | Server-Side Synchronization or Email Router | |
| 3 | Forward Mailbox |
InternalEMailAddress
| Property | Value |
|---|---|
| Description | Internal email address for the user. |
| DisplayName | Primary Email |
| FormatName | |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | internalemailaddress |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
InviteStatusCode
| Property | Value |
|---|---|
| Description | User invitation status. |
| DisplayName | Invitation Status |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | invitestatuscode |
| RequiredLevel | ApplicationRequired |
| Type | Picklist |
InviteStatusCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Invitation Not Sent | |
| 1 | Invited | |
| 2 | Invitation Near Expired | |
| 3 | Invitation Expired | |
| 4 | Invitation Accepted | |
| 5 | Invitation Rejected | |
| 6 | Invitation Revoked |
IsDisabled
| Property | Value |
|---|---|
| Description | Information about whether the user is enabled. |
| DisplayName | Status |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | isdisabled |
| RequiredLevel | None |
| Type | Boolean |
IsDisabled Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Disabled | |
| 0 | Enabled |
DefaultValue: 0
IsIntegrationUser
| Property | Value |
|---|---|
| Description | Check if user is an integration user. |
| DisplayName | Integration user mode |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | isintegrationuser |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsIntegrationUser Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
IsLicensed
| Property | Value |
|---|---|
| Description | Information about whether the user is licensed. |
| DisplayName | User Licensed |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | islicensed |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsLicensed Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
IsSyncWithDirectory
| Property | Value |
|---|---|
| Description | Information about whether the user is synced with the directory. |
| DisplayName | User Synced |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | issyncwithdirectory |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsSyncWithDirectory Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
JobTitle
| Property | Value |
|---|---|
| Description | Job title of the user. |
| DisplayName | Job Title |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | jobtitle |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
LastName
| Property | Value |
|---|---|
| Description | Last name of the user. |
| DisplayName | Last Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | lastname |
| MaxLength | 256 |
| RequiredLevel | ApplicationRequired |
| Type | String |
MiddleName
| Property | Value |
|---|---|
| Description | Middle name of the user. |
| DisplayName | Middle Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | middlename |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
MobileAlertEMail
| Property | Value |
|---|---|
| Description | Mobile alert email address for the user. |
| DisplayName | Mobile Alert Email |
| FormatName | |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | mobilealertemail |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
MobileOfflineProfileId
| Property | Value |
|---|---|
| Description | Items contained with a particular SystemUser. |
| DisplayName | Mobile Offline Profile |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | mobileofflineprofileid |
| RequiredLevel | None |
| Targets | mobileofflineprofile |
| Type | Lookup |
MobileOfflineProfileIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | mobileofflineprofileidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
MobilePhone
| Property | Value |
|---|---|
| Description | Mobile phone number for the user. |
| DisplayName | Mobile Phone |
| FormatName | Phone |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | mobilephone |
| MaxLength | 64 |
| RequiredLevel | None |
| Type | String |
NickName
| Property | Value |
|---|---|
| Description | Nickname of the user. |
| DisplayName | Nickname |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | nickname |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
OutgoingEmailDeliveryMethod
| Property | Value |
|---|---|
| Description | Outgoing email delivery method for the user. |
| DisplayName | Outgoing Email Delivery Method |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | outgoingemaildeliverymethod |
| RequiredLevel | SystemRequired |
| Type | Picklist |
OutgoingEmailDeliveryMethod Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | None | |
| 1 | Microsoft Dynamics 365 for Outlook | |
| 2 | Server-Side Synchronization or Email Router |
OverriddenCreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time that the record was migrated. |
| DisplayName | Record Created On |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | overriddencreatedon |
| RequiredLevel | None |
| Type | DateTime |
ParentSystemUserId
| Property | Value |
|---|---|
| Description | Unique identifier of the manager of the user. |
| DisplayName | Manager |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | parentsystemuserid |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
PassportHi
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Passport Hi |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | passporthi |
| MaxValue | 1000000000 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
PassportLo
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Passport Lo |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | passportlo |
| MaxValue | 1000000000 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
PersonalEMailAddress
| Property | Value |
|---|---|
| Description | Personal email address of the user. |
| DisplayName | Email 2 |
| FormatName | |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | personalemailaddress |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
PhotoUrl
| Property | Value |
|---|---|
| Description | URL for the Website on which a photo of the user is located. |
| DisplayName | Photo URL |
| FormatName | Url |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | photourl |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
PositionId
| Property | Value |
|---|---|
| Description | User's position in hierarchical security model. |
| DisplayName | Position |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | positionid |
| RequiredLevel | None |
| Targets | position |
| Type | Lookup |
PreferredAddressCode
| Property | Value |
|---|---|
| Description | Preferred address for the user. |
| DisplayName | Preferred Address |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | preferredaddresscode |
| RequiredLevel | None |
| Type | Picklist |
PreferredAddressCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Mailing Address | |
| 2 | Other Address |
PreferredEmailCode
| Property | Value |
|---|---|
| Description | Preferred email address for the user. |
| DisplayName | Preferred Email |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | preferredemailcode |
| RequiredLevel | None |
| Type | Picklist |
PreferredEmailCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Default Value |
PreferredPhoneCode
| Property | Value |
|---|---|
| Description | Preferred phone number for the user. |
| DisplayName | Preferred Phone |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | preferredphonecode |
| RequiredLevel | None |
| Type | Picklist |
PreferredPhoneCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Main Phone | |
| 2 | Other Phone | |
| 3 | Home Phone | |
| 4 | Mobile Phone |
ProcessId
| Property | Value |
|---|---|
| Description | Shows the ID of the process. |
| DisplayName | Process |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | processid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
QueueId
| Property | Value |
|---|---|
| Description | Unique identifier of the default queue for the user. |
| DisplayName | Default Queue |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | queueid |
| RequiredLevel | None |
| Targets | queue |
| Type | Lookup |
Salutation
| Property | Value |
|---|---|
| Description | Salutation for correspondence with the user. |
| DisplayName | Salutation |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | salutation |
| MaxLength | 20 |
| RequiredLevel | None |
| Type | String |
SetupUser
| Property | Value |
|---|---|
| Description | Check if user is a setup user. |
| DisplayName | Restricted Access Mode |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | setupuser |
| RequiredLevel | SystemRequired |
| Type | Boolean |
SetupUser Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
SharePointEmailAddress
| Property | Value |
|---|---|
| Description | SharePoint Work Email Address |
| DisplayName | SharePoint Email Address |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | sharepointemailaddress |
| MaxLength | 1024 |
| RequiredLevel | None |
| Type | String |
Skills
| Property | Value |
|---|---|
| Description | Skill set of the user. |
| DisplayName | Skills |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | skills |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
StageId
| Property | Value |
|---|---|
| Description | Shows the ID of the stage. |
| DisplayName | (Deprecated) Process Stage |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | stageid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
SystemUserId
| Property | Value |
|---|---|
| Description | Unique identifier for the user. |
| DisplayName | User |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | systemuserid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
TerritoryId
Added by: Application Common Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the territory to which the user is assigned. |
| DisplayName | Territory |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | territoryid |
| RequiredLevel | None |
| Targets | territory |
| Type | Lookup |
TimeZoneRuleVersionNumber
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Time Zone Rule Version Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | timezoneruleversionnumber |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
Title
| Property | Value |
|---|---|
| Description | Title of the user. |
| DisplayName | Title |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | title |
| MaxLength | 128 |
| RequiredLevel | None |
| Type | String |
TransactionCurrencyId
| Property | Value |
|---|---|
| Description | Unique identifier of the currency associated with the systemuser. |
| DisplayName | Currency |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | transactioncurrencyid |
| RequiredLevel | None |
| Targets | transactioncurrency |
| Type | Lookup |
TraversedPath
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | (Deprecated) Traversed Path |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | traversedpath |
| MaxLength | 1250 |
| RequiredLevel | None |
| Type | String |
UserLicenseType
| Property | Value |
|---|---|
| Description | Shows the type of user license. |
| DisplayName | User License Type |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | userlicensetype |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | SystemRequired |
| Type | Integer |
UTCConversionTimeZoneCode
| Property | Value |
|---|---|
| Description | Time zone code that was in use when the record was created. |
| DisplayName | UTC Conversion Time Zone Code |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | utcconversiontimezonecode |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
WindowsLiveID
| Property | Value |
|---|---|
| Description | Windows Live ID |
| DisplayName | Windows Live ID |
| FormatName | |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | windowsliveid |
| MaxLength | 1024 |
| RequiredLevel | None |
| Type | String |
YammerEmailAddress
| Property | Value |
|---|---|
| Description | User's Yammer login email address |
| DisplayName | Yammer Email |
| FormatName | |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | yammeremailaddress |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
YammerUserId
| Property | Value |
|---|---|
| Description | User's Yammer ID |
| DisplayName | Yammer User ID |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | yammeruserid |
| MaxLength | 128 |
| RequiredLevel | None |
| Type | String |
YomiFirstName
| Property | Value |
|---|---|
| Description | Pronunciation of the first name of the user, written in phonetic hiragana or katakana characters. |
| DisplayName | Yomi First Name |
| FormatName | PhoneticGuide |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | yomifirstname |
| MaxLength | 64 |
| RequiredLevel | None |
| Type | String |
YomiLastName
| Property | Value |
|---|---|
| Description | Pronunciation of the last name of the user, written in phonetic hiragana or katakana characters. |
| DisplayName | Yomi Last Name |
| FormatName | PhoneticGuide |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | yomilastname |
| MaxLength | 64 |
| RequiredLevel | None |
| Type | String |
YomiMiddleName
| Property | Value |
|---|---|
| Description | Pronunciation of the middle name of the user, written in phonetic hiragana or katakana characters. |
| DisplayName | Yomi Middle Name |
| FormatName | PhoneticGuide |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | yomimiddlename |
| MaxLength | 50 |
| RequiredLevel | None |
| Type | String |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- ActiveDirectoryGuid
- Address1_Composite
- Address2_Composite
- ApplicationIdUri
- AzureActiveDirectoryObjectId
- AzureDeletedOn
- BusinessUnitIdName
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- DefaultFiltersPopulated
- DefaultMailbox
- DefaultMailboxName
- DefaultOdbFolderName
- DeletedState
- DisabledReason
- EntityImage_Timestamp
- EntityImage_URL
- EntityImageId
- ExchangeRate
- FullName
- IdentityId
- IsActiveDirectoryUser
- IsEmailAddressApprovedByO365Admin
- LatestUpdateTime
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OrganizationId
- OrganizationIdName
- ParentSystemUserIdName
- ParentSystemUserIdYomiName
- PositionIdName
- QueueIdName
- TerritoryIdName
- TransactionCurrencyIdName
- UserPuid
- VersionNumber
- YomiFullName
ActiveDirectoryGuid
| Property | Value |
|---|---|
| Description | Active Directory object GUID for the system user. |
| DisplayName | Active Directory Guid |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | activedirectoryguid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
Address1_Composite
| Property | Value |
|---|---|
| Description | Shows the complete primary address. |
| DisplayName | Address |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address1_composite |
| MaxLength | 1000 |
| RequiredLevel | None |
| Type | Memo |
Address2_Composite
| Property | Value |
|---|---|
| Description | Shows the complete secondary address. |
| DisplayName | Other Address |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | address2_composite |
| MaxLength | 1000 |
| RequiredLevel | None |
| Type | Memo |
ApplicationIdUri
| Property | Value |
|---|---|
| Description | The URI used as a unique logical identifier for the external app. This can be used to validate the application. |
| DisplayName | Application ID URI |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | applicationiduri |
| MaxLength | 1024 |
| RequiredLevel | None |
| Type | String |
AzureActiveDirectoryObjectId
| Property | Value |
|---|---|
| Description | This is the application directory object Id. |
| DisplayName | Azure AD Object ID |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | azureactivedirectoryobjectid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
AzureDeletedOn
Added by: AuthorizationCore Solution
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the user was set as soft deleted in Azure. |
| DisplayName | Azure Deleted On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | azuredeletedon |
| RequiredLevel | None |
| Type | DateTime |
BusinessUnitIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | businessunitidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
CreatedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the user. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the user was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who created the systemuser. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
DefaultFiltersPopulated
| Property | Value |
|---|---|
| Description | Indicates if default outlook filters have been populated. |
| DisplayName | Default Filters Populated |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | defaultfilterspopulated |
| RequiredLevel | SystemRequired |
| Type | Boolean |
DefaultFiltersPopulated Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
DefaultMailbox
| Property | Value |
|---|---|
| Description | Select the mailbox associated with this user. |
| DisplayName | Mailbox |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | defaultmailbox |
| RequiredLevel | None |
| Targets | mailbox |
| Type | Lookup |
DefaultMailboxName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | defaultmailboxname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
DefaultOdbFolderName
| Property | Value |
|---|---|
| Description | Type a default folder name for the user's OneDrive For Business location. |
| DisplayName | Default OneDrive for Business Folder Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | defaultodbfoldername |
| MaxLength | 200 |
| RequiredLevel | SystemRequired |
| Type | String |
DeletedState
Added by: AuthorizationCore Solution
| Property | Value |
|---|---|
| Description | User delete state |
| DisplayName | Deleted State |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | deletedstate |
| RequiredLevel | SystemRequired |
| Type | Picklist |
DeletedState Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Not deleted | |
| 1 | Soft deleted |
DisabledReason
| Property | Value |
|---|---|
| Description | Reason for disabling the user. |
| DisplayName | Disabled Reason |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | disabledreason |
| MaxLength | 500 |
| RequiredLevel | None |
| Type | String |
EntityImage_Timestamp
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimage_timestamp |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
EntityImage_URL
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Url |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimage_url |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
EntityImageId
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Entity Image Id |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | entityimageid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
ExchangeRate
| Property | Value |
|---|---|
| Description | Exchange rate for the currency associated with the systemuser with respect to the base currency. |
| DisplayName | Exchange Rate |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | exchangerate |
| MaxValue | 100000000000 |
| MinValue | 0.000000000001 |
| Precision | 12 |
| RequiredLevel | None |
| Type | Decimal |
FullName
| Property | Value |
|---|---|
| Description | Full name of the user. |
| DisplayName | Full Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | fullname |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
IdentityId
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Unique user identity id |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | identityid |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | SystemRequired |
| Type | Integer |
IsActiveDirectoryUser
| Property | Value |
|---|---|
| Description | Information about whether the user is an AD user. |
| DisplayName | Is Active Directory User |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | isactivedirectoryuser |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsActiveDirectoryUser Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 1
IsEmailAddressApprovedByO365Admin
| Property | Value |
|---|---|
| Description | Shows the status of approval of the email address by O365 Admin. |
| DisplayName | Email Address O365 Admin Approval Status |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isemailaddressapprovedbyo365admin |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsEmailAddressApprovedByO365Admin Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: 0
LatestUpdateTime
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Time stamp of the latest update for the user |
| DisplayName | Latest User Update Time |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | latestupdatetime |
| RequiredLevel | None |
| Type | DateTime |
ModifiedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who last modified the user. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the user was last modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who last modified the systemuser. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OrganizationId
| Property | Value |
|---|---|
| Description | Unique identifier of the organization associated with the user. |
| DisplayName | Organization |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | organizationid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
OrganizationIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
ParentSystemUserIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | parentsystemuseridname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ParentSystemUserIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | parentsystemuseridyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
PositionIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | positionidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
QueueIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | queueidname |
| MaxLength | 400 |
| RequiredLevel | None |
| Type | String |
TerritoryIdName
Added by: Application Common Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | territoryidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
TransactionCurrencyIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | transactioncurrencyidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
UserPuid
| Property | Value |
|---|---|
| Description | User PUID User Identifiable Information |
| DisplayName | User PUID |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | userpuid |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
VersionNumber
| Property | Value |
|---|---|
| Description | Version number of the user. |
| DisplayName | Version number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
YomiFullName
| Property | Value |
|---|---|
| Description | Pronunciation of the full name of the user, written in phonetic hiragana or katakana characters. |
| DisplayName | Yomi Full Name |
| FormatName | PhoneticGuide |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | yomifullname |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
One-To-Many Relationships
Listed by SchemaName.
- lk_appmodule_modifiedby
- systemuser_principalobjectattributeaccess_principalid
- user_exchangesyncidmapping
- lk_theme_createdby
- lk_theme_createdonbehalfby
- lk_theme_modifiedby
- lk_theme_modifiedonbehalfby
- lk_usermapping_createdby
- lk_usermapping_createdonbehalfby
- lk_usermapping_modifiedby
- lk_usermapping_modifiedonbehalfby
- lk_interactionforemail_createdby
- lk_interactionforemail_createdonbehalfby
- lk_interactionforemail_modifiedby
- lk_interactionforemail_modifiedonbehalfby
- user_interactionforemail
- lk_knowledgearticle_createdby
- lk_knowledgearticle_createdonbehalfby
- lk_knowledgearticle_modifiedby
- lk_knowledgearticle_modifiedonbehalfby
- user_knowledgearticle
- user_sharepointsite
- user_sharepointdocumentlocation
- lk_goal_createdby
- lk_goal_createdonbehalfby
- lk_goal_modifiedby
- lk_goal_modifiedonbehalfby
- user_goal
- user_goal_goalowner
- lk_metric_createdby
- lk_metric_createdonbehalfby
- lk_metric_modifiedby
- lk_metric_modifiedonbehalfby
- lk_rollupfield_createdby
- lk_rollupfield_createdonbehalfby
- lk_rollupfield_modifiedby
- lk_rollupfield_modifiedonbehalfby
- lk_goalrollupquery_createdby
- lk_goalrollupquery_createdonbehalfby
- lk_goalrollupquery_modifiedby
- lk_goalrollupquery_modifiedonbehalfby
- lk_emailserverprofile_createdonbehalfby
- lk_emailserverprofile_modifiedonbehalfby
- lk_mailbox_createdby
- lk_mailbox_createdonbehalfby
- lk_mailbox_modifiedby
- lk_mailbox_modifiedonbehalfby
- user_mailbox
- lk_post_modifiedonbehalfby
- lk_position_createdby
- lk_position_createdonbehalfby
- lk_position_modifiedby
- lk_position_modifiedonbehalfby
- lk_solution_createdby
- lk_solution_modifiedby
- lk_publisher_createdby
- lk_publisher_modifiedby
- lk_officegraphdocument_createdonbehalfby
- lk_officegraphdocument_modifiedonbehalfby
- lk_recommendeddocument_createdby
- lk_recommendeddocument_createdonbehalfby
- lk_recommendeddocument_modifiedby
- lk_recommendeddocument_modifiedonbehalfby
- lk_KnowledgeBaseRecord_createdby
- lk_KnowledgeBaseRecord_createdonbehalfby
- lk_KnowledgeBaseRecord_modifiedby
- lk_KnowledgeBaseRecord_modifiedonbehalfby
- lk_lookupmapping_modifiedby
- lk_usersettings_createdonbehalfby
- lk_kbarticletemplatebase_modifiedby
- lk_fax_modifiedby
- lk_processsession_completedby
- modifiedby_sdkmessageprocessingstepsecureconfig
- lk_businessunit_createdonbehalfby
- lk_duplicaterule_createdonbehalfby
- lk_sdkmessage_modifiedonbehalfby
- lk_translationprocess_modifiedonbehalfby
- lk_actioncardbase_createdonbehalfby
- lk_sdkmessagefilter_createdonbehalfby
- lk_slabase_modifiedonbehalfby
- lk_feedback_modifiedby
- lk_templatebase_modifiedby
- lk_kbarticletemplate_modifiedonbehalfby
- lk_slakpiinstancebase_createdby
- lk_ACIViewMapper_createdby
- lk_userqueryvisualization_modifiedby
- lk_recurringappointmentmaster_createdonbehalfby
- lk_lookupmapping_createdonbehalfby
- lk_MobileOfflineProfileItem_createdby
- lk_recurringappointmentmaster_modifiedby
- lk_fax_createdby
- lk_letter_modifiedonbehalfby
- lk_transformationmapping_createdby
- lk_reportcategorybase_createdby
- lk_letter_createdby
- lk_customcontrolresource_modifiedby
- lk_expiredprocess_createdonbehalfby
- lk_appmodulecomponent_modifiedby
- lk_calendar_modifiedby
- SystemUser_DuplicateRules
- lk_plugintype_createdonbehalfby
- lk_mobileofflineprofileitem_createdonbehalfby
- lk_fax_createdonbehalfby
- lk_timezonedefinition_modifiedby
- lk_columnmapping_createdby
- lk_reportcategorybase_modifiedby
- lk_sharepointsitebase_createdonbehalfby
- lk_workflowlog_modifiedby
- lk_syncerrorbase_createdonbehalfby
- lk_bulkdeleteoperation_modifiedonbehalfby
- lk_serviceendpointbase_createdonbehalfby
- lk_solutioncomponentbase_createdonbehalfby
- lk_plugintype_modifiedonbehalfby
- lk_lookupmapping_modifiedonbehalfby
- lk_phonecall_modifiedby
- lk_slabase_modifiedby
- lk_workflowlog_modifiedonbehalfby
- lk_importfilebase_createdonbehalfby
- lk_fieldsecurityprofile_createdonbehalfby
- lk_importmapbase_createdby
- lk_PostFollow_createdby
- systemuser_PostFollows
- lk_post_createdby
- lk_post_createdonbehalfby
- lk_post_modifiedby
- lk_postcomment_createdby
- user_owner_postfollows
- lk_postfollow_createdonbehalfby
- lk_postcomment_createdonbehalfby
- lk_postlike_createdonbehalfby
- lk_postlike_createdby
- lk_queueitem_modifiedonbehalfby
- user_socialactivity
- lk_translationprocess_createdonbehalfby
- lk_sdkmessageprocessingstepsecureconfig_modifiedonbehalfby
- lk_feedback_modifiedonbehalfby
- lk_workflowlog_createdonbehalfby
- lk_role_createdonbehalfby
- lk_transactioncurrency_modifiedonbehalfby
- lk_rolebase_modifiedby
- lk_navigationsetting_createdby
- lk_subject_modifiedonbehalfby
- lk_duplicaterule_modifiedonbehalfby
- lk_task_modifiedonbehalfby
- lk_subjectbase_modifiedby
- lk_mailboxtrackingfolder_modifiedby
- impersonatinguserid_sdkmessageprocessingstep
- lk_kbarticle_createdonbehalfby
- lk_calendar_createdonbehalfby
- lk_businessunitnewsarticlebase_modifiedby
- user_userqueryvisualizations
- lk_tracelog_createdonbehalfby
- lk_queueitembase_workerid
- lk_mobileofflineprofileitem_modifiedby
- lk_customeraddressbase_modifiedby
- lk_activitypointer_modifiedby
- lk_customeraddressbase_createdby
- lk_syncerrorbase_modifiedonbehalfby
- SystemUser_BulkDeleteFailures
- lk_teambase_modifiedby
- workflow_createdby
- lk_queue_modifiedonbehalfby
- lk_customeraddress_modifiedonbehalfby
- lk_rolebase_createdby
- lk_reportcategory_modifiedonbehalfby
- lk_transformationmapping_modifiedby
- lk_duplicaterulecondition_modifiedonbehalfby
- lk_picklistmapping_createdby
- lk_savedqueryvisualizationbase_modifiedby
- lk_kbarticlecommentbase_modifiedby
- lk_email_modifiedonbehalfby
- lk_asyncoperation_createdonbehalfby
- lk_pluginassembly_modifiedonbehalfby
- lk_team_createdonbehalfby
- createdby_connection
- workflow_modifiedby
- lk_businessunitnewsarticle_createdonbehalfby
- lk_sdkmessageprocessingstepimage_modifiedonbehalfby
- lk_processsessionbase_createdonbehalfby
- lk_appmodule_modifiedonbehalfby
- lk_customcontroldefaultconfig_modifiedonbehalfby
- lk_tracelog_modifiedby
- user_appointment
- lk_appconfig_createdonbehalfby
- lk_appconfiginstance_createdonbehalfby
- lk_DisplayStringbase_modifiedby
- lk_importlog_modifiedonbehalfby
- lk_navigationsetting_modifiedby
- SystemUser_Email_EmailSender
- user_activity
- lk_monthlyfiscalcalendar_salespersonid
- lk_businessunit_modifiedonbehalfby
- lk_asyncoperation_modifiedonbehalfby
- lk_teambase_createdby
- lk_emailserverprofile_modifiedby
- lk_processtriggerbase_modifiedonbehalfby
- lk_mailmergetemplate_modifiedonbehalfby
- lk_connectionbase_modifiedonbehalfby
- lk_queueitem_createdonbehalfby
- lk_teamtemplate_modifiedonbehalfby
- lk_documenttemplatebase_modifiedby
- lk_transformationparametermapping_createdonbehalfby
- user_userquery
- lk_appmodule_createdby
- lk_kbarticlecommentbase_createdby
- workflow_createdonbehalfby
- lk_recurrencerule_modifiedby
- lk_category_modifiedonbehalfby
- lk_appconfig_modifiedby
- lk_bulkdeleteoperationbase_createdby
- lk_asyncoperation_createdby
- lk_sdkmessagefilter_modifiedonbehalfby
- user_recurringappointmentmaster
- lk_slaitembase_modifiedby
- lk_publisheraddressbase_modifiedonbehalfby
- lk_documenttemplatebase_createdby
- lk_transformationparametermapping_modifiedby
- lk_slabase_createdby
- lk_organizationbase_createdby
- lk_report_modifiedonbehalfby
- lk_quarterlyfiscalcalendar_modifiedby
- createdby_serviceendpoint
- lk_duplicaterulecondition_createdonbehalfby
- lk_transactioncurrencybase_modifiedby
- lk_DisplayStringbase_createdby
- lk_slaitembase_modifiedonbehalfby
- annotation_owning_user
- system_user_contacts
- lk_transformationparametermapping_createdby
- lk_phonecall_createdonbehalfby
- lk_email_modifiedby
- lk_usersettingsbase_createdby
- lk_teamtemplate_createdonbehalfby
- lk_appmodule_createdonbehalfby
- lk_importlogbase_createdby
- lk_sharepointdocumentlocationbase_createdby
- user_accounts
- modifiedby_plugintype
- lk_importentitymapping_modifiedonbehalfby
- lk_savedquerybase_createdby
- lk_activitypointer_createdby
- lk_columnmapping_createdonbehalfby
- lk_mobileofflineprofileitemassociation_modifiedonbehalfby
- lk_subject_createdonbehalfby
- lk_appconfigmaster_createdonbehalfby
- lk_kbarticle_modifiedonbehalfby
- createdby_sdkmessageprocessingstepsecureconfig
- createdby_sdkmessageprocessingstep
- lk_appconfig_modifiedonbehalfby
- lk_quarterlyfiscalcalendar_salespersonid
- lk_transformationparametermapping_modifiedonbehalfby
- lk_importentitymapping_createdonbehalfby
- SystemUser_ProcessSessions
- lk_templatebase_createdonbehalfby
- lk_lookupmapping_createdby
- lk_mobileofflineprofileitem_modifiedonbehalfby
- lk_processsessionbase_modifiedonbehalfby
- lk_processsession_createdby
- lk_personaldocumenttemplatebase_createdby
- lk_publisherbase_modifiedonbehalfby
- lk_MobileOfflineProfile_createdonbehalfby
- lk_timezonerule_createdby
- lk_contactbase_createdby
- lk_slakpiinstancebase_createdonbehalfby
- system_user_workflow
- lk_duplicaterulebase_createdby
- lk_appointment_createdonbehalfby
- createdby_connection_role
- lk_appconfigmaster_modifiedby
- lk_newprocess_modifiedby
- lk_columnmapping_modifiedonbehalfby
- lk_translationprocess_createdby
- lk_monthlyfiscalcalendar_modifiedby
- lk_systemuserbase_modifiedby
- lk_expiredprocess_modifiedby
- lk_SocialProfile_createdonbehalfby
- lk_importmap_createdonbehalfby
- modifiedby_connection
- lk_import_createdonbehalfby
- lk_slaitembase_createdonbehalfby
- lk_navigationsetting_createdonbehalfby
- lk_savedquery_modifiedonbehalfby
- lk_solutioncomponentbase_modifiedonbehalfby
- lk_connectionrolebase_createdonbehalfby
- lk_actioncardbase_createdby
- lk_sdkmessageprocessingstepsecureconfig_createdonbehalfby
- lk_webresourcebase_modifiedonbehalfby
- user_letter
- lk_tracelog_modifiedonbehalfby
- lk_timezonedefinition_createdby
- lk_reportcategory_createdonbehalfby
- createdby_plugintype
- lk_organization_createdonbehalfby
- lk_calendar_modifiedonbehalfby
- lk_slakpiinstancebase_modifiedby
- createdby_plugintracelog
- lk_appconfiginstance_modifiedby
- lk_picklistmapping_createdonbehalfby
- lk_knowledgearticleviews_createdby
- SystemUser_Imports
- modifiedby_sdkmessage
- lk_ownermapping_createdonbehalfby
- lk_kbarticlecomment_createdonbehalfby
- lk_navigationsetting_modifiedonbehalfby
- lk_timezonerule_createdonbehalfby
- lk_templatebase_createdby
- lk_userformbase_modifiedonbehalfby
- lk_mobileofflineprofileitemassociation_createdonbehalfby
- lk_customeraddress_createdonbehalfby
- lk_importfilebase_modifiedby
- lk_accountbase_modifiedby
- lk_personaldocumenttemplatebase_modifiedonbehalfby
- lk_category_createdby
- lk_customcontroldefaultconfig_modifiedby
- lk_SocialProfile_modifiedonbehalfby
- user_fax
- lk_activitypointer_modifiedonbehalfby
- lk_feedback_createdonbehalfby
- lk_appmodulecomponent_createdby
- lk_sharepointsitebase_modifiedby
- lk_sdkmessageprocessingstepimage_createdonbehalfby
- lk_importlog_createdonbehalfby
- lk_processsession_executedby
- lk_customcontrol_modifiedby
- lk_customcontrolresource_createdonbehalfby
- SystemUser_DuplicateMatchingRecord
- createdby_sdkmessageprocessingstepimage
- lk_connectionbase_createdonbehalfby
- lk_customcontrol_createdby
- lk_customcontrolresource_modifiedonbehalfby
- lk_timezonerule_modifiedby
- lk_ACIViewMapper_createdonbehalfby
- lk_audit_userid
- lk_solutionbase_createdonbehalfby
- lk_fixedmonthlyfiscalcalendar_modifiedonbehalfby
- OwnerMapping_SystemUser
- lk_columnmapping_modifiedby
- lk_publisheraddressbase_modifiedby
- lk_accountbase_createdby
- lk_savedquerybase_modifiedby
- lk_MobileOfflineProfile_modifiedby
- lk_quarterlyfiscalcalendar_createdby
- lk_timezonedefinition_modifiedonbehalfby
- lk_organization_modifiedonbehalfby
- systemuser_connections1
- lk_SiteMap_modifiedby
- lk_documenttemplatebase_createdonbehalfby
- lk_kbarticlebase_createdby
- lk_emailserverprofile_createdby
- lk_quarterlyfiscalcalendar_modifiedonbehalfby
- lk_userquery_modifiedby
- lk_mobileofflineprofileitemassociation_modifiedby
- lk_knowledgearticleviews_createdonbehalfby
- lk_processtriggerbase_createdonbehalfby
- modifiedby_sdkmessageprocessingstepimage
- lk_phonecall_modifiedonbehalfby
- lk_workflowlog_createdby
- lk_fixedmonthlyfiscalcalendar_salespersonid
- lk_quarterlyfiscalcalendar_createdonbehalfby
- lk_teamtemplate_modifiedby
- user_userform
- lk_processsession_startedby
- lk_knowledgearticleviews_modifiedonbehalfby
- lk_role_modifiedonbehalfby
- lk_reportbase_modifiedby
- lk_fixedmonthlyfiscalcalendar_createdby
- lk_appconfigmaster_createdby
- lk_businessunitbase_modifiedby
- socialProfile_owning_user
- lk_task_modifiedby
- lk_slaitembase_createdby
- lk_mailboxtrackingfolder_createdonbehalfby
- modifiedby_sdkmessageprocessingstep
- lk_duplicaterulebase_modifiedby
- lk_recurrencerulebase_createdonbehalfby
- lk_organizationbase_modifiedby
- lk_mailboxtrackingfolder_modifiedonbehalfby
- lk_task_createdby
- lk_mailboxtrackingfolder_createdby
- lk_personaldocumenttemplatebase_modifiedby
- lk_processtriggerbase_modifiedby
- lk_userquery_createdby
- contact_owning_user
- lk_mailmergetemplate_createdonbehalfby
- lk_importjobbase_modifiedonbehalfby
- lk_customcontroldefaultconfig_createdby
- lk_savedquery_createdonbehalfby
- system_user_accounts
- lk_systemuser_createdonbehalfby
- lk_customcontrol_modifiedonbehalfby
- lk_appointment_modifiedonbehalfby
- lk_knowledgearticleviews_modifiedby
- lk_appconfigmaster_modifiedonbehalfby
- lk_importbase_createdby
- lk_ACIViewMapper_modifiedonbehalfby
- lk_solutionbase_modifiedonbehalfby
- lk_DisplayStringbase_modifiedonbehalfby
- lk_annotationbase_modifiedby
- lk_timezonerule_modifiedonbehalfby
- lk_importjobbase_createdby
- lk_feedback_createdby
- lk_timezonelocalizedname_modifiedby
- lk_mailmergetemplatebase_createdby
- createdby_pluginassembly
- lk_appconfiginstance_modifiedonbehalfby
- lk_userform_modifiedby
- lk_publisherbase_createdonbehalfby
- lk_recurrencerule_createdby
- lk_slakpiinstancebase_modifiedonbehalfby
- SystemUser_ImportFiles
- lk_processsession_modifiedby
- lk_translationprocess_modifiedby
- lk_annualfiscalcalendar_modifiedby
- user_task
- lk_recurrencerulebase_modifiedonbehalfby
- lk_phonecall_createdby
- lk_templatebase_modifiedonbehalfby
- lk_fax_modifiedonbehalfby
- lk_contact_createdonbehalfby
- lk_customcontroldefaultconfig_createdonbehalfby
- lk_publisheraddressbase_createdonbehalfby
- lk_annualfiscalcalendar_modifiedonbehalfby
- lk_semiannualfiscalcalendar_modifiedby
- lk_socialactivity_createdby
- lk_SiteMap_createdby
- lk_syncerrorbase_modifiedby
- lk_calendar_createdby
- lk_semiannualfiscalcalendar_modifiedonbehalfby
- lk_fixedmonthlyfiscalcalendar_modifiedby
- SystemUser_DuplicateBaseRecord
- lk_importentitymapping_createdby
- lk_queueitembase_createdby
- lk_sdkmessage_createdonbehalfby
- createdby_plugintypestatistic
- lk_picklistmapping_modifiedby
- lk_team_modifiedonbehalfby
- lk_businessunitnewsarticle_modifiedonbehalfby
- SystemUser_ImportLogs
- lk_plugintypestatisticbase_modifiedonbehalfby
- lk_tracelog_createdby
- lk_teambase_administratorid
- lk_savedqueryvisualizationbase_createdby
- knowledgearticle_primaryauthorid
- lk_fixedmonthlyfiscalcalendar_createdonbehalfby
- lk_email_createdby
- lk_monthlyfiscalcalendar_createdby
- lk_queuebase_createdby
- lk_appmodulecomponent_createdonbehalfby
- lk_personaldocumenttemplatebase_createdonbehalfby
- lk_savedqueryvisualizationbase_createdonbehalfby
- lk_newprocess_createdby
- lk_category_createdonbehalfby
- lk_newprocess_modifiedonbehalfby
- lk_feedback_closedby
- lk_semiannualfiscalcalendar_createdby
- lk_duplicateruleconditionbase_modifiedby
- queue_primary_user
- user_email
- lk_reportbase_createdby
- lk_appointment_createdby
- lk_letter_modifiedby
- lk_customcontrol_createdonbehalfby
- lk_usersettingsbase_modifiedby
- lk_queueitembase_modifiedby
- lk_sdkmessageprocessingstep_modifiedonbehalfby
- modifiedby_pluginassembly
- lk_sharepointdocumentlocationbase_modifiedby
- system_user_activity_parties
- lk_annualfiscalcalendar_salespersonid
- SystemUser_AsyncOperations
- lk_publisheraddressbase_createdby
- lk_import_modifiedonbehalfby
- lk_queuebase_modifiedby
- SystemUser_ImportMaps
- workflow_modifiedonbehalfby
- lk_category_modifiedby
- lk_SiteMap_createdonbehalfby
- webresource_modifiedby
- createdby_sdkmessage
- lk_importlogbase_modifiedby
- lk_importjobbase_createdonbehalfby
- lk_monthlyfiscalcalendar_modifiedonbehalfby
- lk_transactioncurrency_createdonbehalfby
- lk_bulkdeleteoperation_createdonbehalfby
- modifiedby_plugintypestatistic
- lk_actioncardbase_modifiedonbehalfby
- lk_recurringappointmentmaster_createdby
- lk_DisplayStringbase_createdonbehalfby
- lk_audit_callinguserid
- lk_importfilebase_createdby
- lk_importmap_modifiedonbehalfby
- lk_expiredprocess_modifiedonbehalfby
- lk_userqueryvisualizationbase_modifiedonbehalfby
- lk_semiannualfiscalcalendar_salespersonid
- lk_report_createdonbehalfby
- lk_processsession_canceledby
- lk_SiteMap_modifiedonbehalfby
- SystemUser_SyncError
- lk_socialactivity_modifiedby
- lk_accountbase_modifiedonbehalfby
- lk_subjectbase_createdby
- lk_MobileOfflineProfile_modifiedonbehalfby
- lk_annotationbase_modifiedonbehalfby
- lk_kbarticletemplatebase_createdby
- lk_importbase_modifiedby
- modifiedby_connection_role
- lk_sharepointdocumentlocationbase_createdonbehalfby
- lk_mailmergetemplatebase_modifiedby
- lk_userquery_createdonbehalfby
- lk_transactioncurrencybase_createdby
- lk_queue_createdonbehalfby
- lk_MobileOfflineProfile_createdby
- modifiedby_serviceendpoint
- lk_appointment_modifiedby
- lk_picklistmapping_modifiedonbehalfby
- lk_transformationmapping_createdonbehalfby
- lk_plugintypestatisticbase_createdonbehalfby
- lk_kbarticletemplate_createdonbehalfby
- ImportFile_SystemUser
- lk_importmapbase_modifiedby
- lk_userform_createdby
- lk_expiredprocess_createdby
- lk_userqueryvisualization_createdby
- lk_ACIViewMapper_modifiedby
- user_slabase
- lk_annotationbase_createdby
- webresource_createdby
- lk_userqueryvisualizationbase_createdonbehalfby
- lk_usersettings_modifiedonbehalfby
- user_parent_user
- lk_appconfiginstance_createdby
- lk_annualfiscalcalendar_createdonbehalfby
- lk_userformbase_createdonbehalfby
- lk_fieldsecurityprofile_createdby
- lk_asyncoperation_modifiedby
- lk_pluginassembly_createdonbehalfby
- lk_importentitymapping_modifiedby
- lk_sdkmessageprocessingstep_createdonbehalfby
- lk_activitypointer_createdonbehalfby
- lk_contact_modifiedonbehalfby
- lk_savedqueryvisualizationbase_modifiedonbehalfby
- lk_accountbase_createdonbehalfby
- modifiedby_sdkmessagefilter
- system_user_email_templates
- lk_ownermapping_modifiedonbehalfby
- lk_systemuser_modifiedonbehalfby
- lk_annualfiscalcalendar_createdby
- lk_email_createdonbehalfby
- lk_recurringappointmentmaster_modifiedonbehalfby
- lk_timezonelocalizedname_createdby
- lk_bulkdeleteoperationbase_modifiedby
- lk_sharepointsitebase_modifiedonbehalfby
- lk_ownermapping_modifiedby
- lk_sharepointsitebase_createdby
- lk_actioncardbase_modifiedby
- lk_webresourcebase_createdonbehalfby
- lk_connectionrolebase_modifiedonbehalfby
- lk_timezonelocalizedname_modifiedonbehalfby
- lk_transformationmapping_modifiedonbehalfby
- lk_documenttemplatebase_modifiedonbehalfby
- user_phonecall
- lk_serviceendpointbase_modifiedonbehalfby
- lk_slabase_createdonbehalfby
- lk_importjobbase_modifiedby
- lk_MobileOfflineProfileItemAssociation_createdby
- lk_processtriggerbase_createdby
- lk_timezonedefinition_createdonbehalfby
- lk_kbarticlecomment_modifiedonbehalfby
- lk_timezonelocalizedname_createdonbehalfby
- lk_systemuserbase_createdby
- systemuser_principalobjectattributeaccess
- system_user_asyncoperation
- lk_plugintracelogbase_createdonbehalfby
- lk_teamtemplate_createdby
- lk_annotationbase_createdonbehalfby
- lk_fieldsecurityprofile_modifiedonbehalfby
- lk_appmodulecomponent_modifiedonbehalfby
- lk_semiannualfiscalcalendar_createdonbehalfby
- lk_userquery_modifiedonbehalfby
- lk_businessunitnewsarticlebase_createdby
- systemuser_connections2
- lk_task_createdonbehalfby
- lk_contactbase_modifiedby
- lk_letter_createdonbehalfby
- lk_customcontrolresource_createdby
- lk_socialactivitybase_modifiedonbehalfby
- lk_socialactivitybase_createdonbehalfby
- lk_importfilebase_modifiedonbehalfby
- lk_fieldsecurityprofile_modifiedby
- lk_newprocess_createdonbehalfby
- lk_appconfig_createdby
- lk_businessunitbase_createdby
- lk_monthlyfiscalcalendar_createdonbehalfby
- lk_sharepointdocumentlocationbase_modifiedonbehalfby
- lk_syncerrorbase_createdby
- createdby_sdkmessagefilter
- lk_kbarticlebase_modifiedby
- lk_ownermapping_createdby
- SystemUser_SyncErrors
- lk_duplicateruleconditionbase_createdby
- lk_callbackregistration_modifiedonbehalfby
- lk_callbackregistration_modifiedby
- lk_callbackregistration_createdonbehalfby
- lk_callbackregistration_createdby
- lk_solutioncomponentattributeconfiguration_createdby
- lk_solutioncomponentattributeconfiguration_createdonbehalfby
- lk_solutioncomponentattributeconfiguration_modifiedby
- lk_solutioncomponentattributeconfiguration_modifiedonbehalfby
- lk_solutioncomponentbatchconfiguration_createdby
- lk_solutioncomponentbatchconfiguration_createdonbehalfby
- lk_solutioncomponentbatchconfiguration_modifiedby
- lk_solutioncomponentbatchconfiguration_modifiedonbehalfby
- user_solutioncomponentbatchconfiguration
- lk_solutioncomponentconfiguration_createdby
- lk_solutioncomponentconfiguration_createdonbehalfby
- lk_solutioncomponentconfiguration_modifiedby
- lk_solutioncomponentconfiguration_modifiedonbehalfby
- lk_solutioncomponentrelationshipconfiguration_createdby
- lk_solutioncomponentrelationshipconfiguration_createdonbehalfby
- lk_solutioncomponentrelationshipconfiguration_modifiedby
- lk_solutioncomponentrelationshipconfiguration_modifiedonbehalfby
- lk_package_createdby
- lk_package_createdonbehalfby
- lk_package_modifiedby
- lk_package_modifiedonbehalfby
- lk_stagesolutionupload_createdby
- lk_stagesolutionupload_createdonbehalfby
- lk_stagesolutionupload_modifiedby
- lk_stagesolutionupload_modifiedonbehalfby
- user_stagesolutionupload
- lk_exportsolutionupload_createdby
- lk_exportsolutionupload_createdonbehalfby
- lk_exportsolutionupload_modifiedby
- lk_exportsolutionupload_modifiedonbehalfby
- user_exportsolutionupload
- lk_featurecontrolsetting_createdby
- lk_featurecontrolsetting_createdonbehalfby
- lk_featurecontrolsetting_modifiedby
- lk_featurecontrolsetting_modifiedonbehalfby
- user_featurecontrolsetting
- lk_catalog_createdby
- lk_catalog_createdonbehalfby
- lk_catalog_modifiedby
- lk_catalog_modifiedonbehalfby
- lk_catalogassignment_createdby
- lk_catalogassignment_createdonbehalfby
- lk_catalogassignment_modifiedby
- lk_catalogassignment_modifiedonbehalfby
- lk_customapi_createdby
- lk_customapi_createdonbehalfby
- lk_customapi_modifiedby
- lk_customapi_modifiedonbehalfby
- user_customapi
- lk_customapirequestparameter_createdby
- lk_customapirequestparameter_createdonbehalfby
- lk_customapirequestparameter_modifiedby
- lk_customapirequestparameter_modifiedonbehalfby
- user_customapirequestparameter
- lk_customapiresponseproperty_createdby
- lk_customapiresponseproperty_createdonbehalfby
- lk_customapiresponseproperty_modifiedby
- lk_customapiresponseproperty_modifiedonbehalfby
- user_customapiresponseproperty
- lk_sharedobject_createdby
- lk_sharedobject_createdonbehalfby
- lk_sharedobject_modifiedby
- lk_sharedobject_modifiedonbehalfby
- lk_sharedworkspace_createdby
- lk_sharedworkspace_createdonbehalfby
- lk_sharedworkspace_modifiedby
- lk_sharedworkspace_modifiedonbehalfby
- lk_datalakefolder_createdby
- lk_datalakefolder_createdonbehalfby
- lk_datalakefolder_modifiedby
- lk_datalakefolder_modifiedonbehalfby
- user_datalakefolder
- lk_datalakefolderpermission_createdby
- lk_datalakefolderpermission_createdonbehalfby
- lk_datalakefolderpermission_modifiedby
- lk_datalakefolderpermission_modifiedonbehalfby
- user_datalakefolderpermission
- lk_datalakeworkspace_createdby
- lk_datalakeworkspace_createdonbehalfby
- lk_datalakeworkspace_modifiedby
- lk_datalakeworkspace_modifiedonbehalfby
- lk_datalakeworkspacepermission_createdby
- lk_datalakeworkspacepermission_createdonbehalfby
- lk_datalakeworkspacepermission_modifiedby
- lk_datalakeworkspacepermission_modifiedonbehalfby
- lk_dataprocessingconfiguration_createdby
- lk_dataprocessingconfiguration_createdonbehalfby
- lk_dataprocessingconfiguration_modifiedby
- lk_dataprocessingconfiguration_modifiedonbehalfby
- lk_synapsedatabase_createdby
- lk_synapsedatabase_createdonbehalfby
- lk_synapsedatabase_modifiedby
- lk_synapsedatabase_modifiedonbehalfby
- user_synapsedatabase
- lk_synapselinkexternaltablestate_createdby
- lk_synapselinkexternaltablestate_createdonbehalfby
- lk_synapselinkexternaltablestate_modifiedby
- lk_synapselinkexternaltablestate_modifiedonbehalfby
- lk_synapselinkprofile_createdby
- lk_synapselinkprofile_createdonbehalfby
- lk_synapselinkprofile_modifiedby
- lk_synapselinkprofile_modifiedonbehalfby
- lk_synapselinkprofileentity_createdby
- lk_synapselinkprofileentity_createdonbehalfby
- lk_synapselinkprofileentity_modifiedby
- lk_synapselinkprofileentity_modifiedonbehalfby
- lk_synapselinkprofileentitystate_createdby
- lk_synapselinkprofileentitystate_createdonbehalfby
- lk_synapselinkprofileentitystate_modifiedby
- lk_synapselinkprofileentitystate_modifiedonbehalfby
- lk_synapselinkschedule_createdby
- lk_synapselinkschedule_createdonbehalfby
- lk_synapselinkschedule_modifiedby
- lk_synapselinkschedule_modifiedonbehalfby
- lk_msdyn_dataflow_createdby
- lk_msdyn_dataflow_createdonbehalfby
- lk_msdyn_dataflow_modifiedby
- lk_msdyn_dataflow_modifiedonbehalfby
- user_msdyn_dataflow
- lk_msdyn_dataflowrefreshhistory_createdby
- lk_msdyn_dataflowrefreshhistory_createdonbehalfby
- lk_msdyn_dataflowrefreshhistory_modifiedby
- lk_msdyn_dataflowrefreshhistory_modifiedonbehalfby
- user_msdyn_dataflowrefreshhistory
- lk_msdyn_entityrefreshhistory_createdby
- lk_msdyn_entityrefreshhistory_createdonbehalfby
- lk_msdyn_entityrefreshhistory_modifiedby
- lk_msdyn_entityrefreshhistory_modifiedonbehalfby
- user_msdyn_entityrefreshhistory
- lk_sharedlinksetting_createdby
- lk_sharedlinksetting_createdonbehalfby
- lk_sharedlinksetting_modifiedby
- lk_sharedlinksetting_modifiedonbehalfby
- user_settings
- lk_serviceplan_createdby
- lk_serviceplan_createdonbehalfby
- lk_serviceplan_modifiedby
- lk_serviceplan_modifiedonbehalfby
- lk_serviceplanmapping_createdby
- lk_serviceplanmapping_createdonbehalfby
- lk_serviceplanmapping_modifiedby
- lk_serviceplanmapping_modifiedonbehalfby
- lk_applicationuser_createdby
- lk_applicationuser_createdonbehalfby
- lk_applicationuser_modifiedby
- lk_applicationuser_modifiedonbehalfby
- lk_connector_createdby
- lk_connector_createdonbehalfby
- lk_connector_modifiedby
- lk_connector_modifiedonbehalfby
- user_connector
- lk_environmentvariabledefinition_createdby
- lk_environmentvariabledefinition_createdonbehalfby
- lk_environmentvariabledefinition_modifiedby
- lk_environmentvariabledefinition_modifiedonbehalfby
- user_environmentvariabledefinition
- lk_environmentvariablevalue_createdby
- lk_environmentvariablevalue_createdonbehalfby
- lk_environmentvariablevalue_modifiedby
- lk_environmentvariablevalue_modifiedonbehalfby
- user_environmentvariablevalue
- lk_flowmachine_createdby
- lk_flowmachine_createdonbehalfby
- lk_flowmachine_modifiedby
- lk_flowmachine_modifiedonbehalfby
- user_flowmachine
- lk_flowmachinegroup_createdby
- lk_flowmachinegroup_createdonbehalfby
- lk_flowmachinegroup_modifiedby
- lk_flowmachinegroup_modifiedonbehalfby
- user_flowmachinegroup
- lk_flowmachineimage_createdby
- lk_flowmachineimage_createdonbehalfby
- lk_flowmachineimage_modifiedby
- lk_flowmachineimage_modifiedonbehalfby
- user_flowmachineimage
- lk_flowmachineimageversion_createdby
- lk_flowmachineimageversion_createdonbehalfby
- lk_flowmachineimageversion_modifiedby
- lk_flowmachineimageversion_modifiedonbehalfby
- user_flowmachineimageversion
- lk_processstageparameter_createdby
- lk_processstageparameter_createdonbehalfby
- lk_processstageparameter_modifiedby
- lk_processstageparameter_modifiedonbehalfby
- user_processstageparameter
- lk_flowsession_createdby
- lk_flowsession_createdonbehalfby
- lk_flowsession_modifiedby
- lk_flowsession_modifiedonbehalfby
- user_flowsession
- lk_workflowbinary_createdby
- lk_workflowbinary_createdonbehalfby
- lk_workflowbinary_modifiedby
- lk_workflowbinary_modifiedonbehalfby
- user_workflowbinary
- lk_connectionreference_createdby
- lk_connectionreference_createdonbehalfby
- lk_connectionreference_modifiedby
- lk_connectionreference_modifiedonbehalfby
- user_connectionreference
- lk_msdyn_aiconfiguration_createdby
- lk_msdyn_aiconfiguration_createdonbehalfby
- lk_msdyn_aiconfiguration_modifiedby
- lk_msdyn_aiconfiguration_modifiedonbehalfby
- user_msdyn_aiconfiguration
- lk_msdyn_aimodel_createdby
- lk_msdyn_aimodel_createdonbehalfby
- lk_msdyn_aimodel_modifiedby
- lk_msdyn_aimodel_modifiedonbehalfby
- user_msdyn_aimodel
- lk_msdyn_aitemplate_createdby
- lk_msdyn_aitemplate_createdonbehalfby
- lk_msdyn_aitemplate_modifiedby
- lk_msdyn_aitemplate_modifiedonbehalfby
- user_msdyn_aitemplate
- lk_msdyn_aibfeedbackloop_createdby
- lk_msdyn_aibfeedbackloop_createdonbehalfby
- lk_msdyn_aibfeedbackloop_modifiedby
- lk_msdyn_aibfeedbackloop_modifiedonbehalfby
- user_msdyn_aibfeedbackloop
- lk_msdyn_aifptrainingdocument_createdby
- lk_msdyn_aifptrainingdocument_createdonbehalfby
- lk_msdyn_aifptrainingdocument_modifiedby
- lk_msdyn_aifptrainingdocument_modifiedonbehalfby
- user_msdyn_aifptrainingdocument
- lk_msdyn_aiodimage_createdby
- lk_msdyn_aiodimage_createdonbehalfby
- lk_msdyn_aiodimage_modifiedby
- lk_msdyn_aiodimage_modifiedonbehalfby
- user_msdyn_aiodimage
- lk_msdyn_aiodlabel_createdby
- lk_msdyn_aiodlabel_createdonbehalfby
- lk_msdyn_aiodlabel_modifiedby
- lk_msdyn_aiodlabel_modifiedonbehalfby
- user_msdyn_aiodlabel
- lk_msdyn_aiodtrainingboundingbox_createdby
- lk_msdyn_aiodtrainingboundingbox_createdonbehalfby
- lk_msdyn_aiodtrainingboundingbox_modifiedby
- lk_msdyn_aiodtrainingboundingbox_modifiedonbehalfby
- user_msdyn_aiodtrainingboundingbox
- lk_msdyn_aiodtrainingimage_createdby
- lk_msdyn_aiodtrainingimage_createdonbehalfby
- lk_msdyn_aiodtrainingimage_modifiedby
- lk_msdyn_aiodtrainingimage_modifiedonbehalfby
- user_msdyn_aiodtrainingimage
- lk_msdyn_aibdataset_createdby
- lk_msdyn_aibdataset_createdonbehalfby
- lk_msdyn_aibdataset_modifiedby
- lk_msdyn_aibdataset_modifiedonbehalfby
- user_msdyn_aibdataset
- lk_msdyn_aibdatasetfile_createdby
- lk_msdyn_aibdatasetfile_createdonbehalfby
- lk_msdyn_aibdatasetfile_modifiedby
- lk_msdyn_aibdatasetfile_modifiedonbehalfby
- user_msdyn_aibdatasetfile
- lk_msdyn_aibdatasetrecord_createdby
- lk_msdyn_aibdatasetrecord_createdonbehalfby
- lk_msdyn_aibdatasetrecord_modifiedby
- lk_msdyn_aibdatasetrecord_modifiedonbehalfby
- user_msdyn_aibdatasetrecord
- lk_msdyn_aibdatasetscontainer_createdby
- lk_msdyn_aibdatasetscontainer_createdonbehalfby
- lk_msdyn_aibdatasetscontainer_modifiedby
- lk_msdyn_aibdatasetscontainer_modifiedonbehalfby
- user_msdyn_aibdatasetscontainer
- lk_msdyn_aibfile_createdby
- lk_msdyn_aibfile_createdonbehalfby
- lk_msdyn_aibfile_modifiedby
- lk_msdyn_aibfile_modifiedonbehalfby
- user_msdyn_aibfile
- lk_msdyn_aibfileattacheddata_createdby
- lk_msdyn_aibfileattacheddata_createdonbehalfby
- lk_msdyn_aibfileattacheddata_modifiedby
- lk_msdyn_aibfileattacheddata_modifiedonbehalfby
- user_msdyn_aibfileattacheddata
- lk_msdyn_helppage_createdby
- lk_msdyn_helppage_createdonbehalfby
- lk_msdyn_helppage_modifiedby
- lk_msdyn_helppage_modifiedonbehalfby
- lk_msdyn_tour_createdby
- lk_msdyn_tour_createdonbehalfby
- lk_msdyn_tour_modifiedby
- lk_msdyn_tour_modifiedonbehalfby
- lk_msdynce_botcontent_createdby
- lk_msdynce_botcontent_createdonbehalfby
- lk_msdynce_botcontent_modifiedby
- lk_msdynce_botcontent_modifiedonbehalfby
- user_msdynce_botcontent
- lk_conversationtranscript_createdby
- lk_conversationtranscript_createdonbehalfby
- lk_conversationtranscript_modifiedby
- lk_conversationtranscript_modifiedonbehalfby
- user_conversationtranscript
- lk_bot_createdby
- lk_bot_createdonbehalfby
- lk_bot_modifiedby
- lk_bot_modifiedonbehalfby
- user_bot
- lk_botcomponent_createdby
- lk_botcomponent_createdonbehalfby
- lk_botcomponent_modifiedby
- lk_botcomponent_modifiedonbehalfby
- user_botcomponent
- systemuser_bot_publishedby
- lk_territorybase_createdby
- lk_territory_createdonbehalfby
- lk_territorybase_modifiedby
- lk_territory_modifiedonbehalfby
- system_user_territories
- email_acceptingentity_systemuser
- lk_activityfileattachment_createdby
- lk_activityfileattachment_createdonbehalfby
- lk_activityfileattachment_modifiedby
- lk_activityfileattachment_modifiedonbehalfby
- user_activityfileattachment
- chat_systemuser_createdby
- chat_systemuser_owninguser
- chat_systemuser_modifiedonbehalfby
- chat_systemuser_createdonbehalfby
- chat_systemuser_modifiedby
- teams_chat_activity_linkrecord_systemUser
- teams_chat_activity_unlinkrecord_systemUser
- lk_msdyn_serviceconfiguration_createdby
- lk_msdyn_serviceconfiguration_createdonbehalfby
- lk_msdyn_serviceconfiguration_modifiedby
- lk_msdyn_serviceconfiguration_modifiedonbehalfby
- user_msdyn_serviceconfiguration
- lk_msdyn_slakpi_createdby
- lk_msdyn_slakpi_createdonbehalfby
- lk_msdyn_slakpi_modifiedby
- lk_msdyn_slakpi_modifiedonbehalfby
- user_msdyn_slakpi
- lk_msdyn_knowledgemanagementsetting_createdby
- lk_msdyn_knowledgemanagementsetting_createdonbehalfby
- lk_msdyn_knowledgemanagementsetting_modifiedby
- lk_msdyn_knowledgemanagementsetting_modifiedonbehalfby
- user_msdyn_knowledgemanagementsetting
- lk_msdyn_federatedarticle_createdby
- lk_msdyn_federatedarticle_createdonbehalfby
- lk_msdyn_federatedarticle_modifiedby
- lk_msdyn_federatedarticle_modifiedonbehalfby
- user_msdyn_federatedarticle
- lk_msdyn_federatedarticleincident_createdby
- lk_msdyn_federatedarticleincident_createdonbehalfby
- lk_msdyn_federatedarticleincident_modifiedby
- lk_msdyn_federatedarticleincident_modifiedonbehalfby
- lk_msdyn_kmfederatedsearchconfig_createdby
- lk_msdyn_kmfederatedsearchconfig_createdonbehalfby
- lk_msdyn_kmfederatedsearchconfig_modifiedby
- lk_msdyn_kmfederatedsearchconfig_modifiedonbehalfby
- user_msdyn_kmfederatedsearchconfig
- lk_msdyn_knowledgearticleimage_createdby
- lk_msdyn_knowledgearticleimage_createdonbehalfby
- lk_msdyn_knowledgearticleimage_modifiedby
- lk_msdyn_knowledgearticleimage_modifiedonbehalfby
- user_msdyn_knowledgearticleimage
- lk_msdyn_knowledgeinteractioninsight_createdby
- lk_msdyn_knowledgeinteractioninsight_createdonbehalfby
- lk_msdyn_knowledgeinteractioninsight_modifiedby
- lk_msdyn_knowledgeinteractioninsight_modifiedonbehalfby
- user_msdyn_knowledgeinteractioninsight
- lk_msdyn_knowledgesearchinsight_createdby
- lk_msdyn_knowledgesearchinsight_createdonbehalfby
- lk_msdyn_knowledgesearchinsight_modifiedby
- lk_msdyn_knowledgesearchinsight_modifiedonbehalfby
- user_msdyn_knowledgesearchinsight
- lk_msdyn_kalanguagesetting_createdby
- lk_msdyn_kalanguagesetting_createdonbehalfby
- lk_msdyn_kalanguagesetting_modifiedby
- lk_msdyn_kalanguagesetting_modifiedonbehalfby
- user_msdyn_kalanguagesetting
- lk_msdyn_kbattachment_createdby
- lk_msdyn_kbattachment_createdonbehalfby
- lk_msdyn_kbattachment_modifiedby
- lk_msdyn_kbattachment_modifiedonbehalfby
- user_msdyn_kbattachment
- lk_msdyn_kmpersonalizationsetting_createdby
- lk_msdyn_kmpersonalizationsetting_createdonbehalfby
- lk_msdyn_kmpersonalizationsetting_modifiedby
- lk_msdyn_kmpersonalizationsetting_modifiedonbehalfby
- lk_msdyn_knowledgearticletemplate_createdby
- lk_msdyn_knowledgearticletemplate_createdonbehalfby
- lk_msdyn_knowledgearticletemplate_modifiedby
- lk_msdyn_knowledgearticletemplate_modifiedonbehalfby
- user_msdyn_knowledgearticletemplate
- lk_msdyn_knowledgepersonalfilter_createdby
- lk_msdyn_knowledgepersonalfilter_createdonbehalfby
- lk_msdyn_knowledgepersonalfilter_modifiedby
- lk_msdyn_knowledgepersonalfilter_modifiedonbehalfby
- user_msdyn_knowledgepersonalfilter
- lk_msdyn_knowledgesearchfilter_createdby
- lk_msdyn_knowledgesearchfilter_createdonbehalfby
- lk_msdyn_knowledgesearchfilter_modifiedby
- lk_msdyn_knowledgesearchfilter_modifiedonbehalfby
- user_msdyn_knowledgesearchfilter
- lk_pluginpackage_createdby
- lk_pluginpackage_createdonbehalfby
- lk_pluginpackage_modifiedby
- lk_pluginpackage_modifiedonbehalfby
- lk_keyvaultreference_createdby
- lk_keyvaultreference_createdonbehalfby
- lk_keyvaultreference_modifiedby
- lk_keyvaultreference_modifiedonbehalfby
- user_keyvaultreference
- lk_managedidentity_createdby
- lk_managedidentity_createdonbehalfby
- lk_managedidentity_modifiedby
- lk_managedidentity_modifiedonbehalfby
- user_managedidentity
- mailbox_regarding_systemuser
- lk_virtualentitymetadata_createdby
- lk_virtualentitymetadata_createdonbehalfby
- lk_virtualentitymetadata_modifiedby
- lk_virtualentitymetadata_modifiedonbehalfby
- lk_organizationdatasyncsubscription_createdby
- lk_organizationdatasyncsubscription_createdonbehalfby
- lk_organizationdatasyncsubscription_modifiedby
- lk_organizationdatasyncsubscription_modifiedonbehalfby
- lk_organizationdatasyncsubscriptionentity_createdby
- lk_organizationdatasyncsubscriptionentity_createdonbehalfby
- lk_organizationdatasyncsubscriptionentity_modifiedby
- lk_organizationdatasyncsubscriptionentity_modifiedonbehalfby
- lk_organizationdatasyncstate_createdby
- lk_organizationdatasyncstate_createdonbehalfby
- lk_organizationdatasyncstate_modifiedby
- lk_organizationdatasyncstate_modifiedonbehalfby
- lk_appnotification_createdby
- lk_appnotification_createdonbehalfby
- lk_appnotification_modifiedby
- lk_appnotification_modifiedonbehalfby
- user_appnotification
- lk_userrating_createdby
- lk_userrating_createdonbehalfby
- lk_userrating_modifiedby
- lk_userrating_modifiedonbehalfby
- lk_msdyn_insightsstorevirtualentity_createdby
- lk_msdyn_insightsstorevirtualentity_createdonbehalfby
- lk_msdyn_insightsstorevirtualentity_modifiedby
- lk_msdyn_insightsstorevirtualentity_modifiedonbehalfby
- lk_appaction_createdby
- lk_appaction_createdonbehalfby
- lk_appaction_modifiedby
- lk_appaction_modifiedonbehalfby
- lk_appactionmigration_createdby
- lk_appactionmigration_createdonbehalfby
- lk_appactionmigration_modifiedby
- lk_appactionmigration_modifiedonbehalfby
- lk_appactionrule_createdby
- lk_appactionrule_createdonbehalfby
- lk_appactionrule_modifiedby
- lk_appactionrule_modifiedonbehalfby
- lk_msdyn_richtextfile_createdby
- lk_msdyn_richtextfile_createdonbehalfby
- lk_msdyn_richtextfile_modifiedby
- lk_msdyn_richtextfile_modifiedonbehalfby
- user_msdyn_richtextfile
- lk_msdyn_customcontrolextendedsettings_createdby
- lk_msdyn_customcontrolextendedsettings_createdonbehalfby
- lk_msdyn_customcontrolextendedsettings_modifiedby
- lk_msdyn_customcontrolextendedsettings_modifiedonbehalfby
- user_msdyn_customcontrolextendedsettings
- lk_msdyn_pmanalysishistory_createdby
- lk_msdyn_pmanalysishistory_createdonbehalfby
- lk_msdyn_pmanalysishistory_modifiedby
- lk_msdyn_pmanalysishistory_modifiedonbehalfby
- user_msdyn_pmanalysishistory
- lk_msdyn_pminferredtask_createdby
- lk_msdyn_pminferredtask_createdonbehalfby
- lk_msdyn_pminferredtask_modifiedby
- lk_msdyn_pminferredtask_modifiedonbehalfby
- user_msdyn_pminferredtask
- lk_msdyn_pmrecording_createdby
- lk_msdyn_pmrecording_createdonbehalfby
- lk_msdyn_pmrecording_modifiedby
- lk_msdyn_pmrecording_modifiedonbehalfby
- user_msdyn_pmrecording
- lk_msdyn_pmtemplate_createdby
- lk_msdyn_pmtemplate_createdonbehalfby
- lk_msdyn_pmtemplate_modifiedby
- lk_msdyn_pmtemplate_modifiedonbehalfby
- user_msdyn_pmtemplate
- lk_msdyn_analysiscomponent_createdby
- lk_msdyn_analysiscomponent_createdonbehalfby
- lk_msdyn_analysiscomponent_modifiedby
- lk_msdyn_analysiscomponent_modifiedonbehalfby
- user_msdyn_analysiscomponent
- lk_msdyn_analysisjob_createdby
- lk_msdyn_analysisjob_createdonbehalfby
- lk_msdyn_analysisjob_modifiedby
- lk_msdyn_analysisjob_modifiedonbehalfby
- user_msdyn_analysisjob
- lk_msdyn_analysisresult_createdby
- lk_msdyn_analysisresult_createdonbehalfby
- lk_msdyn_analysisresult_modifiedby
- lk_msdyn_analysisresult_modifiedonbehalfby
- user_msdyn_analysisresult
- lk_msdyn_analysisresultdetail_createdby
- lk_msdyn_analysisresultdetail_createdonbehalfby
- lk_msdyn_analysisresultdetail_modifiedby
- lk_msdyn_analysisresultdetail_modifiedonbehalfby
- user_msdyn_analysisresultdetail
- lk_msdyn_solutionhealthrule_createdby
- lk_msdyn_solutionhealthrule_createdonbehalfby
- lk_msdyn_solutionhealthrule_modifiedby
- lk_msdyn_solutionhealthrule_modifiedonbehalfby
- user_msdyn_solutionhealthrule
- lk_msdyn_solutionhealthruleargument_createdby
- lk_msdyn_solutionhealthruleargument_createdonbehalfby
- lk_msdyn_solutionhealthruleargument_modifiedby
- lk_msdyn_solutionhealthruleargument_modifiedonbehalfby
- user_msdyn_solutionhealthruleargument
- lk_msdyn_solutionhealthruleset_createdby
- lk_msdyn_solutionhealthruleset_createdonbehalfby
- lk_msdyn_solutionhealthruleset_modifiedby
- lk_msdyn_solutionhealthruleset_modifiedonbehalfby
lk_appmodule_modifiedby
Same as the lk_appmodule_modifiedby many-to-one relationship for the appmodule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appmodule |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appmodule_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
systemuser_principalobjectattributeaccess_principalid
Same as the systemuser_principalobjectattributeaccess_principalid many-to-one relationship for the principalobjectattributeaccess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | principalid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | systemuser_principalobjectattributeaccess_principalid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_exchangesyncidmapping
Same as the user_exchangesyncidmapping many-to-one relationship for the exchangesyncidmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | exchangesyncidmapping |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_exchangesyncidmapping |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_theme_createdby
Same as the lk_theme_createdby many-to-one relationship for the theme table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | theme |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_theme_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_theme_createdonbehalfby
Same as the lk_theme_createdonbehalfby many-to-one relationship for the theme table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | theme |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_theme_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_theme_modifiedby
Same as the lk_theme_modifiedby many-to-one relationship for the theme table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | theme |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_theme_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_theme_modifiedonbehalfby
Same as the lk_theme_modifiedonbehalfby many-to-one relationship for the theme table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | theme |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_theme_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_usermapping_createdby
Same as the lk_usermapping_createdby many-to-one relationship for the usermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | usermapping |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_usermapping_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_usermapping_createdonbehalfby
Same as the lk_usermapping_createdonbehalfby many-to-one relationship for the usermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | usermapping |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_usermapping_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_usermapping_modifiedby
Same as the lk_usermapping_modifiedby many-to-one relationship for the usermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | usermapping |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_usermapping_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_usermapping_modifiedonbehalfby
Same as the lk_usermapping_modifiedonbehalfby many-to-one relationship for the usermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | usermapping |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_usermapping_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_interactionforemail_createdby
Same as the lk_interactionforemail_createdby many-to-one relationship for the interactionforemail table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | interactionforemail |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_new_interactionforemail_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_interactionforemail_createdonbehalfby
Same as the lk_interactionforemail_createdonbehalfby many-to-one relationship for the interactionforemail table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | interactionforemail |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_new_interactionforemail_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_interactionforemail_modifiedby
Same as the lk_interactionforemail_modifiedby many-to-one relationship for the interactionforemail table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | interactionforemail |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_new_interactionforemail_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_interactionforemail_modifiedonbehalfby
Same as the lk_interactionforemail_modifiedonbehalfby many-to-one relationship for the interactionforemail table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | interactionforemail |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_new_interactionforemail_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_interactionforemail
Same as the user_interactionforemail many-to-one relationship for the interactionforemail table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | interactionforemail |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_new_interactionforemail |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_knowledgearticle_createdby
Same as the lk_knowledgearticle_createdby many-to-one relationship for the knowledgearticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgearticle |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_knowledgearticle_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_knowledgearticle_createdonbehalfby
Same as the lk_knowledgearticle_createdonbehalfby many-to-one relationship for the knowledgearticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgearticle |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_knowledgearticle_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_knowledgearticle_modifiedby
Same as the lk_knowledgearticle_modifiedby many-to-one relationship for the knowledgearticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgearticle |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_knowledgearticle_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_knowledgearticle_modifiedonbehalfby
Same as the lk_knowledgearticle_modifiedonbehalfby many-to-one relationship for the knowledgearticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgearticle |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_knowledgearticle_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_knowledgearticle
Same as the user_knowledgearticle many-to-one relationship for the knowledgearticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgearticle |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_knowledgearticle |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_sharepointsite
Same as the user_sharepointsite many-to-one relationship for the sharepointsite table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointsite |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_sharepointsite |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_sharepointdocumentlocation
Same as the user_sharepointdocumentlocation many-to-one relationship for the sharepointdocumentlocation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointdocumentlocation |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_sharepointdocumentlocation |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_goal_createdby
Same as the lk_goal_createdby many-to-one relationship for the goal table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | goal |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_goal_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_goal_createdonbehalfby
Same as the lk_goal_createdonbehalfby many-to-one relationship for the goal table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | goal |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_goal_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_goal_modifiedby
Same as the lk_goal_modifiedby many-to-one relationship for the goal table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | goal |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_goal_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_goal_modifiedonbehalfby
Same as the lk_goal_modifiedonbehalfby many-to-one relationship for the goal table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | goal |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_goal_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_goal
Same as the user_goal many-to-one relationship for the goal table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | goal |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_goal |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_goal_goalowner
Same as the user_goal_goalowner many-to-one relationship for the goal table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | goal |
| ReferencingAttribute | goalownerid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_goal_goalowner |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_metric_createdby
Same as the lk_metric_createdby many-to-one relationship for the metric table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | metric |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_metric_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_metric_createdonbehalfby
Same as the lk_metric_createdonbehalfby many-to-one relationship for the metric table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | metric |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_metric_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_metric_modifiedby
Same as the lk_metric_modifiedby many-to-one relationship for the metric table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | metric |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_metric_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_metric_modifiedonbehalfby
Same as the lk_metric_modifiedonbehalfby many-to-one relationship for the metric table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | metric |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_metric_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_rollupfield_createdby
Same as the lk_rollupfield_createdby many-to-one relationship for the rollupfield table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | rollupfield |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_rollupfield_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_rollupfield_createdonbehalfby
Same as the lk_rollupfield_createdonbehalfby many-to-one relationship for the rollupfield table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | rollupfield |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_rollupfield_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_rollupfield_modifiedby
Same as the lk_rollupfield_modifiedby many-to-one relationship for the rollupfield table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | rollupfield |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_rollupfield_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_rollupfield_modifiedonbehalfby
Same as the lk_rollupfield_modifiedonbehalfby many-to-one relationship for the rollupfield table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | rollupfield |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_rollupfield_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_goalrollupquery_createdby
Same as the lk_goalrollupquery_createdby many-to-one relationship for the goalrollupquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | goalrollupquery |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_goalrollupquery_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_goalrollupquery_createdonbehalfby
Same as the lk_goalrollupquery_createdonbehalfby many-to-one relationship for the goalrollupquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | goalrollupquery |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_goalrollupquery_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_goalrollupquery_modifiedby
Same as the lk_goalrollupquery_modifiedby many-to-one relationship for the goalrollupquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | goalrollupquery |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_goalrollupquery_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_goalrollupquery_modifiedonbehalfby
Same as the lk_goalrollupquery_modifiedonbehalfby many-to-one relationship for the goalrollupquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | goalrollupquery |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_goalrollupquery_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_emailserverprofile_createdonbehalfby
Same as the lk_emailserverprofile_createdonbehalfby many-to-one relationship for the emailserverprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | emailserverprofile |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_emailserverprofile_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_emailserverprofile_modifiedonbehalfby
Same as the lk_emailserverprofile_modifiedonbehalfby many-to-one relationship for the emailserverprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | emailserverprofile |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_emailserverprofile_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailbox_createdby
Same as the lk_mailbox_createdby many-to-one relationship for the mailbox table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailbox |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailbox_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailbox_createdonbehalfby
Same as the lk_mailbox_createdonbehalfby many-to-one relationship for the mailbox table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailbox |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailbox_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailbox_modifiedby
Same as the lk_mailbox_modifiedby many-to-one relationship for the mailbox table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailbox |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailbox_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailbox_modifiedonbehalfby
Same as the lk_mailbox_modifiedonbehalfby many-to-one relationship for the mailbox table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailbox |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailbox_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_mailbox
Same as the user_mailbox many-to-one relationship for the mailbox table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailbox |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_mailbox |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_post_modifiedonbehalfby
Same as the lk_post_modifiedonbehalfby many-to-one relationship for the post table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | post |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_post_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_position_createdby
Same as the lk_position_createdby many-to-one relationship for the position table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | position |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_position_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_position_createdonbehalfby
Same as the lk_position_createdonbehalfby many-to-one relationship for the position table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | position |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_position_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_position_modifiedby
Same as the lk_position_modifiedby many-to-one relationship for the position table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | position |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_position_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_position_modifiedonbehalfby
Same as the lk_position_modifiedonbehalfby many-to-one relationship for the position table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | position |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_position_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solution_createdby
Same as the lk_solution_createdby many-to-one relationship for the solution table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solution |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_solution_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solution_modifiedby
Same as the lk_solution_modifiedby many-to-one relationship for the solution table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solution |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_solution_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_publisher_createdby
Same as the lk_publisher_createdby many-to-one relationship for the publisher table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | publisher |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_publisher_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_publisher_modifiedby
Same as the lk_publisher_modifiedby many-to-one relationship for the publisher table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | publisher |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_publisher_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_officegraphdocument_createdonbehalfby
Same as the lk_officegraphdocument_createdonbehalfby many-to-one relationship for the officegraphdocument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | officegraphdocument |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_officegraphdocument_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_officegraphdocument_modifiedonbehalfby
Same as the lk_officegraphdocument_modifiedonbehalfby many-to-one relationship for the officegraphdocument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | officegraphdocument |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_officegraphdocument_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recommendeddocument_createdby
Same as the lk_recommendeddocument_createdby many-to-one relationship for the recommendeddocument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recommendeddocument |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_recommendeddocument_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recommendeddocument_createdonbehalfby
Same as the lk_recommendeddocument_createdonbehalfby many-to-one relationship for the recommendeddocument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recommendeddocument |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_recommendeddocument_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recommendeddocument_modifiedby
Same as the lk_recommendeddocument_modifiedby many-to-one relationship for the recommendeddocument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recommendeddocument |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_recommendeddocument_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recommendeddocument_modifiedonbehalfby
Same as the lk_recommendeddocument_modifiedonbehalfby many-to-one relationship for the recommendeddocument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recommendeddocument |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_recommendeddocument_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_KnowledgeBaseRecord_createdby
Same as the lk_KnowledgeBaseRecord_createdby many-to-one relationship for the knowledgebaserecord table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgebaserecord |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_KnowledgeBaseRecord_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_KnowledgeBaseRecord_createdonbehalfby
Same as the lk_KnowledgeBaseRecord_createdonbehalfby many-to-one relationship for the knowledgebaserecord table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgebaserecord |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_KnowledgeBaseRecord_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_KnowledgeBaseRecord_modifiedby
Same as the lk_KnowledgeBaseRecord_modifiedby many-to-one relationship for the knowledgebaserecord table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgebaserecord |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_KnowledgeBaseRecord_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_KnowledgeBaseRecord_modifiedonbehalfby
Same as the lk_KnowledgeBaseRecord_modifiedonbehalfby many-to-one relationship for the knowledgebaserecord table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgebaserecord |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_KnowledgeBaseRecord_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_lookupmapping_modifiedby
Same as the lk_lookupmapping_modifiedby many-to-one relationship for the lookupmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | lookupmapping |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_lookupmapping_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_usersettings_createdonbehalfby
Same as the lk_usersettings_createdonbehalfby many-to-one relationship for the usersettings table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | usersettings |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_usersettings_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticletemplatebase_modifiedby
Same as the lk_kbarticletemplatebase_modifiedby many-to-one relationship for the kbarticletemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticletemplate |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_kbarticletemplatebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fax_modifiedby
Same as the lk_fax_modifiedby many-to-one relationship for the fax table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fax |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_fax_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_completedby
Same as the lk_processsession_completedby many-to-one relationship for the processsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | completedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processsession_completedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_sdkmessageprocessingstepsecureconfig
Same as the modifiedby_sdkmessageprocessingstepsecureconfig many-to-one relationship for the sdkmessageprocessingstepsecureconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstepsecureconfig |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | modifiedby_sdkmessageprocessingstepsecureconfig |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunit_createdonbehalfby
Same as the lk_businessunit_createdonbehalfby many-to-one relationship for the businessunit table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | businessunit |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_businessunit_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_duplicaterule_createdonbehalfby
Same as the lk_duplicaterule_createdonbehalfby many-to-one relationship for the duplicaterule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterule |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_duplicaterule_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessage_modifiedonbehalfby
Same as the lk_sdkmessage_modifiedonbehalfby many-to-one relationship for the sdkmessage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessage |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sdkmessage_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_translationprocess_modifiedonbehalfby
Same as the lk_translationprocess_modifiedonbehalfby many-to-one relationship for the translationprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | translationprocess |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_translationprocess_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_actioncardbase_createdonbehalfby
Same as the lk_actioncardbase_createdonbehalfby many-to-one relationship for the actioncard table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | actioncard |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_actioncardbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessagefilter_createdonbehalfby
Same as the lk_sdkmessagefilter_createdonbehalfby many-to-one relationship for the sdkmessagefilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessagefilter |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sdkmessagefilter_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slabase_modifiedonbehalfby
Same as the lk_slabase_modifiedonbehalfby many-to-one relationship for the sla table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sla |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slabase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_feedback_modifiedby
Same as the lk_feedback_modifiedby many-to-one relationship for the feedback table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | feedback |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_feedback_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_templatebase_modifiedby
Same as the lk_templatebase_modifiedby many-to-one relationship for the template table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | template |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_templatebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticletemplate_modifiedonbehalfby
Same as the lk_kbarticletemplate_modifiedonbehalfby many-to-one relationship for the kbarticletemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticletemplate |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_kbarticletemplate_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slakpiinstancebase_createdby
Same as the lk_slakpiinstancebase_createdby many-to-one relationship for the slakpiinstance table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | slakpiinstance |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slakpiinstancebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_ACIViewMapper_createdby
Same as the lk_ACIViewMapper_createdby many-to-one relationship for the aciviewmapper table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | aciviewmapper |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_ACIViewMapper_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userqueryvisualization_modifiedby
Same as the lk_userqueryvisualization_modifiedby many-to-one relationship for the userqueryvisualization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userqueryvisualization |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userqueryvisualization_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recurringappointmentmaster_createdonbehalfby
Same as the lk_recurringappointmentmaster_createdonbehalfby many-to-one relationship for the recurringappointmentmaster table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recurringappointmentmaster |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_recurringappointmentmaster_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_lookupmapping_createdonbehalfby
Same as the lk_lookupmapping_createdonbehalfby many-to-one relationship for the lookupmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | lookupmapping |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_lookupmapping_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_MobileOfflineProfileItem_createdby
Same as the lk_MobileOfflineProfileItem_createdby many-to-one relationship for the mobileofflineprofileitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofileitem |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_MobileOfflineProfileItem_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recurringappointmentmaster_modifiedby
Same as the lk_recurringappointmentmaster_modifiedby many-to-one relationship for the recurringappointmentmaster table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recurringappointmentmaster |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_recurringappointmentmaster_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fax_createdby
Same as the lk_fax_createdby many-to-one relationship for the fax table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fax |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_fax_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_letter_modifiedonbehalfby
Same as the lk_letter_modifiedonbehalfby many-to-one relationship for the letter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | letter |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_letter_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transformationmapping_createdby
Same as the lk_transformationmapping_createdby many-to-one relationship for the transformationmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transformationmapping |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transformationmapping_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_reportcategorybase_createdby
Same as the lk_reportcategorybase_createdby many-to-one relationship for the reportcategory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | reportcategory |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_reportcategorybase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_letter_createdby
Same as the lk_letter_createdby many-to-one relationship for the letter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | letter |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_letter_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontrolresource_modifiedby
Same as the lk_customcontrolresource_modifiedby many-to-one relationship for the customcontrolresource table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontrolresource |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontrolresource_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_expiredprocess_createdonbehalfby
Same as the lk_expiredprocess_createdonbehalfby many-to-one relationship for the expiredprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | expiredprocess |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_expiredprocess_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appmodulecomponent_modifiedby
Same as the lk_appmodulecomponent_modifiedby many-to-one relationship for the appmodulecomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appmodulecomponent |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | appmodulecomponent_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_calendar_modifiedby
Same as the lk_calendar_modifiedby many-to-one relationship for the calendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | calendar |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_calendar_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_DuplicateRules
Same as the SystemUser_DuplicateRules many-to-one relationship for the duplicaterule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterule |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_DuplicateRules |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_plugintype_createdonbehalfby
Same as the lk_plugintype_createdonbehalfby many-to-one relationship for the plugintype table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | plugintype |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_plugintype_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mobileofflineprofileitem_createdonbehalfby
Same as the lk_mobileofflineprofileitem_createdonbehalfby many-to-one relationship for the mobileofflineprofileitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofileitem |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mobileofflineprofileitem_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fax_createdonbehalfby
Same as the lk_fax_createdonbehalfby many-to-one relationship for the fax table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fax |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_fax_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonedefinition_modifiedby
Same as the lk_timezonedefinition_modifiedby many-to-one relationship for the timezonedefinition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonedefinition |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonedefinition_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_columnmapping_createdby
Same as the lk_columnmapping_createdby many-to-one relationship for the columnmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | columnmapping |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_columnmapping_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_reportcategorybase_modifiedby
Same as the lk_reportcategorybase_modifiedby many-to-one relationship for the reportcategory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | reportcategory |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_reportcategorybase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharepointsitebase_createdonbehalfby
Same as the lk_sharepointsitebase_createdonbehalfby many-to-one relationship for the sharepointsite table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointsite |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharepointsitebase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowlog_modifiedby
Same as the lk_workflowlog_modifiedby many-to-one relationship for the workflowlog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflowlog |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_workflowlog_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_syncerrorbase_createdonbehalfby
Same as the lk_syncerrorbase_createdonbehalfby many-to-one relationship for the syncerror table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_syncerrorbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_bulkdeleteoperation_modifiedonbehalfby
Same as the lk_bulkdeleteoperation_modifiedonbehalfby many-to-one relationship for the bulkdeleteoperation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeleteoperation |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_bulkdeleteoperation_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_serviceendpointbase_createdonbehalfby
Same as the lk_serviceendpointbase_createdonbehalfby many-to-one relationship for the serviceendpoint table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceendpoint |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_serviceendpointbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentbase_createdonbehalfby
Same as the lk_solutioncomponentbase_createdonbehalfby many-to-one relationship for the solutioncomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponent |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_plugintype_modifiedonbehalfby
Same as the lk_plugintype_modifiedonbehalfby many-to-one relationship for the plugintype table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | plugintype |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_plugintype_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_lookupmapping_modifiedonbehalfby
Same as the lk_lookupmapping_modifiedonbehalfby many-to-one relationship for the lookupmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | lookupmapping |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_lookupmapping_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_phonecall_modifiedby
Same as the lk_phonecall_modifiedby many-to-one relationship for the phonecall table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | phonecall |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_phonecall_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slabase_modifiedby
Same as the lk_slabase_modifiedby many-to-one relationship for the sla table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sla |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slabase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowlog_modifiedonbehalfby
Same as the lk_workflowlog_modifiedonbehalfby many-to-one relationship for the workflowlog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflowlog |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_workflowlog_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importfilebase_createdonbehalfby
Same as the lk_importfilebase_createdonbehalfby many-to-one relationship for the importfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importfile |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importfilebase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fieldsecurityprofile_createdonbehalfby
Same as the lk_fieldsecurityprofile_createdonbehalfby many-to-one relationship for the fieldsecurityprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fieldsecurityprofile |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_fieldsecurityprofile_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importmapbase_createdby
Same as the lk_importmapbase_createdby many-to-one relationship for the importmap table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importmap |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importmapbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_PostFollow_createdby
Same as the lk_PostFollow_createdby many-to-one relationship for the postfollow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | postfollow |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_PostFollow_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
systemuser_PostFollows
Same as the systemuser_PostFollows many-to-one relationship for the postfollow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | postfollow |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | systemuser_PostFollows |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_post_createdby
Same as the lk_post_createdby many-to-one relationship for the post table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | post |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_post_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_post_createdonbehalfby
Same as the lk_post_createdonbehalfby many-to-one relationship for the post table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | post |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_post_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_post_modifiedby
Same as the lk_post_modifiedby many-to-one relationship for the post table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | post |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_post_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_postcomment_createdby
Same as the lk_postcomment_createdby many-to-one relationship for the postcomment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | postcomment |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_postcomment_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_owner_postfollows
Same as the user_owner_postfollows many-to-one relationship for the postfollow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | postfollow |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_owner_postfollows |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_postfollow_createdonbehalfby
Same as the lk_postfollow_createdonbehalfby many-to-one relationship for the postfollow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | postfollow |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_postfollow_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_postcomment_createdonbehalfby
Same as the lk_postcomment_createdonbehalfby many-to-one relationship for the postcomment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | postcomment |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_postcomment_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_postlike_createdonbehalfby
Same as the lk_postlike_createdonbehalfby many-to-one relationship for the postlike table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | postlike |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_postlike_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_postlike_createdby
Same as the lk_postlike_createdby many-to-one relationship for the postlike table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | postlike |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_postlike_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queueitem_modifiedonbehalfby
Same as the lk_queueitem_modifiedonbehalfby many-to-one relationship for the queueitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | queueitem |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_queueitem_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_socialactivity
Same as the user_socialactivity many-to-one relationship for the socialactivity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | socialactivity |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_socialactivity |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_translationprocess_createdonbehalfby
Same as the lk_translationprocess_createdonbehalfby many-to-one relationship for the translationprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | translationprocess |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_translationprocess_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessageprocessingstepsecureconfig_modifiedonbehalfby
Same as the lk_sdkmessageprocessingstepsecureconfig_modifiedonbehalfby many-to-one relationship for the sdkmessageprocessingstepsecureconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstepsecureconfig |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sdkmessageprocessingstepsecureconfig_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_feedback_modifiedonbehalfby
Same as the lk_feedback_modifiedonbehalfby many-to-one relationship for the feedback table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | feedback |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_feedback_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowlog_createdonbehalfby
Same as the lk_workflowlog_createdonbehalfby many-to-one relationship for the workflowlog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflowlog |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_workflowlog_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_role_createdonbehalfby
Same as the lk_role_createdonbehalfby many-to-one relationship for the role table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | role |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_role_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transactioncurrency_modifiedonbehalfby
Same as the lk_transactioncurrency_modifiedonbehalfby many-to-one relationship for the transactioncurrency table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transactioncurrency |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transactioncurrency_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_rolebase_modifiedby
Same as the lk_rolebase_modifiedby many-to-one relationship for the role table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | role |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_rolebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_navigationsetting_createdby
Same as the lk_navigationsetting_createdby many-to-one relationship for the navigationsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | navigationsetting |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_navigationsetting_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_subject_modifiedonbehalfby
Same as the lk_subject_modifiedonbehalfby many-to-one relationship for the subject table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | subject |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_subject_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_duplicaterule_modifiedonbehalfby
Same as the lk_duplicaterule_modifiedonbehalfby many-to-one relationship for the duplicaterule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterule |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_duplicaterule_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_task_modifiedonbehalfby
Same as the lk_task_modifiedonbehalfby many-to-one relationship for the task table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | task |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_task_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_subjectbase_modifiedby
Same as the lk_subjectbase_modifiedby many-to-one relationship for the subject table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | subject |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_subjectbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailboxtrackingfolder_modifiedby
Same as the lk_mailboxtrackingfolder_modifiedby many-to-one relationship for the mailboxtrackingfolder table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailboxtrackingfolder_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
impersonatinguserid_sdkmessageprocessingstep
Same as the impersonatinguserid_sdkmessageprocessingstep many-to-one relationship for the sdkmessageprocessingstep table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstep |
| ReferencingAttribute | impersonatinguserid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | impersonatinguserid_sdkmessageprocessingstep |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticle_createdonbehalfby
Same as the lk_kbarticle_createdonbehalfby many-to-one relationship for the kbarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticle |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_kbarticle_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_calendar_createdonbehalfby
Same as the lk_calendar_createdonbehalfby many-to-one relationship for the calendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | calendar |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_calendar_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunitnewsarticlebase_modifiedby
Same as the lk_businessunitnewsarticlebase_modifiedby many-to-one relationship for the businessunitnewsarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | businessunitnewsarticle |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_businessunitnewsarticlebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_userqueryvisualizations
Same as the user_userqueryvisualizations many-to-one relationship for the userqueryvisualization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userqueryvisualization |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_userqueryvisualizations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_tracelog_createdonbehalfby
Same as the lk_tracelog_createdonbehalfby many-to-one relationship for the tracelog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | tracelog |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_tracelog_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queueitembase_workerid
Same as the lk_queueitembase_workerid many-to-one relationship for the queueitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | queueitem |
| ReferencingAttribute | workerid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_queueitembase_workerid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mobileofflineprofileitem_modifiedby
Same as the lk_mobileofflineprofileitem_modifiedby many-to-one relationship for the mobileofflineprofileitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofileitem |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mobileofflineprofileitem_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customeraddressbase_modifiedby
Same as the lk_customeraddressbase_modifiedby many-to-one relationship for the customeraddress table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customeraddress |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_customeraddressbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_activitypointer_modifiedby
Same as the lk_activitypointer_modifiedby many-to-one relationship for the activitypointer table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | activitypointer |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_activitypointer_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customeraddressbase_createdby
Same as the lk_customeraddressbase_createdby many-to-one relationship for the customeraddress table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customeraddress |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_customeraddressbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_syncerrorbase_modifiedonbehalfby
Same as the lk_syncerrorbase_modifiedonbehalfby many-to-one relationship for the syncerror table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_syncerrorbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_BulkDeleteFailures
Same as the SystemUser_BulkDeleteFailures many-to-one relationship for the bulkdeletefailure table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_BulkDeleteFailures |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_teambase_modifiedby
Same as the lk_teambase_modifiedby many-to-one relationship for the team table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | team |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_teambase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_createdby
Same as the workflow_createdby many-to-one relationship for the workflow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflow |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | workflow_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queue_modifiedonbehalfby
Same as the lk_queue_modifiedonbehalfby many-to-one relationship for the queue table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | queue |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_queue_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customeraddress_modifiedonbehalfby
Same as the lk_customeraddress_modifiedonbehalfby many-to-one relationship for the customeraddress table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customeraddress |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_customeraddress_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_rolebase_createdby
Same as the lk_rolebase_createdby many-to-one relationship for the role table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | role |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_rolebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_reportcategory_modifiedonbehalfby
Same as the lk_reportcategory_modifiedonbehalfby many-to-one relationship for the reportcategory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | reportcategory |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_reportcategory_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transformationmapping_modifiedby
Same as the lk_transformationmapping_modifiedby many-to-one relationship for the transformationmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transformationmapping |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transformationmapping_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_duplicaterulecondition_modifiedonbehalfby
Same as the lk_duplicaterulecondition_modifiedonbehalfby many-to-one relationship for the duplicaterulecondition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterulecondition |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_duplicaterulecondition_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_picklistmapping_createdby
Same as the lk_picklistmapping_createdby many-to-one relationship for the picklistmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | picklistmapping |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_picklistmapping_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_savedqueryvisualizationbase_modifiedby
Same as the lk_savedqueryvisualizationbase_modifiedby many-to-one relationship for the savedqueryvisualization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | savedqueryvisualization |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_savedqueryvisualizationbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticlecommentbase_modifiedby
Same as the lk_kbarticlecommentbase_modifiedby many-to-one relationship for the kbarticlecomment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticlecomment |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_kbarticlecommentbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_email_modifiedonbehalfby
Same as the lk_email_modifiedonbehalfby many-to-one relationship for the email table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_email_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_asyncoperation_createdonbehalfby
Same as the lk_asyncoperation_createdonbehalfby many-to-one relationship for the asyncoperation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_asyncoperation_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_pluginassembly_modifiedonbehalfby
Same as the lk_pluginassembly_modifiedonbehalfby many-to-one relationship for the pluginassembly table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | pluginassembly |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_pluginassembly_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_team_createdonbehalfby
Same as the lk_team_createdonbehalfby many-to-one relationship for the team table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | team |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_team_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_connection
Same as the createdby_connection many-to-one relationship for the connection table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | createdby_connection |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_modifiedby
Same as the workflow_modifiedby many-to-one relationship for the workflow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflow |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | workflow_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunitnewsarticle_createdonbehalfby
Same as the lk_businessunitnewsarticle_createdonbehalfby many-to-one relationship for the businessunitnewsarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | businessunitnewsarticle |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_businessunitnewsarticle_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessageprocessingstepimage_modifiedonbehalfby
Same as the lk_sdkmessageprocessingstepimage_modifiedonbehalfby many-to-one relationship for the sdkmessageprocessingstepimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstepimage |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sdkmessageprocessingstepimage_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsessionbase_createdonbehalfby
Same as the lk_processsessionbase_createdonbehalfby many-to-one relationship for the processsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processsessionbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appmodule_modifiedonbehalfby
Same as the lk_appmodule_modifiedonbehalfby many-to-one relationship for the appmodule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appmodule |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appmodule_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontroldefaultconfig_modifiedonbehalfby
Same as the lk_customcontroldefaultconfig_modifiedonbehalfby many-to-one relationship for the customcontroldefaultconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontroldefaultconfig |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontroldefaultconfig_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_tracelog_modifiedby
Same as the lk_tracelog_modifiedby many-to-one relationship for the tracelog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | tracelog |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_tracelog_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_appointment
Same as the user_appointment many-to-one relationship for the appointment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appointment |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_appointment |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfig_createdonbehalfby
Same as the lk_appconfig_createdonbehalfby many-to-one relationship for the appconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfig |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfig_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfiginstance_createdonbehalfby
Same as the lk_appconfiginstance_createdonbehalfby many-to-one relationship for the appconfiginstance table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfiginstance |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfiginstance_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_DisplayStringbase_modifiedby
Same as the lk_DisplayStringbase_modifiedby many-to-one relationship for the displaystring table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | displaystring |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_DisplayStringbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importlog_modifiedonbehalfby
Same as the lk_importlog_modifiedonbehalfby many-to-one relationship for the importlog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importlog |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importlog_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_navigationsetting_modifiedby
Same as the lk_navigationsetting_modifiedby many-to-one relationship for the navigationsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | navigationsetting |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_navigationsetting_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_Email_EmailSender
Same as the SystemUser_Email_EmailSender many-to-one relationship for the email table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | emailsender |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_Email_EmailSender |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_activity
Same as the user_activity many-to-one relationship for the activitypointer table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | activitypointer |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_activity |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_monthlyfiscalcalendar_salespersonid
Same as the lk_monthlyfiscalcalendar_salespersonid many-to-one relationship for the monthlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | monthlyfiscalcalendar |
| ReferencingAttribute | salespersonid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_monthlyfiscalcalendar_salespersonid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunit_modifiedonbehalfby
Same as the lk_businessunit_modifiedonbehalfby many-to-one relationship for the businessunit table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | businessunit |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_businessunit_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_asyncoperation_modifiedonbehalfby
Same as the lk_asyncoperation_modifiedonbehalfby many-to-one relationship for the asyncoperation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_asyncoperation_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_teambase_createdby
Same as the lk_teambase_createdby many-to-one relationship for the team table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | team |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_teambase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_emailserverprofile_modifiedby
Same as the lk_emailserverprofile_modifiedby many-to-one relationship for the emailserverprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | emailserverprofile |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_emailserverprofile_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processtriggerbase_modifiedonbehalfby
Same as the lk_processtriggerbase_modifiedonbehalfby many-to-one relationship for the processtrigger table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processtrigger |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processtriggerbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailmergetemplate_modifiedonbehalfby
Same as the lk_mailmergetemplate_modifiedonbehalfby many-to-one relationship for the mailmergetemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailmergetemplate |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailmergetemplate_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connectionbase_modifiedonbehalfby
Same as the lk_connectionbase_modifiedonbehalfby many-to-one relationship for the connection table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_connectionbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queueitem_createdonbehalfby
Same as the lk_queueitem_createdonbehalfby many-to-one relationship for the queueitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | queueitem |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_queueitem_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_teamtemplate_modifiedonbehalfby
Same as the lk_teamtemplate_modifiedonbehalfby many-to-one relationship for the teamtemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | teamtemplate |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_teamtemplate_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_documenttemplatebase_modifiedby
Same as the lk_documenttemplatebase_modifiedby many-to-one relationship for the documenttemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | documenttemplate |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_documenttemplatebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transformationparametermapping_createdonbehalfby
Same as the lk_transformationparametermapping_createdonbehalfby many-to-one relationship for the transformationparametermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transformationparametermapping |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transformationparametermapping_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_userquery
Same as the user_userquery many-to-one relationship for the userquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userquery |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_userquery |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appmodule_createdby
Same as the lk_appmodule_createdby many-to-one relationship for the appmodule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appmodule |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appmodule_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticlecommentbase_createdby
Same as the lk_kbarticlecommentbase_createdby many-to-one relationship for the kbarticlecomment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticlecomment |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_kbarticlecommentbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_createdonbehalfby
Same as the workflow_createdonbehalfby many-to-one relationship for the workflow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflow |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | workflow_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recurrencerule_modifiedby
Same as the lk_recurrencerule_modifiedby many-to-one relationship for the recurrencerule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recurrencerule |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_recurrencerule_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_category_modifiedonbehalfby
Same as the lk_category_modifiedonbehalfby many-to-one relationship for the category table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | category |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_category_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfig_modifiedby
Same as the lk_appconfig_modifiedby many-to-one relationship for the appconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfig |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfig_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_bulkdeleteoperationbase_createdby
Same as the lk_bulkdeleteoperationbase_createdby many-to-one relationship for the bulkdeleteoperation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeleteoperation |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_bulkdeleteoperationbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_asyncoperation_createdby
Same as the lk_asyncoperation_createdby many-to-one relationship for the asyncoperation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_asyncoperation_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessagefilter_modifiedonbehalfby
Same as the lk_sdkmessagefilter_modifiedonbehalfby many-to-one relationship for the sdkmessagefilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessagefilter |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sdkmessagefilter_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_recurringappointmentmaster
Same as the user_recurringappointmentmaster many-to-one relationship for the recurringappointmentmaster table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recurringappointmentmaster |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_recurringappointmentmaster |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slaitembase_modifiedby
Same as the lk_slaitembase_modifiedby many-to-one relationship for the slaitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | slaitem |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slaitembase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_publisheraddressbase_modifiedonbehalfby
Same as the lk_publisheraddressbase_modifiedonbehalfby many-to-one relationship for the publisheraddress table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | publisheraddress |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_publisheraddressbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_documenttemplatebase_createdby
Same as the lk_documenttemplatebase_createdby many-to-one relationship for the documenttemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | documenttemplate |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_documenttemplatebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transformationparametermapping_modifiedby
Same as the lk_transformationparametermapping_modifiedby many-to-one relationship for the transformationparametermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transformationparametermapping |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transformationparametermapping_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slabase_createdby
Same as the lk_slabase_createdby many-to-one relationship for the sla table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sla |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slabase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationbase_createdby
Same as the lk_organizationbase_createdby many-to-one relationship for the organization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organization |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_organizationbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_report_modifiedonbehalfby
Same as the lk_report_modifiedonbehalfby many-to-one relationship for the report table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | report |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_report_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_quarterlyfiscalcalendar_modifiedby
Same as the lk_quarterlyfiscalcalendar_modifiedby many-to-one relationship for the quarterlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | quarterlyfiscalcalendar |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_quarterlyfiscalcalendar_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_serviceendpoint
Same as the createdby_serviceendpoint many-to-one relationship for the serviceendpoint table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceendpoint |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | createdby_serviceendpoint |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_duplicaterulecondition_createdonbehalfby
Same as the lk_duplicaterulecondition_createdonbehalfby many-to-one relationship for the duplicaterulecondition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterulecondition |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_duplicaterulecondition_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transactioncurrencybase_modifiedby
Same as the lk_transactioncurrencybase_modifiedby many-to-one relationship for the transactioncurrency table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transactioncurrency |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transactioncurrencybase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_DisplayStringbase_createdby
Same as the lk_DisplayStringbase_createdby many-to-one relationship for the displaystring table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | displaystring |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_DisplayStringbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slaitembase_modifiedonbehalfby
Same as the lk_slaitembase_modifiedonbehalfby many-to-one relationship for the slaitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | slaitem |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slaitembase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
annotation_owning_user
Same as the annotation_owning_user many-to-one relationship for the annotation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | annotation_owning_user |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
system_user_contacts
Same as the system_user_contacts many-to-one relationship for the contact table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | contact |
| ReferencingAttribute | preferredsystemuserid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | system_user_contacts |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transformationparametermapping_createdby
Same as the lk_transformationparametermapping_createdby many-to-one relationship for the transformationparametermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transformationparametermapping |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transformationparametermapping_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_phonecall_createdonbehalfby
Same as the lk_phonecall_createdonbehalfby many-to-one relationship for the phonecall table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | phonecall |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_phonecall_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_email_modifiedby
Same as the lk_email_modifiedby many-to-one relationship for the email table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_email_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_usersettingsbase_createdby
Same as the lk_usersettingsbase_createdby many-to-one relationship for the usersettings table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | usersettings |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_usersettingsbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_teamtemplate_createdonbehalfby
Same as the lk_teamtemplate_createdonbehalfby many-to-one relationship for the teamtemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | teamtemplate |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_teamtemplate_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appmodule_createdonbehalfby
Same as the lk_appmodule_createdonbehalfby many-to-one relationship for the appmodule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appmodule |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appmodule_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importlogbase_createdby
Same as the lk_importlogbase_createdby many-to-one relationship for the importlog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importlog |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importlogbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharepointdocumentlocationbase_createdby
Same as the lk_sharepointdocumentlocationbase_createdby many-to-one relationship for the sharepointdocumentlocation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointdocumentlocation |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharepointdocumentlocationbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_accounts
Same as the user_accounts many-to-one relationship for the account table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | account |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_accounts |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_plugintype
Same as the modifiedby_plugintype many-to-one relationship for the plugintype table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | plugintype |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | modifiedby_plugintype |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importentitymapping_modifiedonbehalfby
Same as the lk_importentitymapping_modifiedonbehalfby many-to-one relationship for the importentitymapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importentitymapping |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importentitymapping_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_savedquerybase_createdby
Same as the lk_savedquerybase_createdby many-to-one relationship for the savedquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | savedquery |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_savedquerybase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_activitypointer_createdby
Same as the lk_activitypointer_createdby many-to-one relationship for the activitypointer table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | activitypointer |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_activitypointer_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_columnmapping_createdonbehalfby
Same as the lk_columnmapping_createdonbehalfby many-to-one relationship for the columnmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | columnmapping |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_columnmapping_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mobileofflineprofileitemassociation_modifiedonbehalfby
Same as the lk_mobileofflineprofileitemassociation_modifiedonbehalfby many-to-one relationship for the mobileofflineprofileitemassociation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofileitemassociation |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mobileofflineprofileitemassocaition_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_subject_createdonbehalfby
Same as the lk_subject_createdonbehalfby many-to-one relationship for the subject table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | subject |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_subject_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfigmaster_createdonbehalfby
Same as the lk_appconfigmaster_createdonbehalfby many-to-one relationship for the appconfigmaster table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfigmaster |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfigmaster_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticle_modifiedonbehalfby
Same as the lk_kbarticle_modifiedonbehalfby many-to-one relationship for the kbarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticle |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_kbarticle_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_sdkmessageprocessingstepsecureconfig
Same as the createdby_sdkmessageprocessingstepsecureconfig many-to-one relationship for the sdkmessageprocessingstepsecureconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstepsecureconfig |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | createdby_sdkmessageprocessingstepsecureconfig |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_sdkmessageprocessingstep
Same as the createdby_sdkmessageprocessingstep many-to-one relationship for the sdkmessageprocessingstep table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstep |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | createdby_sdkmessageprocessingstep |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfig_modifiedonbehalfby
Same as the lk_appconfig_modifiedonbehalfby many-to-one relationship for the appconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfig |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfig_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_quarterlyfiscalcalendar_salespersonid
Same as the lk_quarterlyfiscalcalendar_salespersonid many-to-one relationship for the quarterlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | quarterlyfiscalcalendar |
| ReferencingAttribute | salespersonid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_quarterlyfiscalcalendar_salespersonid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transformationparametermapping_modifiedonbehalfby
Same as the lk_transformationparametermapping_modifiedonbehalfby many-to-one relationship for the transformationparametermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transformationparametermapping |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transformationparametermapping_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importentitymapping_createdonbehalfby
Same as the lk_importentitymapping_createdonbehalfby many-to-one relationship for the importentitymapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importentitymapping |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importentitymapping_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_ProcessSessions
Same as the SystemUser_ProcessSessions many-to-one relationship for the processsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_ProcessSessions |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 110 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_templatebase_createdonbehalfby
Same as the lk_templatebase_createdonbehalfby many-to-one relationship for the template table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | template |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_templatebase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_lookupmapping_createdby
Same as the lk_lookupmapping_createdby many-to-one relationship for the lookupmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | lookupmapping |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_lookupmapping_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mobileofflineprofileitem_modifiedonbehalfby
Same as the lk_mobileofflineprofileitem_modifiedonbehalfby many-to-one relationship for the mobileofflineprofileitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofileitem |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mobileofflineprofileitem_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsessionbase_modifiedonbehalfby
Same as the lk_processsessionbase_modifiedonbehalfby many-to-one relationship for the processsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processsessionbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_createdby
Same as the lk_processsession_createdby many-to-one relationship for the processsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processsession_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_personaldocumenttemplatebase_createdby
Same as the lk_personaldocumenttemplatebase_createdby many-to-one relationship for the personaldocumenttemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | personaldocumenttemplate |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_personaldocumenttemplatebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_publisherbase_modifiedonbehalfby
Same as the lk_publisherbase_modifiedonbehalfby many-to-one relationship for the publisher table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | publisher |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_publisherbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_MobileOfflineProfile_createdonbehalfby
Same as the lk_MobileOfflineProfile_createdonbehalfby many-to-one relationship for the mobileofflineprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofile |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_MobileOfflineProfile_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonerule_createdby
Same as the lk_timezonerule_createdby many-to-one relationship for the timezonerule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonerule |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonerule_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_contactbase_createdby
Same as the lk_contactbase_createdby many-to-one relationship for the contact table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | contact |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_contactbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slakpiinstancebase_createdonbehalfby
Same as the lk_slakpiinstancebase_createdonbehalfby many-to-one relationship for the slakpiinstance table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | slakpiinstance |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slakpiinstancebase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
system_user_workflow
Same as the system_user_workflow many-to-one relationship for the workflow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflow |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | system_user_workflow |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_duplicaterulebase_createdby
Same as the lk_duplicaterulebase_createdby many-to-one relationship for the duplicaterule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterule |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_duplicaterulebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appointment_createdonbehalfby
Same as the lk_appointment_createdonbehalfby many-to-one relationship for the appointment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appointment |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appointment_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_connection_role
Same as the createdby_connection_role many-to-one relationship for the connectionrole table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connectionrole |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | createdby_connection_role |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfigmaster_modifiedby
Same as the lk_appconfigmaster_modifiedby many-to-one relationship for the appconfigmaster table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfigmaster |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfigmaster_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_newprocess_modifiedby
Same as the lk_newprocess_modifiedby many-to-one relationship for the newprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | newprocess |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_newprocess_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_columnmapping_modifiedonbehalfby
Same as the lk_columnmapping_modifiedonbehalfby many-to-one relationship for the columnmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | columnmapping |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_columnmapping_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_translationprocess_createdby
Same as the lk_translationprocess_createdby many-to-one relationship for the translationprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | translationprocess |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_translationprocess_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_monthlyfiscalcalendar_modifiedby
Same as the lk_monthlyfiscalcalendar_modifiedby many-to-one relationship for the monthlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | monthlyfiscalcalendar |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_monthlyfiscalcalendar_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_systemuserbase_modifiedby
Same as the lk_systemuserbase_modifiedby many-to-one relationship for the systemuser table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | systemuser |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_systemuserbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_expiredprocess_modifiedby
Same as the lk_expiredprocess_modifiedby many-to-one relationship for the expiredprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | expiredprocess |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_expiredprocess_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_SocialProfile_createdonbehalfby
Same as the lk_SocialProfile_createdonbehalfby many-to-one relationship for the socialprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | socialprofile |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_SocialProfile_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importmap_createdonbehalfby
Same as the lk_importmap_createdonbehalfby many-to-one relationship for the importmap table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importmap |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importmap_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_connection
Same as the modifiedby_connection many-to-one relationship for the connection table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | modifiedby_connection |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_import_createdonbehalfby
Same as the lk_import_createdonbehalfby many-to-one relationship for the import table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | import |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_import_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slaitembase_createdonbehalfby
Same as the lk_slaitembase_createdonbehalfby many-to-one relationship for the slaitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | slaitem |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slaitembase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_navigationsetting_createdonbehalfby
Same as the lk_navigationsetting_createdonbehalfby many-to-one relationship for the navigationsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | navigationsetting |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_navigationsetting_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_savedquery_modifiedonbehalfby
Same as the lk_savedquery_modifiedonbehalfby many-to-one relationship for the savedquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | savedquery |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_savedquery_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentbase_modifiedonbehalfby
Same as the lk_solutioncomponentbase_modifiedonbehalfby many-to-one relationship for the solutioncomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponent |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connectionrolebase_createdonbehalfby
Same as the lk_connectionrolebase_createdonbehalfby many-to-one relationship for the connectionrole table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connectionrole |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_connectionrolebase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_actioncardbase_createdby
Same as the lk_actioncardbase_createdby many-to-one relationship for the actioncard table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | actioncard |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_actioncardbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessageprocessingstepsecureconfig_createdonbehalfby
Same as the lk_sdkmessageprocessingstepsecureconfig_createdonbehalfby many-to-one relationship for the sdkmessageprocessingstepsecureconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstepsecureconfig |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sdkmessageprocessingstepsecureconfig_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_webresourcebase_modifiedonbehalfby
Same as the lk_webresourcebase_modifiedonbehalfby many-to-one relationship for the webresource table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | webresource |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_webresourcebase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_letter
Same as the user_letter many-to-one relationship for the letter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | letter |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_letter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_tracelog_modifiedonbehalfby
Same as the lk_tracelog_modifiedonbehalfby many-to-one relationship for the tracelog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | tracelog |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_tracelog_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonedefinition_createdby
Same as the lk_timezonedefinition_createdby many-to-one relationship for the timezonedefinition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonedefinition |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonedefinition_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_reportcategory_createdonbehalfby
Same as the lk_reportcategory_createdonbehalfby many-to-one relationship for the reportcategory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | reportcategory |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_reportcategory_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_plugintype
Same as the createdby_plugintype many-to-one relationship for the plugintype table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | plugintype |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | createdby_plugintype |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organization_createdonbehalfby
Same as the lk_organization_createdonbehalfby many-to-one relationship for the organization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organization |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_organization_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_calendar_modifiedonbehalfby
Same as the lk_calendar_modifiedonbehalfby many-to-one relationship for the calendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | calendar |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_calendar_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slakpiinstancebase_modifiedby
Same as the lk_slakpiinstancebase_modifiedby many-to-one relationship for the slakpiinstance table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | slakpiinstance |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slakpiinstancebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_plugintracelog
Same as the createdby_plugintracelog many-to-one relationship for the plugintracelog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | plugintracelog |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | createdby_plugintracelog |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfiginstance_modifiedby
Same as the lk_appconfiginstance_modifiedby many-to-one relationship for the appconfiginstance table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfiginstance |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfiginstance_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_picklistmapping_createdonbehalfby
Same as the lk_picklistmapping_createdonbehalfby many-to-one relationship for the picklistmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | picklistmapping |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_picklistmapping_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_knowledgearticleviews_createdby
Same as the lk_knowledgearticleviews_createdby many-to-one relationship for the knowledgearticleviews table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgearticleviews |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_knowledgearticleviews_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_Imports
Same as the SystemUser_Imports many-to-one relationship for the import table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | import |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_Imports |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_sdkmessage
Same as the modifiedby_sdkmessage many-to-one relationship for the sdkmessage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessage |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | modifiedby_sdkmessage |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_ownermapping_createdonbehalfby
Same as the lk_ownermapping_createdonbehalfby many-to-one relationship for the ownermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | ownermapping |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_ownermapping_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticlecomment_createdonbehalfby
Same as the lk_kbarticlecomment_createdonbehalfby many-to-one relationship for the kbarticlecomment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticlecomment |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_kbarticlecomment_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_navigationsetting_modifiedonbehalfby
Same as the lk_navigationsetting_modifiedonbehalfby many-to-one relationship for the navigationsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | navigationsetting |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_navigationsetting_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonerule_createdonbehalfby
Same as the lk_timezonerule_createdonbehalfby many-to-one relationship for the timezonerule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonerule |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonerule_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_templatebase_createdby
Same as the lk_templatebase_createdby many-to-one relationship for the template table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | template |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_templatebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userformbase_modifiedonbehalfby
Same as the lk_userformbase_modifiedonbehalfby many-to-one relationship for the userform table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userform |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userformbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mobileofflineprofileitemassociation_createdonbehalfby
Same as the lk_mobileofflineprofileitemassociation_createdonbehalfby many-to-one relationship for the mobileofflineprofileitemassociation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofileitemassociation |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mobileofflineprofileitemassociation_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customeraddress_createdonbehalfby
Same as the lk_customeraddress_createdonbehalfby many-to-one relationship for the customeraddress table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customeraddress |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_customeraddress_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importfilebase_modifiedby
Same as the lk_importfilebase_modifiedby many-to-one relationship for the importfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importfile |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importfilebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_accountbase_modifiedby
Same as the lk_accountbase_modifiedby many-to-one relationship for the account table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | account |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_accountbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_personaldocumenttemplatebase_modifiedonbehalfby
Same as the lk_personaldocumenttemplatebase_modifiedonbehalfby many-to-one relationship for the personaldocumenttemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | personaldocumenttemplate |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_personaldocumenttemplatebase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_category_createdby
Same as the lk_category_createdby many-to-one relationship for the category table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | category |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_category_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontroldefaultconfig_modifiedby
Same as the lk_customcontroldefaultconfig_modifiedby many-to-one relationship for the customcontroldefaultconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontroldefaultconfig |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontroldefaultconfig_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_SocialProfile_modifiedonbehalfby
Same as the lk_SocialProfile_modifiedonbehalfby many-to-one relationship for the socialprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | socialprofile |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_SocialProfile_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_fax
Same as the user_fax many-to-one relationship for the fax table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fax |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_fax |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_activitypointer_modifiedonbehalfby
Same as the lk_activitypointer_modifiedonbehalfby many-to-one relationship for the activitypointer table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | activitypointer |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_activitypointer_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_feedback_createdonbehalfby
Same as the lk_feedback_createdonbehalfby many-to-one relationship for the feedback table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | feedback |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_feedback_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appmodulecomponent_createdby
Same as the lk_appmodulecomponent_createdby many-to-one relationship for the appmodulecomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appmodulecomponent |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | appmodulecomponent_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharepointsitebase_modifiedby
Same as the lk_sharepointsitebase_modifiedby many-to-one relationship for the sharepointsite table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointsite |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharepointsitebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessageprocessingstepimage_createdonbehalfby
Same as the lk_sdkmessageprocessingstepimage_createdonbehalfby many-to-one relationship for the sdkmessageprocessingstepimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstepimage |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sdkmessageprocessingstepimage_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importlog_createdonbehalfby
Same as the lk_importlog_createdonbehalfby many-to-one relationship for the importlog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importlog |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importlog_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_executedby
Same as the lk_processsession_executedby many-to-one relationship for the processsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | executedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processsession_executedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontrol_modifiedby
Same as the lk_customcontrol_modifiedby many-to-one relationship for the customcontrol table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontrol |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontrol_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontrolresource_createdonbehalfby
Same as the lk_customcontrolresource_createdonbehalfby many-to-one relationship for the customcontrolresource table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontrolresource |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontrolresource_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_DuplicateMatchingRecord
Same as the SystemUser_DuplicateMatchingRecord many-to-one relationship for the duplicaterecord table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | duplicaterecordid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_DuplicateMatchingRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_sdkmessageprocessingstepimage
Same as the createdby_sdkmessageprocessingstepimage many-to-one relationship for the sdkmessageprocessingstepimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstepimage |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | createdby_sdkmessageprocessingstepimage |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connectionbase_createdonbehalfby
Same as the lk_connectionbase_createdonbehalfby many-to-one relationship for the connection table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_connectionbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontrol_createdby
Same as the lk_customcontrol_createdby many-to-one relationship for the customcontrol table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontrol |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontrol_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontrolresource_modifiedonbehalfby
Same as the lk_customcontrolresource_modifiedonbehalfby many-to-one relationship for the customcontrolresource table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontrolresource |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontrolresource_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonerule_modifiedby
Same as the lk_timezonerule_modifiedby many-to-one relationship for the timezonerule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonerule |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonerule_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_ACIViewMapper_createdonbehalfby
Same as the lk_ACIViewMapper_createdonbehalfby many-to-one relationship for the aciviewmapper table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | aciviewmapper |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_ACIViewMapper_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_audit_userid
Same as the lk_audit_userid many-to-one relationship for the audit table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | audit |
| ReferencingAttribute | userid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_audit_userid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutionbase_createdonbehalfby
Same as the lk_solutionbase_createdonbehalfby many-to-one relationship for the solution table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solution |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_solutionbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fixedmonthlyfiscalcalendar_modifiedonbehalfby
Same as the lk_fixedmonthlyfiscalcalendar_modifiedonbehalfby many-to-one relationship for the fixedmonthlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fixedmonthlyfiscalcalendar |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_fixedmonthlyfiscalcalendar_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
OwnerMapping_SystemUser
Same as the OwnerMapping_SystemUser many-to-one relationship for the ownermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | ownermapping |
| ReferencingAttribute | targetsystemuserid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | OwnerMapping_SystemUser |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_columnmapping_modifiedby
Same as the lk_columnmapping_modifiedby many-to-one relationship for the columnmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | columnmapping |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_columnmapping_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_publisheraddressbase_modifiedby
Same as the lk_publisheraddressbase_modifiedby many-to-one relationship for the publisheraddress table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | publisheraddress |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_publisheraddressbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_accountbase_createdby
Same as the lk_accountbase_createdby many-to-one relationship for the account table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | account |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_accountbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_savedquerybase_modifiedby
Same as the lk_savedquerybase_modifiedby many-to-one relationship for the savedquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | savedquery |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_savedquerybase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_MobileOfflineProfile_modifiedby
Same as the lk_MobileOfflineProfile_modifiedby many-to-one relationship for the mobileofflineprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofile |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_MobileOfflineProfile_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_quarterlyfiscalcalendar_createdby
Same as the lk_quarterlyfiscalcalendar_createdby many-to-one relationship for the quarterlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | quarterlyfiscalcalendar |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_quarterlyfiscalcalendar_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonedefinition_modifiedonbehalfby
Same as the lk_timezonedefinition_modifiedonbehalfby many-to-one relationship for the timezonedefinition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonedefinition |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonedefinition_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organization_modifiedonbehalfby
Same as the lk_organization_modifiedonbehalfby many-to-one relationship for the organization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organization |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_organization_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
systemuser_connections1
Same as the systemuser_connections1 many-to-one relationship for the connection table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record1id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_connections1 |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_SiteMap_modifiedby
Same as the lk_SiteMap_modifiedby many-to-one relationship for the sitemap table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sitemap |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_SiteMap_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_documenttemplatebase_createdonbehalfby
Same as the lk_documenttemplatebase_createdonbehalfby many-to-one relationship for the documenttemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | documenttemplate |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_documenttemplatebase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticlebase_createdby
Same as the lk_kbarticlebase_createdby many-to-one relationship for the kbarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticle |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_kbarticlebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_emailserverprofile_createdby
Same as the lk_emailserverprofile_createdby many-to-one relationship for the emailserverprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | emailserverprofile |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_emailserverprofile_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_quarterlyfiscalcalendar_modifiedonbehalfby
Same as the lk_quarterlyfiscalcalendar_modifiedonbehalfby many-to-one relationship for the quarterlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | quarterlyfiscalcalendar |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_quarterlyfiscalcalendar_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userquery_modifiedby
Same as the lk_userquery_modifiedby many-to-one relationship for the userquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userquery |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userquery_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mobileofflineprofileitemassociation_modifiedby
Same as the lk_mobileofflineprofileitemassociation_modifiedby many-to-one relationship for the mobileofflineprofileitemassociation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofileitemassociation |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mobileofflineprofileitemassocaition_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_knowledgearticleviews_createdonbehalfby
Same as the lk_knowledgearticleviews_createdonbehalfby many-to-one relationship for the knowledgearticleviews table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgearticleviews |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_knowledgearticleviews_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processtriggerbase_createdonbehalfby
Same as the lk_processtriggerbase_createdonbehalfby many-to-one relationship for the processtrigger table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processtrigger |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processtriggerbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_sdkmessageprocessingstepimage
Same as the modifiedby_sdkmessageprocessingstepimage many-to-one relationship for the sdkmessageprocessingstepimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstepimage |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | modifiedby_sdkmessageprocessingstepimage |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_phonecall_modifiedonbehalfby
Same as the lk_phonecall_modifiedonbehalfby many-to-one relationship for the phonecall table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | phonecall |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_phonecall_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowlog_createdby
Same as the lk_workflowlog_createdby many-to-one relationship for the workflowlog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflowlog |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_workflowlog_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fixedmonthlyfiscalcalendar_salespersonid
Same as the lk_fixedmonthlyfiscalcalendar_salespersonid many-to-one relationship for the fixedmonthlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fixedmonthlyfiscalcalendar |
| ReferencingAttribute | salespersonid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_fixedmonthlyfiscalcalendar_salespersonid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_quarterlyfiscalcalendar_createdonbehalfby
Same as the lk_quarterlyfiscalcalendar_createdonbehalfby many-to-one relationship for the quarterlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | quarterlyfiscalcalendar |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_quarterlyfiscalcalendar_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_teamtemplate_modifiedby
Same as the lk_teamtemplate_modifiedby many-to-one relationship for the teamtemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | teamtemplate |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_teamtemplate_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_userform
Same as the user_userform many-to-one relationship for the userform table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userform |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_userform |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_startedby
Same as the lk_processsession_startedby many-to-one relationship for the processsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | startedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processsession_startedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_knowledgearticleviews_modifiedonbehalfby
Same as the lk_knowledgearticleviews_modifiedonbehalfby many-to-one relationship for the knowledgearticleviews table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgearticleviews |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_knowledgearticleviews_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_role_modifiedonbehalfby
Same as the lk_role_modifiedonbehalfby many-to-one relationship for the role table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | role |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_role_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_reportbase_modifiedby
Same as the lk_reportbase_modifiedby many-to-one relationship for the report table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | report |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_reportbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fixedmonthlyfiscalcalendar_createdby
Same as the lk_fixedmonthlyfiscalcalendar_createdby many-to-one relationship for the fixedmonthlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fixedmonthlyfiscalcalendar |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_fixedmonthlyfiscalcalendar_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfigmaster_createdby
Same as the lk_appconfigmaster_createdby many-to-one relationship for the appconfigmaster table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfigmaster |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfigmaster_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunitbase_modifiedby
Same as the lk_businessunitbase_modifiedby many-to-one relationship for the businessunit table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | businessunit |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_businessunitbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
socialProfile_owning_user
Same as the socialProfile_owning_user many-to-one relationship for the socialprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | socialprofile |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | socialProfile_owning_user |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_task_modifiedby
Same as the lk_task_modifiedby many-to-one relationship for the task table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | task |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_task_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slaitembase_createdby
Same as the lk_slaitembase_createdby many-to-one relationship for the slaitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | slaitem |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slaitembase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailboxtrackingfolder_createdonbehalfby
Same as the lk_mailboxtrackingfolder_createdonbehalfby many-to-one relationship for the mailboxtrackingfolder table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailboxtrackingfolder_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_sdkmessageprocessingstep
Same as the modifiedby_sdkmessageprocessingstep many-to-one relationship for the sdkmessageprocessingstep table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstep |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | modifiedby_sdkmessageprocessingstep |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_duplicaterulebase_modifiedby
Same as the lk_duplicaterulebase_modifiedby many-to-one relationship for the duplicaterule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterule |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_duplicaterulebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recurrencerulebase_createdonbehalfby
Same as the lk_recurrencerulebase_createdonbehalfby many-to-one relationship for the recurrencerule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recurrencerule |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_recurrencerulebase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationbase_modifiedby
Same as the lk_organizationbase_modifiedby many-to-one relationship for the organization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organization |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_organizationbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailboxtrackingfolder_modifiedonbehalfby
Same as the lk_mailboxtrackingfolder_modifiedonbehalfby many-to-one relationship for the mailboxtrackingfolder table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailboxtrackingfolder_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_task_createdby
Same as the lk_task_createdby many-to-one relationship for the task table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | task |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_task_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailboxtrackingfolder_createdby
Same as the lk_mailboxtrackingfolder_createdby many-to-one relationship for the mailboxtrackingfolder table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailboxtrackingfolder_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_personaldocumenttemplatebase_modifiedby
Same as the lk_personaldocumenttemplatebase_modifiedby many-to-one relationship for the personaldocumenttemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | personaldocumenttemplate |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_personaldocumenttemplatebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processtriggerbase_modifiedby
Same as the lk_processtriggerbase_modifiedby many-to-one relationship for the processtrigger table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processtrigger |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_processtriggerbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userquery_createdby
Same as the lk_userquery_createdby many-to-one relationship for the userquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userquery |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userquery_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
contact_owning_user
Same as the contact_owning_user many-to-one relationship for the contact table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | contact |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | contact_owning_user |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailmergetemplate_createdonbehalfby
Same as the lk_mailmergetemplate_createdonbehalfby many-to-one relationship for the mailmergetemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailmergetemplate |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailmergetemplate_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importjobbase_modifiedonbehalfby
Same as the lk_importjobbase_modifiedonbehalfby many-to-one relationship for the importjob table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importjob |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importjobbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontroldefaultconfig_createdby
Same as the lk_customcontroldefaultconfig_createdby many-to-one relationship for the customcontroldefaultconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontroldefaultconfig |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontroldefaultconfig_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_savedquery_createdonbehalfby
Same as the lk_savedquery_createdonbehalfby many-to-one relationship for the savedquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | savedquery |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_savedquery_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
system_user_accounts
Same as the system_user_accounts many-to-one relationship for the account table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | account |
| ReferencingAttribute | preferredsystemuserid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | system_user_accounts |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_systemuser_createdonbehalfby
Same as the lk_systemuser_createdonbehalfby many-to-one relationship for the systemuser table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | systemuser |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_systemuser_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontrol_modifiedonbehalfby
Same as the lk_customcontrol_modifiedonbehalfby many-to-one relationship for the customcontrol table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontrol |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontrol_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appointment_modifiedonbehalfby
Same as the lk_appointment_modifiedonbehalfby many-to-one relationship for the appointment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appointment |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appointment_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_knowledgearticleviews_modifiedby
Same as the lk_knowledgearticleviews_modifiedby many-to-one relationship for the knowledgearticleviews table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgearticleviews |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_knowledgearticleviews_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfigmaster_modifiedonbehalfby
Same as the lk_appconfigmaster_modifiedonbehalfby many-to-one relationship for the appconfigmaster table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfigmaster |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfigmaster_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importbase_createdby
Same as the lk_importbase_createdby many-to-one relationship for the import table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | import |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_ACIViewMapper_modifiedonbehalfby
Same as the lk_ACIViewMapper_modifiedonbehalfby many-to-one relationship for the aciviewmapper table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | aciviewmapper |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_ACIViewMapper_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutionbase_modifiedonbehalfby
Same as the lk_solutionbase_modifiedonbehalfby many-to-one relationship for the solution table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solution |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_solutionbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_DisplayStringbase_modifiedonbehalfby
Same as the lk_DisplayStringbase_modifiedonbehalfby many-to-one relationship for the displaystring table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | displaystring |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_DisplayStringbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_annotationbase_modifiedby
Same as the lk_annotationbase_modifiedby many-to-one relationship for the annotation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_annotationbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonerule_modifiedonbehalfby
Same as the lk_timezonerule_modifiedonbehalfby many-to-one relationship for the timezonerule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonerule |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonerule_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importjobbase_createdby
Same as the lk_importjobbase_createdby many-to-one relationship for the importjob table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importjob |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importjobbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_feedback_createdby
Same as the lk_feedback_createdby many-to-one relationship for the feedback table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | feedback |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_feedback_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonelocalizedname_modifiedby
Same as the lk_timezonelocalizedname_modifiedby many-to-one relationship for the timezonelocalizedname table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonelocalizedname |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonelocalizedname_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailmergetemplatebase_createdby
Same as the lk_mailmergetemplatebase_createdby many-to-one relationship for the mailmergetemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailmergetemplate |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailmergetemplatebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_pluginassembly
Same as the createdby_pluginassembly many-to-one relationship for the pluginassembly table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | pluginassembly |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | createdby_pluginassembly |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfiginstance_modifiedonbehalfby
Same as the lk_appconfiginstance_modifiedonbehalfby many-to-one relationship for the appconfiginstance table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfiginstance |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfiginstance_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userform_modifiedby
Same as the lk_userform_modifiedby many-to-one relationship for the userform table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userform |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userform_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_publisherbase_createdonbehalfby
Same as the lk_publisherbase_createdonbehalfby many-to-one relationship for the publisher table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | publisher |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_publisherbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recurrencerule_createdby
Same as the lk_recurrencerule_createdby many-to-one relationship for the recurrencerule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recurrencerule |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_recurrencerule_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slakpiinstancebase_modifiedonbehalfby
Same as the lk_slakpiinstancebase_modifiedonbehalfby many-to-one relationship for the slakpiinstance table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | slakpiinstance |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slakpiinstancebase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_ImportFiles
Same as the SystemUser_ImportFiles many-to-one relationship for the importfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importfile |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_ImportFiles |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_modifiedby
Same as the lk_processsession_modifiedby many-to-one relationship for the processsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processsession_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_translationprocess_modifiedby
Same as the lk_translationprocess_modifiedby many-to-one relationship for the translationprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | translationprocess |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_translationprocess_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_annualfiscalcalendar_modifiedby
Same as the lk_annualfiscalcalendar_modifiedby many-to-one relationship for the annualfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | annualfiscalcalendar |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_annualfiscalcalendar_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_task
Same as the user_task many-to-one relationship for the task table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | task |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_task |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recurrencerulebase_modifiedonbehalfby
Same as the lk_recurrencerulebase_modifiedonbehalfby many-to-one relationship for the recurrencerule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recurrencerule |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_recurrencerulebase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_phonecall_createdby
Same as the lk_phonecall_createdby many-to-one relationship for the phonecall table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | phonecall |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_phonecall_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_templatebase_modifiedonbehalfby
Same as the lk_templatebase_modifiedonbehalfby many-to-one relationship for the template table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | template |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_templatebase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fax_modifiedonbehalfby
Same as the lk_fax_modifiedonbehalfby many-to-one relationship for the fax table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fax |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_fax_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_contact_createdonbehalfby
Same as the lk_contact_createdonbehalfby many-to-one relationship for the contact table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | contact |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_contact_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontroldefaultconfig_createdonbehalfby
Same as the lk_customcontroldefaultconfig_createdonbehalfby many-to-one relationship for the customcontroldefaultconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontroldefaultconfig |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontroldefaultconfig_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_publisheraddressbase_createdonbehalfby
Same as the lk_publisheraddressbase_createdonbehalfby many-to-one relationship for the publisheraddress table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | publisheraddress |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_publisheraddressbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_annualfiscalcalendar_modifiedonbehalfby
Same as the lk_annualfiscalcalendar_modifiedonbehalfby many-to-one relationship for the annualfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | annualfiscalcalendar |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_annualfiscalcalendar_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_semiannualfiscalcalendar_modifiedby
Same as the lk_semiannualfiscalcalendar_modifiedby many-to-one relationship for the semiannualfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | semiannualfiscalcalendar |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_semiannualfiscalcalendar_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_socialactivity_createdby
Same as the lk_socialactivity_createdby many-to-one relationship for the socialactivity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | socialactivity |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_socialactivity_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_SiteMap_createdby
Same as the lk_SiteMap_createdby many-to-one relationship for the sitemap table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sitemap |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_SiteMap_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_syncerrorbase_modifiedby
Same as the lk_syncerrorbase_modifiedby many-to-one relationship for the syncerror table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_syncerrorbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_calendar_createdby
Same as the lk_calendar_createdby many-to-one relationship for the calendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | calendar |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_calendar_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_semiannualfiscalcalendar_modifiedonbehalfby
Same as the lk_semiannualfiscalcalendar_modifiedonbehalfby many-to-one relationship for the semiannualfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | semiannualfiscalcalendar |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_semiannualfiscalcalendar_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fixedmonthlyfiscalcalendar_modifiedby
Same as the lk_fixedmonthlyfiscalcalendar_modifiedby many-to-one relationship for the fixedmonthlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fixedmonthlyfiscalcalendar |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_fixedmonthlyfiscalcalendar_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_DuplicateBaseRecord
Same as the SystemUser_DuplicateBaseRecord many-to-one relationship for the duplicaterecord table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | baserecordid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_DuplicateBaseRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importentitymapping_createdby
Same as the lk_importentitymapping_createdby many-to-one relationship for the importentitymapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importentitymapping |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importentitymapping_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queueitembase_createdby
Same as the lk_queueitembase_createdby many-to-one relationship for the queueitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | queueitem |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_queueitembase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessage_createdonbehalfby
Same as the lk_sdkmessage_createdonbehalfby many-to-one relationship for the sdkmessage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessage |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sdkmessage_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_plugintypestatistic
Same as the createdby_plugintypestatistic many-to-one relationship for the plugintypestatistic table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | plugintypestatistic |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | createdby_plugintypestatistic |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_picklistmapping_modifiedby
Same as the lk_picklistmapping_modifiedby many-to-one relationship for the picklistmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | picklistmapping |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_picklistmapping_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_team_modifiedonbehalfby
Same as the lk_team_modifiedonbehalfby many-to-one relationship for the team table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | team |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_team_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunitnewsarticle_modifiedonbehalfby
Same as the lk_businessunitnewsarticle_modifiedonbehalfby many-to-one relationship for the businessunitnewsarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | businessunitnewsarticle |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_businessunitnewsarticle_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_ImportLogs
Same as the SystemUser_ImportLogs many-to-one relationship for the importlog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importlog |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_ImportLogs |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_plugintypestatisticbase_modifiedonbehalfby
Same as the lk_plugintypestatisticbase_modifiedonbehalfby many-to-one relationship for the plugintypestatistic table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | plugintypestatistic |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_plugintypestatisticbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_tracelog_createdby
Same as the lk_tracelog_createdby many-to-one relationship for the tracelog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | tracelog |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_tracelog_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_teambase_administratorid
Same as the lk_teambase_administratorid many-to-one relationship for the team table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | team |
| ReferencingAttribute | administratorid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_teambase_administratorid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_savedqueryvisualizationbase_createdby
Same as the lk_savedqueryvisualizationbase_createdby many-to-one relationship for the savedqueryvisualization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | savedqueryvisualization |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_savedqueryvisualizationbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
knowledgearticle_primaryauthorid
Same as the knowledgearticle_primaryauthorid many-to-one relationship for the knowledgearticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | knowledgearticle |
| ReferencingAttribute | primaryauthorid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | knowledgearticle_primaryauthorid |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fixedmonthlyfiscalcalendar_createdonbehalfby
Same as the lk_fixedmonthlyfiscalcalendar_createdonbehalfby many-to-one relationship for the fixedmonthlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fixedmonthlyfiscalcalendar |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_fixedmonthlyfiscalcalendar_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_email_createdby
Same as the lk_email_createdby many-to-one relationship for the email table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_email_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_monthlyfiscalcalendar_createdby
Same as the lk_monthlyfiscalcalendar_createdby many-to-one relationship for the monthlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | monthlyfiscalcalendar |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_monthlyfiscalcalendar_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queuebase_createdby
Same as the lk_queuebase_createdby many-to-one relationship for the queue table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | queue |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_queuebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appmodulecomponent_createdonbehalfby
Same as the lk_appmodulecomponent_createdonbehalfby many-to-one relationship for the appmodulecomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appmodulecomponent |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_appmodulecomponent_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_personaldocumenttemplatebase_createdonbehalfby
Same as the lk_personaldocumenttemplatebase_createdonbehalfby many-to-one relationship for the personaldocumenttemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | personaldocumenttemplate |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_personaldocumenttemplatebase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_savedqueryvisualizationbase_createdonbehalfby
Same as the lk_savedqueryvisualizationbase_createdonbehalfby many-to-one relationship for the savedqueryvisualization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | savedqueryvisualization |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_savedqueryvisualizationbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_newprocess_createdby
Same as the lk_newprocess_createdby many-to-one relationship for the newprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | newprocess |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_newprocess_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_category_createdonbehalfby
Same as the lk_category_createdonbehalfby many-to-one relationship for the category table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | category |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_category_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_newprocess_modifiedonbehalfby
Same as the lk_newprocess_modifiedonbehalfby many-to-one relationship for the newprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | newprocess |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_newprocess_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_feedback_closedby
Same as the lk_feedback_closedby many-to-one relationship for the feedback table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | feedback |
| ReferencingAttribute | closedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_feedback_closedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_semiannualfiscalcalendar_createdby
Same as the lk_semiannualfiscalcalendar_createdby many-to-one relationship for the semiannualfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | semiannualfiscalcalendar |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_semiannualfiscalcalendar_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_duplicateruleconditionbase_modifiedby
Same as the lk_duplicateruleconditionbase_modifiedby many-to-one relationship for the duplicaterulecondition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterulecondition |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_duplicateruleconditionbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
queue_primary_user
Same as the queue_primary_user many-to-one relationship for the queue table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | queue |
| ReferencingAttribute | primaryuserid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | queue_primary_user |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_email
Same as the user_email many-to-one relationship for the email table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_email |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_reportbase_createdby
Same as the lk_reportbase_createdby many-to-one relationship for the report table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | report |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_reportbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appointment_createdby
Same as the lk_appointment_createdby many-to-one relationship for the appointment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appointment |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appointment_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_letter_modifiedby
Same as the lk_letter_modifiedby many-to-one relationship for the letter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | letter |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_letter_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontrol_createdonbehalfby
Same as the lk_customcontrol_createdonbehalfby many-to-one relationship for the customcontrol table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontrol |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontrol_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_usersettingsbase_modifiedby
Same as the lk_usersettingsbase_modifiedby many-to-one relationship for the usersettings table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | usersettings |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_usersettingsbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queueitembase_modifiedby
Same as the lk_queueitembase_modifiedby many-to-one relationship for the queueitem table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | queueitem |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_queueitembase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessageprocessingstep_modifiedonbehalfby
Same as the lk_sdkmessageprocessingstep_modifiedonbehalfby many-to-one relationship for the sdkmessageprocessingstep table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstep |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sdkmessageprocessingstep_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_pluginassembly
Same as the modifiedby_pluginassembly many-to-one relationship for the pluginassembly table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | pluginassembly |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | modifiedby_pluginassembly |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharepointdocumentlocationbase_modifiedby
Same as the lk_sharepointdocumentlocationbase_modifiedby many-to-one relationship for the sharepointdocumentlocation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointdocumentlocation |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharepointdocumentlocationbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
system_user_activity_parties
Same as the system_user_activity_parties many-to-one relationship for the activityparty table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | activityparty |
| ReferencingAttribute | partyid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | system_user_activity_parties |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_annualfiscalcalendar_salespersonid
Same as the lk_annualfiscalcalendar_salespersonid many-to-one relationship for the annualfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | annualfiscalcalendar |
| ReferencingAttribute | salespersonid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_annualfiscalcalendar_salespersonid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_AsyncOperations
Same as the SystemUser_AsyncOperations many-to-one relationship for the asyncoperation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_publisheraddressbase_createdby
Same as the lk_publisheraddressbase_createdby many-to-one relationship for the publisheraddress table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | publisheraddress |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_publisheraddressbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_import_modifiedonbehalfby
Same as the lk_import_modifiedonbehalfby many-to-one relationship for the import table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | import |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_import_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queuebase_modifiedby
Same as the lk_queuebase_modifiedby many-to-one relationship for the queue table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | queue |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_queuebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_ImportMaps
Same as the SystemUser_ImportMaps many-to-one relationship for the importmap table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importmap |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_ImportMaps |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_modifiedonbehalfby
Same as the workflow_modifiedonbehalfby many-to-one relationship for the workflow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflow |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | workflow_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_category_modifiedby
Same as the lk_category_modifiedby many-to-one relationship for the category table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | category |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_category_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_SiteMap_createdonbehalfby
Same as the lk_SiteMap_createdonbehalfby many-to-one relationship for the sitemap table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sitemap |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_SiteMap_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
webresource_modifiedby
Same as the webresource_modifiedby many-to-one relationship for the webresource table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | webresource |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | webresource_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_sdkmessage
Same as the createdby_sdkmessage many-to-one relationship for the sdkmessage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessage |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | createdby_sdkmessage |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importlogbase_modifiedby
Same as the lk_importlogbase_modifiedby many-to-one relationship for the importlog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importlog |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importlogbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importjobbase_createdonbehalfby
Same as the lk_importjobbase_createdonbehalfby many-to-one relationship for the importjob table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importjob |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importjobbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_monthlyfiscalcalendar_modifiedonbehalfby
Same as the lk_monthlyfiscalcalendar_modifiedonbehalfby many-to-one relationship for the monthlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | monthlyfiscalcalendar |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_monthlyfiscalcalendar_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transactioncurrency_createdonbehalfby
Same as the lk_transactioncurrency_createdonbehalfby many-to-one relationship for the transactioncurrency table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transactioncurrency |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transactioncurrency_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_bulkdeleteoperation_createdonbehalfby
Same as the lk_bulkdeleteoperation_createdonbehalfby many-to-one relationship for the bulkdeleteoperation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeleteoperation |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_bulkdeleteoperation_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_plugintypestatistic
Same as the modifiedby_plugintypestatistic many-to-one relationship for the plugintypestatistic table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | plugintypestatistic |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | modifiedby_plugintypestatistic |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_actioncardbase_modifiedonbehalfby
Same as the lk_actioncardbase_modifiedonbehalfby many-to-one relationship for the actioncard table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | actioncard |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_actioncardbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recurringappointmentmaster_createdby
Same as the lk_recurringappointmentmaster_createdby many-to-one relationship for the recurringappointmentmaster table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recurringappointmentmaster |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_recurringappointmentmaster_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_DisplayStringbase_createdonbehalfby
Same as the lk_DisplayStringbase_createdonbehalfby many-to-one relationship for the displaystring table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | displaystring |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_DisplayStringbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_audit_callinguserid
Same as the lk_audit_callinguserid many-to-one relationship for the audit table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | audit |
| ReferencingAttribute | callinguserid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_audit_callinguserid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importfilebase_createdby
Same as the lk_importfilebase_createdby many-to-one relationship for the importfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importfile |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importfilebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importmap_modifiedonbehalfby
Same as the lk_importmap_modifiedonbehalfby many-to-one relationship for the importmap table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importmap |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importmap_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_expiredprocess_modifiedonbehalfby
Same as the lk_expiredprocess_modifiedonbehalfby many-to-one relationship for the expiredprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | expiredprocess |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_expiredprocess_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userqueryvisualizationbase_modifiedonbehalfby
Same as the lk_userqueryvisualizationbase_modifiedonbehalfby many-to-one relationship for the userqueryvisualization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userqueryvisualization |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userqueryvisualizationbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_semiannualfiscalcalendar_salespersonid
Same as the lk_semiannualfiscalcalendar_salespersonid many-to-one relationship for the semiannualfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | semiannualfiscalcalendar |
| ReferencingAttribute | salespersonid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_semiannualfiscalcalendar_salespersonid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_report_createdonbehalfby
Same as the lk_report_createdonbehalfby many-to-one relationship for the report table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | report |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_report_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_canceledby
Same as the lk_processsession_canceledby many-to-one relationship for the processsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | canceledby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processsession_canceledby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_SiteMap_modifiedonbehalfby
Same as the lk_SiteMap_modifiedonbehalfby many-to-one relationship for the sitemap table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sitemap |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_SiteMap_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_SyncError
Same as the SystemUser_SyncError many-to-one relationship for the syncerror table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SystemUser_SyncError |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_socialactivity_modifiedby
Same as the lk_socialactivity_modifiedby many-to-one relationship for the socialactivity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | socialactivity |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_socialactivity_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_accountbase_modifiedonbehalfby
Same as the lk_accountbase_modifiedonbehalfby many-to-one relationship for the account table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | account |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_accountbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_subjectbase_createdby
Same as the lk_subjectbase_createdby many-to-one relationship for the subject table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | subject |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_subjectbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_MobileOfflineProfile_modifiedonbehalfby
Same as the lk_MobileOfflineProfile_modifiedonbehalfby many-to-one relationship for the mobileofflineprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofile |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_MobileOfflineProfile_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_annotationbase_modifiedonbehalfby
Same as the lk_annotationbase_modifiedonbehalfby many-to-one relationship for the annotation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_annotationbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticletemplatebase_createdby
Same as the lk_kbarticletemplatebase_createdby many-to-one relationship for the kbarticletemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticletemplate |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_kbarticletemplatebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importbase_modifiedby
Same as the lk_importbase_modifiedby many-to-one relationship for the import table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | import |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_connection_role
Same as the modifiedby_connection_role many-to-one relationship for the connectionrole table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connectionrole |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | modifiedby_connection_role |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharepointdocumentlocationbase_createdonbehalfby
Same as the lk_sharepointdocumentlocationbase_createdonbehalfby many-to-one relationship for the sharepointdocumentlocation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointdocumentlocation |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharepointdocumentlocationbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_mailmergetemplatebase_modifiedby
Same as the lk_mailmergetemplatebase_modifiedby many-to-one relationship for the mailmergetemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailmergetemplate |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_mailmergetemplatebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userquery_createdonbehalfby
Same as the lk_userquery_createdonbehalfby many-to-one relationship for the userquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userquery |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userquery_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transactioncurrencybase_createdby
Same as the lk_transactioncurrencybase_createdby many-to-one relationship for the transactioncurrency table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transactioncurrency |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transactioncurrencybase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_queue_createdonbehalfby
Same as the lk_queue_createdonbehalfby many-to-one relationship for the queue table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | queue |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_queue_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_MobileOfflineProfile_createdby
Same as the lk_MobileOfflineProfile_createdby many-to-one relationship for the mobileofflineprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofile |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_MobileOfflineProfile_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_serviceendpoint
Same as the modifiedby_serviceendpoint many-to-one relationship for the serviceendpoint table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceendpoint |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | modifiedby_serviceendpoint |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appointment_modifiedby
Same as the lk_appointment_modifiedby many-to-one relationship for the appointment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appointment |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appointment_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_picklistmapping_modifiedonbehalfby
Same as the lk_picklistmapping_modifiedonbehalfby many-to-one relationship for the picklistmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | picklistmapping |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_picklistmapping_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transformationmapping_createdonbehalfby
Same as the lk_transformationmapping_createdonbehalfby many-to-one relationship for the transformationmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transformationmapping |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transformationmapping_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_plugintypestatisticbase_createdonbehalfby
Same as the lk_plugintypestatisticbase_createdonbehalfby many-to-one relationship for the plugintypestatistic table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | plugintypestatistic |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_plugintypestatisticbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticletemplate_createdonbehalfby
Same as the lk_kbarticletemplate_createdonbehalfby many-to-one relationship for the kbarticletemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticletemplate |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_kbarticletemplate_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
ImportFile_SystemUser
Same as the ImportFile_SystemUser many-to-one relationship for the importfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importfile |
| ReferencingAttribute | recordsownerid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | ImportFile_SystemUser |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importmapbase_modifiedby
Same as the lk_importmapbase_modifiedby many-to-one relationship for the importmap table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importmap |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importmapbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userform_createdby
Same as the lk_userform_createdby many-to-one relationship for the userform table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userform |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userform_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_expiredprocess_createdby
Same as the lk_expiredprocess_createdby many-to-one relationship for the expiredprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | expiredprocess |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_expiredprocess_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userqueryvisualization_createdby
Same as the lk_userqueryvisualization_createdby many-to-one relationship for the userqueryvisualization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userqueryvisualization |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userqueryvisualization_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_ACIViewMapper_modifiedby
Same as the lk_ACIViewMapper_modifiedby many-to-one relationship for the aciviewmapper table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | aciviewmapper |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_ACIViewMapper_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_slabase
Same as the user_slabase many-to-one relationship for the sla table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sla |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_slabase |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_annotationbase_createdby
Same as the lk_annotationbase_createdby many-to-one relationship for the annotation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_annotationbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
webresource_createdby
Same as the webresource_createdby many-to-one relationship for the webresource table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | webresource |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | webresource_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userqueryvisualizationbase_createdonbehalfby
Same as the lk_userqueryvisualizationbase_createdonbehalfby many-to-one relationship for the userqueryvisualization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userqueryvisualization |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userqueryvisualizationbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_usersettings_modifiedonbehalfby
Same as the lk_usersettings_modifiedonbehalfby many-to-one relationship for the usersettings table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | usersettings |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_usersettings_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_parent_user
Same as the user_parent_user many-to-one relationship for the systemuser table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | systemuser |
| ReferencingAttribute | parentsystemuserid |
| IsHierarchical | True |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_parent_user |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfiginstance_createdby
Same as the lk_appconfiginstance_createdby many-to-one relationship for the appconfiginstance table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfiginstance |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfiginstance_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_annualfiscalcalendar_createdonbehalfby
Same as the lk_annualfiscalcalendar_createdonbehalfby many-to-one relationship for the annualfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | annualfiscalcalendar |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_annualfiscalcalendar_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userformbase_createdonbehalfby
Same as the lk_userformbase_createdonbehalfby many-to-one relationship for the userform table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userform |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userformbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fieldsecurityprofile_createdby
Same as the lk_fieldsecurityprofile_createdby many-to-one relationship for the fieldsecurityprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fieldsecurityprofile |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_fieldsecurityprofile_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_asyncoperation_modifiedby
Same as the lk_asyncoperation_modifiedby many-to-one relationship for the asyncoperation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_asyncoperation_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_pluginassembly_createdonbehalfby
Same as the lk_pluginassembly_createdonbehalfby many-to-one relationship for the pluginassembly table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | pluginassembly |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_pluginassembly_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importentitymapping_modifiedby
Same as the lk_importentitymapping_modifiedby many-to-one relationship for the importentitymapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importentitymapping |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importentitymapping_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sdkmessageprocessingstep_createdonbehalfby
Same as the lk_sdkmessageprocessingstep_createdonbehalfby many-to-one relationship for the sdkmessageprocessingstep table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessageprocessingstep |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sdkmessageprocessingstep_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_activitypointer_createdonbehalfby
Same as the lk_activitypointer_createdonbehalfby many-to-one relationship for the activitypointer table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | activitypointer |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_activitypointer_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_contact_modifiedonbehalfby
Same as the lk_contact_modifiedonbehalfby many-to-one relationship for the contact table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | contact |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_contact_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_savedqueryvisualizationbase_modifiedonbehalfby
Same as the lk_savedqueryvisualizationbase_modifiedonbehalfby many-to-one relationship for the savedqueryvisualization table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | savedqueryvisualization |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_savedqueryvisualizationbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_accountbase_createdonbehalfby
Same as the lk_accountbase_createdonbehalfby many-to-one relationship for the account table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | account |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_accountbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
modifiedby_sdkmessagefilter
Same as the modifiedby_sdkmessagefilter many-to-one relationship for the sdkmessagefilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessagefilter |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | modifiedby_sdkmessagefilter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
system_user_email_templates
Same as the system_user_email_templates many-to-one relationship for the template table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | template |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | system_user_email_templates |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_ownermapping_modifiedonbehalfby
Same as the lk_ownermapping_modifiedonbehalfby many-to-one relationship for the ownermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | ownermapping |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_ownermapping_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_systemuser_modifiedonbehalfby
Same as the lk_systemuser_modifiedonbehalfby many-to-one relationship for the systemuser table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | systemuser |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_systemuser_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_annualfiscalcalendar_createdby
Same as the lk_annualfiscalcalendar_createdby many-to-one relationship for the annualfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | annualfiscalcalendar |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_annualfiscalcalendar_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_email_createdonbehalfby
Same as the lk_email_createdonbehalfby many-to-one relationship for the email table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_email_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_recurringappointmentmaster_modifiedonbehalfby
Same as the lk_recurringappointmentmaster_modifiedonbehalfby many-to-one relationship for the recurringappointmentmaster table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | recurringappointmentmaster |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_recurringappointmentmaster_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonelocalizedname_createdby
Same as the lk_timezonelocalizedname_createdby many-to-one relationship for the timezonelocalizedname table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonelocalizedname |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonelocalizedname_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_bulkdeleteoperationbase_modifiedby
Same as the lk_bulkdeleteoperationbase_modifiedby many-to-one relationship for the bulkdeleteoperation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeleteoperation |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_bulkdeleteoperationbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharepointsitebase_modifiedonbehalfby
Same as the lk_sharepointsitebase_modifiedonbehalfby many-to-one relationship for the sharepointsite table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointsite |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharepointsitebase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_ownermapping_modifiedby
Same as the lk_ownermapping_modifiedby many-to-one relationship for the ownermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | ownermapping |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_ownermapping_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharepointsitebase_createdby
Same as the lk_sharepointsitebase_createdby many-to-one relationship for the sharepointsite table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointsite |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharepointsitebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_actioncardbase_modifiedby
Same as the lk_actioncardbase_modifiedby many-to-one relationship for the actioncard table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | actioncard |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_actioncardbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_webresourcebase_createdonbehalfby
Same as the lk_webresourcebase_createdonbehalfby many-to-one relationship for the webresource table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | webresource |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_webresourcebase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connectionrolebase_modifiedonbehalfby
Same as the lk_connectionrolebase_modifiedonbehalfby many-to-one relationship for the connectionrole table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connectionrole |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_connectionrolebase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonelocalizedname_modifiedonbehalfby
Same as the lk_timezonelocalizedname_modifiedonbehalfby many-to-one relationship for the timezonelocalizedname table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonelocalizedname |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonelocalizedname_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_transformationmapping_modifiedonbehalfby
Same as the lk_transformationmapping_modifiedonbehalfby many-to-one relationship for the transformationmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | transformationmapping |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_transformationmapping_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_documenttemplatebase_modifiedonbehalfby
Same as the lk_documenttemplatebase_modifiedonbehalfby many-to-one relationship for the documenttemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | documenttemplate |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_documenttemplatebase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_phonecall
Same as the user_phonecall many-to-one relationship for the phonecall table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | phonecall |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_phonecall |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_serviceendpointbase_modifiedonbehalfby
Same as the lk_serviceendpointbase_modifiedonbehalfby many-to-one relationship for the serviceendpoint table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceendpoint |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_serviceendpointbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_slabase_createdonbehalfby
Same as the lk_slabase_createdonbehalfby many-to-one relationship for the sla table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sla |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_slabase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importjobbase_modifiedby
Same as the lk_importjobbase_modifiedby many-to-one relationship for the importjob table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importjob |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importjobbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_MobileOfflineProfileItemAssociation_createdby
Same as the lk_MobileOfflineProfileItemAssociation_createdby many-to-one relationship for the mobileofflineprofileitemassociation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mobileofflineprofileitemassociation |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_MobileOfflineProfileItemAssociation_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processtriggerbase_createdby
Same as the lk_processtriggerbase_createdby many-to-one relationship for the processtrigger table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processtrigger |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_processtriggerbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonedefinition_createdonbehalfby
Same as the lk_timezonedefinition_createdonbehalfby many-to-one relationship for the timezonedefinition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonedefinition |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonedefinition_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticlecomment_modifiedonbehalfby
Same as the lk_kbarticlecomment_modifiedonbehalfby many-to-one relationship for the kbarticlecomment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticlecomment |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_kbarticlecomment_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_timezonelocalizedname_createdonbehalfby
Same as the lk_timezonelocalizedname_createdonbehalfby many-to-one relationship for the timezonelocalizedname table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | timezonelocalizedname |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_timezonelocalizedname_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_systemuserbase_createdby
Same as the lk_systemuserbase_createdby many-to-one relationship for the systemuser table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | systemuser |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_systemuserbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
systemuser_principalobjectattributeaccess
Same as the systemuser_principalobjectattributeaccess many-to-one relationship for the principalobjectattributeaccess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | systemuser_principalobjectattributeaccess |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
system_user_asyncoperation
Same as the system_user_asyncoperation many-to-one relationship for the asyncoperation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | system_user_asyncoperation |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_plugintracelogbase_createdonbehalfby
Same as the lk_plugintracelogbase_createdonbehalfby many-to-one relationship for the plugintracelog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | plugintracelog |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_plugintracelogbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_teamtemplate_createdby
Same as the lk_teamtemplate_createdby many-to-one relationship for the teamtemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | teamtemplate |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_teamtemplate_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_annotationbase_createdonbehalfby
Same as the lk_annotationbase_createdonbehalfby many-to-one relationship for the annotation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_annotationbase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fieldsecurityprofile_modifiedonbehalfby
Same as the lk_fieldsecurityprofile_modifiedonbehalfby many-to-one relationship for the fieldsecurityprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fieldsecurityprofile |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_fieldsecurityprofile_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appmodulecomponent_modifiedonbehalfby
Same as the lk_appmodulecomponent_modifiedonbehalfby many-to-one relationship for the appmodulecomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appmodulecomponent |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_appmodulecomponent_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_semiannualfiscalcalendar_createdonbehalfby
Same as the lk_semiannualfiscalcalendar_createdonbehalfby many-to-one relationship for the semiannualfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | semiannualfiscalcalendar |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_semiannualfiscalcalendar_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userquery_modifiedonbehalfby
Same as the lk_userquery_modifiedonbehalfby many-to-one relationship for the userquery table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userquery |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_userquery_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunitnewsarticlebase_createdby
Same as the lk_businessunitnewsarticlebase_createdby many-to-one relationship for the businessunitnewsarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | businessunitnewsarticle |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_businessunitnewsarticlebase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
systemuser_connections2
Same as the systemuser_connections2 many-to-one relationship for the connection table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record2id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_connections2 |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_task_createdonbehalfby
Same as the lk_task_createdonbehalfby many-to-one relationship for the task table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | task |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_task_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_contactbase_modifiedby
Same as the lk_contactbase_modifiedby many-to-one relationship for the contact table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | contact |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_contactbase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_letter_createdonbehalfby
Same as the lk_letter_createdonbehalfby many-to-one relationship for the letter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | letter |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_letter_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customcontrolresource_createdby
Same as the lk_customcontrolresource_createdby many-to-one relationship for the customcontrolresource table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customcontrolresource |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customcontrolresource_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_socialactivitybase_modifiedonbehalfby
Same as the lk_socialactivitybase_modifiedonbehalfby many-to-one relationship for the socialactivity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | socialactivity |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_socialactivitybase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_socialactivitybase_createdonbehalfby
Same as the lk_socialactivitybase_createdonbehalfby many-to-one relationship for the socialactivity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | socialactivity |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_socialactivitybase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_importfilebase_modifiedonbehalfby
Same as the lk_importfilebase_modifiedonbehalfby many-to-one relationship for the importfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | importfile |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_importfilebase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_fieldsecurityprofile_modifiedby
Same as the lk_fieldsecurityprofile_modifiedby many-to-one relationship for the fieldsecurityprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | fieldsecurityprofile |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_fieldsecurityprofile_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_newprocess_createdonbehalfby
Same as the lk_newprocess_createdonbehalfby many-to-one relationship for the newprocess table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | newprocess |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_newprocess_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appconfig_createdby
Same as the lk_appconfig_createdby many-to-one relationship for the appconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appconfig |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_appconfig_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_businessunitbase_createdby
Same as the lk_businessunitbase_createdby many-to-one relationship for the businessunit table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | businessunit |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_businessunitbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_monthlyfiscalcalendar_createdonbehalfby
Same as the lk_monthlyfiscalcalendar_createdonbehalfby many-to-one relationship for the monthlyfiscalcalendar table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | monthlyfiscalcalendar |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_monthlyfiscalcalendar_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharepointdocumentlocationbase_modifiedonbehalfby
Same as the lk_sharepointdocumentlocationbase_modifiedonbehalfby many-to-one relationship for the sharepointdocumentlocation table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointdocumentlocation |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharepointdocumentlocationbase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_syncerrorbase_createdby
Same as the lk_syncerrorbase_createdby many-to-one relationship for the syncerror table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_syncerrorbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
createdby_sdkmessagefilter
Same as the createdby_sdkmessagefilter many-to-one relationship for the sdkmessagefilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sdkmessagefilter |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | createdby_sdkmessagefilter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_kbarticlebase_modifiedby
Same as the lk_kbarticlebase_modifiedby many-to-one relationship for the kbarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | kbarticle |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_kbarticlebase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_ownermapping_createdby
Same as the lk_ownermapping_createdby many-to-one relationship for the ownermapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | ownermapping |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_ownermapping_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SystemUser_SyncErrors
Same as the SystemUser_SyncErrors many-to-one relationship for the syncerror table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | SystemUser_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
lk_duplicateruleconditionbase_createdby
Same as the lk_duplicateruleconditionbase_createdby many-to-one relationship for the duplicaterulecondition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterulecondition |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_duplicateruleconditionbase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_callbackregistration_modifiedonbehalfby
Same as the lk_callbackregistration_modifiedonbehalfby many-to-one relationship for the callbackregistration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | callbackregistration |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_callbackregistration_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_callbackregistration_modifiedby
Same as the lk_callbackregistration_modifiedby many-to-one relationship for the callbackregistration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | callbackregistration |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_callbackregistration_modifiedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_callbackregistration_createdonbehalfby
Same as the lk_callbackregistration_createdonbehalfby many-to-one relationship for the callbackregistration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | callbackregistration |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_callbackregistration_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_callbackregistration_createdby
Same as the lk_callbackregistration_createdby many-to-one relationship for the callbackregistration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | callbackregistration |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_callbackregistration_createdby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentattributeconfiguration_createdby
Added by: Active Solution Solution
Same as the lk_solutioncomponentattributeconfiguration_createdby many-to-one relationship for the solutioncomponentattributeconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentattributeconfiguration |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentattributeconfiguration_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentattributeconfiguration_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_solutioncomponentattributeconfiguration_createdonbehalfby many-to-one relationship for the solutioncomponentattributeconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentattributeconfiguration |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentattributeconfiguration_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentattributeconfiguration_modifiedby
Added by: Active Solution Solution
Same as the lk_solutioncomponentattributeconfiguration_modifiedby many-to-one relationship for the solutioncomponentattributeconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentattributeconfiguration |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentattributeconfiguration_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentattributeconfiguration_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_solutioncomponentattributeconfiguration_modifiedonbehalfby many-to-one relationship for the solutioncomponentattributeconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentattributeconfiguration |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentattributeconfiguration_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentbatchconfiguration_createdby
Added by: Active Solution Solution
Same as the lk_solutioncomponentbatchconfiguration_createdby many-to-one relationship for the solutioncomponentbatchconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentbatchconfiguration |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentbatchconfiguration_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentbatchconfiguration_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_solutioncomponentbatchconfiguration_createdonbehalfby many-to-one relationship for the solutioncomponentbatchconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentbatchconfiguration |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentbatchconfiguration_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentbatchconfiguration_modifiedby
Added by: Active Solution Solution
Same as the lk_solutioncomponentbatchconfiguration_modifiedby many-to-one relationship for the solutioncomponentbatchconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentbatchconfiguration |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentbatchconfiguration_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentbatchconfiguration_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_solutioncomponentbatchconfiguration_modifiedonbehalfby many-to-one relationship for the solutioncomponentbatchconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentbatchconfiguration |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentbatchconfiguration_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_solutioncomponentbatchconfiguration
Added by: Active Solution Solution
Same as the user_solutioncomponentbatchconfiguration many-to-one relationship for the solutioncomponentbatchconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentbatchconfiguration |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_solutioncomponentbatchconfiguration |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentconfiguration_createdby
Added by: Active Solution Solution
Same as the lk_solutioncomponentconfiguration_createdby many-to-one relationship for the solutioncomponentconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentconfiguration |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentconfiguration_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentconfiguration_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_solutioncomponentconfiguration_createdonbehalfby many-to-one relationship for the solutioncomponentconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentconfiguration |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentconfiguration_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentconfiguration_modifiedby
Added by: Active Solution Solution
Same as the lk_solutioncomponentconfiguration_modifiedby many-to-one relationship for the solutioncomponentconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentconfiguration |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentconfiguration_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentconfiguration_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_solutioncomponentconfiguration_modifiedonbehalfby many-to-one relationship for the solutioncomponentconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentconfiguration |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentconfiguration_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentrelationshipconfiguration_createdby
Added by: Active Solution Solution
Same as the lk_solutioncomponentrelationshipconfiguration_createdby many-to-one relationship for the solutioncomponentrelationshipconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentrelationshipconfiguration |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentrelationshipconfiguration_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentrelationshipconfiguration_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_solutioncomponentrelationshipconfiguration_createdonbehalfby many-to-one relationship for the solutioncomponentrelationshipconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentrelationshipconfiguration |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentrelationshipconfiguration_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentrelationshipconfiguration_modifiedby
Added by: Active Solution Solution
Same as the lk_solutioncomponentrelationshipconfiguration_modifiedby many-to-one relationship for the solutioncomponentrelationshipconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentrelationshipconfiguration |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentrelationshipconfiguration_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_solutioncomponentrelationshipconfiguration_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_solutioncomponentrelationshipconfiguration_modifiedonbehalfby many-to-one relationship for the solutioncomponentrelationshipconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | solutioncomponentrelationshipconfiguration |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_solutioncomponentrelationshipconfiguration_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_package_createdby
Added by: Active Solution Solution
Same as the lk_package_createdby many-to-one relationship for the package table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | package |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_package_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_package_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_package_createdonbehalfby many-to-one relationship for the package table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | package |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_package_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_package_modifiedby
Added by: Active Solution Solution
Same as the lk_package_modifiedby many-to-one relationship for the package table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | package |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_package_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_package_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_package_modifiedonbehalfby many-to-one relationship for the package table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | package |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_package_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_stagesolutionupload_createdby
Added by: Active Solution Solution
Same as the lk_stagesolutionupload_createdby many-to-one relationship for the stagesolutionupload table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | stagesolutionupload |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_stagesolutionupload_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_stagesolutionupload_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_stagesolutionupload_createdonbehalfby many-to-one relationship for the stagesolutionupload table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | stagesolutionupload |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_stagesolutionupload_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_stagesolutionupload_modifiedby
Added by: Active Solution Solution
Same as the lk_stagesolutionupload_modifiedby many-to-one relationship for the stagesolutionupload table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | stagesolutionupload |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_stagesolutionupload_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_stagesolutionupload_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_stagesolutionupload_modifiedonbehalfby many-to-one relationship for the stagesolutionupload table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | stagesolutionupload |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_stagesolutionupload_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_stagesolutionupload
Added by: Active Solution Solution
Same as the user_stagesolutionupload many-to-one relationship for the stagesolutionupload table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | stagesolutionupload |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_stagesolutionupload |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_exportsolutionupload_createdby
Added by: Active Solution Solution
Same as the lk_exportsolutionupload_createdby many-to-one relationship for the exportsolutionupload table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | exportsolutionupload |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_exportsolutionupload_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_exportsolutionupload_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_exportsolutionupload_createdonbehalfby many-to-one relationship for the exportsolutionupload table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | exportsolutionupload |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_exportsolutionupload_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_exportsolutionupload_modifiedby
Added by: Active Solution Solution
Same as the lk_exportsolutionupload_modifiedby many-to-one relationship for the exportsolutionupload table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | exportsolutionupload |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_exportsolutionupload_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_exportsolutionupload_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_exportsolutionupload_modifiedonbehalfby many-to-one relationship for the exportsolutionupload table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | exportsolutionupload |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_exportsolutionupload_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_exportsolutionupload
Added by: Active Solution Solution
Same as the user_exportsolutionupload many-to-one relationship for the exportsolutionupload table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | exportsolutionupload |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_exportsolutionupload |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_featurecontrolsetting_createdby
Added by: Active Solution Solution
Same as the lk_featurecontrolsetting_createdby many-to-one relationship for the featurecontrolsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | featurecontrolsetting |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_featurecontrolsetting_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_featurecontrolsetting_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_featurecontrolsetting_createdonbehalfby many-to-one relationship for the featurecontrolsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | featurecontrolsetting |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_featurecontrolsetting_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_featurecontrolsetting_modifiedby
Added by: Active Solution Solution
Same as the lk_featurecontrolsetting_modifiedby many-to-one relationship for the featurecontrolsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | featurecontrolsetting |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_featurecontrolsetting_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_featurecontrolsetting_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_featurecontrolsetting_modifiedonbehalfby many-to-one relationship for the featurecontrolsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | featurecontrolsetting |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_featurecontrolsetting_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_featurecontrolsetting
Added by: Active Solution Solution
Same as the user_featurecontrolsetting many-to-one relationship for the featurecontrolsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | featurecontrolsetting |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_featurecontrolsetting |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_catalog_createdby
Added by: Active Solution Solution
Same as the lk_catalog_createdby many-to-one relationship for the catalog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | catalog |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_catalog_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_catalog_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_catalog_createdonbehalfby many-to-one relationship for the catalog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | catalog |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_catalog_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_catalog_modifiedby
Added by: Active Solution Solution
Same as the lk_catalog_modifiedby many-to-one relationship for the catalog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | catalog |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_catalog_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_catalog_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_catalog_modifiedonbehalfby many-to-one relationship for the catalog table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | catalog |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_catalog_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_catalogassignment_createdby
Added by: Active Solution Solution
Same as the lk_catalogassignment_createdby many-to-one relationship for the catalogassignment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | catalogassignment |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_catalogassignment_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_catalogassignment_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_catalogassignment_createdonbehalfby many-to-one relationship for the catalogassignment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | catalogassignment |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_catalogassignment_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_catalogassignment_modifiedby
Added by: Active Solution Solution
Same as the lk_catalogassignment_modifiedby many-to-one relationship for the catalogassignment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | catalogassignment |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_catalogassignment_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_catalogassignment_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_catalogassignment_modifiedonbehalfby many-to-one relationship for the catalogassignment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | catalogassignment |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_catalogassignment_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapi_createdby
Added by: Active Solution Solution
Same as the lk_customapi_createdby many-to-one relationship for the customapi table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapi |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customapi_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapi_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_customapi_createdonbehalfby many-to-one relationship for the customapi table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapi |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_customapi_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapi_modifiedby
Added by: Active Solution Solution
Same as the lk_customapi_modifiedby many-to-one relationship for the customapi table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapi |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customapi_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapi_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_customapi_modifiedonbehalfby many-to-one relationship for the customapi table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapi |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_customapi_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_customapi
Added by: Active Solution Solution
Same as the user_customapi many-to-one relationship for the customapi table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapi |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_customapi |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapirequestparameter_createdby
Added by: Active Solution Solution
Same as the lk_customapirequestparameter_createdby many-to-one relationship for the customapirequestparameter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapirequestparameter |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customapirequestparameter_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapirequestparameter_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_customapirequestparameter_createdonbehalfby many-to-one relationship for the customapirequestparameter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapirequestparameter |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_customapirequestparameter_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapirequestparameter_modifiedby
Added by: Active Solution Solution
Same as the lk_customapirequestparameter_modifiedby many-to-one relationship for the customapirequestparameter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapirequestparameter |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customapirequestparameter_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapirequestparameter_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_customapirequestparameter_modifiedonbehalfby many-to-one relationship for the customapirequestparameter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapirequestparameter |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_customapirequestparameter_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_customapirequestparameter
Added by: Active Solution Solution
Same as the user_customapirequestparameter many-to-one relationship for the customapirequestparameter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapirequestparameter |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_customapirequestparameter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapiresponseproperty_createdby
Added by: Active Solution Solution
Same as the lk_customapiresponseproperty_createdby many-to-one relationship for the customapiresponseproperty table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapiresponseproperty |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customapiresponseproperty_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapiresponseproperty_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_customapiresponseproperty_createdonbehalfby many-to-one relationship for the customapiresponseproperty table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapiresponseproperty |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_customapiresponseproperty_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapiresponseproperty_modifiedby
Added by: Active Solution Solution
Same as the lk_customapiresponseproperty_modifiedby many-to-one relationship for the customapiresponseproperty table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapiresponseproperty |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_customapiresponseproperty_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_customapiresponseproperty_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_customapiresponseproperty_modifiedonbehalfby many-to-one relationship for the customapiresponseproperty table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapiresponseproperty |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_customapiresponseproperty_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_customapiresponseproperty
Added by: Active Solution Solution
Same as the user_customapiresponseproperty many-to-one relationship for the customapiresponseproperty table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | customapiresponseproperty |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_customapiresponseproperty |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedobject_createdby
Added by: Active Solution Solution
Same as the lk_sharedobject_createdby many-to-one relationship for the sharedobject table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedobject |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sharedobject_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedobject_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_sharedobject_createdonbehalfby many-to-one relationship for the sharedobject table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedobject |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharedobject_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedobject_modifiedby
Added by: Active Solution Solution
Same as the lk_sharedobject_modifiedby many-to-one relationship for the sharedobject table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedobject |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sharedobject_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedobject_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_sharedobject_modifiedonbehalfby many-to-one relationship for the sharedobject table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedobject |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharedobject_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedworkspace_createdby
Added by: Active Solution Solution
Same as the lk_sharedworkspace_createdby many-to-one relationship for the sharedworkspace table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedworkspace |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sharedworkspace_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedworkspace_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_sharedworkspace_createdonbehalfby many-to-one relationship for the sharedworkspace table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedworkspace |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharedworkspace_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedworkspace_modifiedby
Added by: Active Solution Solution
Same as the lk_sharedworkspace_modifiedby many-to-one relationship for the sharedworkspace table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedworkspace |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_sharedworkspace_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedworkspace_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_sharedworkspace_modifiedonbehalfby many-to-one relationship for the sharedworkspace table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedworkspace |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharedworkspace_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakefolder_createdby
Added by: Active Solution Solution
Same as the lk_datalakefolder_createdby many-to-one relationship for the datalakefolder table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolder |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakefolder_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakefolder_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_datalakefolder_createdonbehalfby many-to-one relationship for the datalakefolder table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolder |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakefolder_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakefolder_modifiedby
Added by: Active Solution Solution
Same as the lk_datalakefolder_modifiedby many-to-one relationship for the datalakefolder table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolder |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakefolder_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakefolder_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_datalakefolder_modifiedonbehalfby many-to-one relationship for the datalakefolder table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolder |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakefolder_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_datalakefolder
Added by: Active Solution Solution
Same as the user_datalakefolder many-to-one relationship for the datalakefolder table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolder |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_datalakefolder |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakefolderpermission_createdby
Added by: Active Solution Solution
Same as the lk_datalakefolderpermission_createdby many-to-one relationship for the datalakefolderpermission table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolderpermission |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakefolderpermission_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakefolderpermission_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_datalakefolderpermission_createdonbehalfby many-to-one relationship for the datalakefolderpermission table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolderpermission |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakefolderpermission_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakefolderpermission_modifiedby
Added by: Active Solution Solution
Same as the lk_datalakefolderpermission_modifiedby many-to-one relationship for the datalakefolderpermission table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolderpermission |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakefolderpermission_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakefolderpermission_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_datalakefolderpermission_modifiedonbehalfby many-to-one relationship for the datalakefolderpermission table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolderpermission |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakefolderpermission_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_datalakefolderpermission
Added by: Active Solution Solution
Same as the user_datalakefolderpermission many-to-one relationship for the datalakefolderpermission table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakefolderpermission |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_datalakefolderpermission |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakeworkspace_createdby
Added by: Active Solution Solution
Same as the lk_datalakeworkspace_createdby many-to-one relationship for the datalakeworkspace table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakeworkspace |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakeworkspace_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakeworkspace_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_datalakeworkspace_createdonbehalfby many-to-one relationship for the datalakeworkspace table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakeworkspace |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakeworkspace_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakeworkspace_modifiedby
Added by: Active Solution Solution
Same as the lk_datalakeworkspace_modifiedby many-to-one relationship for the datalakeworkspace table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakeworkspace |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakeworkspace_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakeworkspace_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_datalakeworkspace_modifiedonbehalfby many-to-one relationship for the datalakeworkspace table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakeworkspace |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakeworkspace_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakeworkspacepermission_createdby
Added by: Active Solution Solution
Same as the lk_datalakeworkspacepermission_createdby many-to-one relationship for the datalakeworkspacepermission table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakeworkspacepermission |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakeworkspacepermission_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakeworkspacepermission_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_datalakeworkspacepermission_createdonbehalfby many-to-one relationship for the datalakeworkspacepermission table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakeworkspacepermission |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakeworkspacepermission_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakeworkspacepermission_modifiedby
Added by: Active Solution Solution
Same as the lk_datalakeworkspacepermission_modifiedby many-to-one relationship for the datalakeworkspacepermission table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakeworkspacepermission |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakeworkspacepermission_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_datalakeworkspacepermission_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_datalakeworkspacepermission_modifiedonbehalfby many-to-one relationship for the datalakeworkspacepermission table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | datalakeworkspacepermission |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_datalakeworkspacepermission_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_dataprocessingconfiguration_createdby
Added by: Active Solution Solution
Same as the lk_dataprocessingconfiguration_createdby many-to-one relationship for the dataprocessingconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | dataprocessingconfiguration |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_dataprocessingconfiguration_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_dataprocessingconfiguration_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_dataprocessingconfiguration_createdonbehalfby many-to-one relationship for the dataprocessingconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | dataprocessingconfiguration |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_dataprocessingconfiguration_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_dataprocessingconfiguration_modifiedby
Added by: Active Solution Solution
Same as the lk_dataprocessingconfiguration_modifiedby many-to-one relationship for the dataprocessingconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | dataprocessingconfiguration |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_dataprocessingconfiguration_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_dataprocessingconfiguration_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_dataprocessingconfiguration_modifiedonbehalfby many-to-one relationship for the dataprocessingconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | dataprocessingconfiguration |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_dataprocessingconfiguration_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapsedatabase_createdby
Added by: Active Solution Solution
Same as the lk_synapsedatabase_createdby many-to-one relationship for the synapsedatabase table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapsedatabase |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapsedatabase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapsedatabase_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_synapsedatabase_createdonbehalfby many-to-one relationship for the synapsedatabase table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapsedatabase |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapsedatabase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapsedatabase_modifiedby
Added by: Active Solution Solution
Same as the lk_synapsedatabase_modifiedby many-to-one relationship for the synapsedatabase table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapsedatabase |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapsedatabase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapsedatabase_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_synapsedatabase_modifiedonbehalfby many-to-one relationship for the synapsedatabase table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapsedatabase |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapsedatabase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_synapsedatabase
Added by: Active Solution Solution
Same as the user_synapsedatabase many-to-one relationship for the synapsedatabase table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapsedatabase |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_synapsedatabase |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkexternaltablestate_createdby
Added by: Active Solution Solution
Same as the lk_synapselinkexternaltablestate_createdby many-to-one relationship for the synapselinkexternaltablestate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkexternaltablestate |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_synapselinkexternaltablestate_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkexternaltablestate_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_synapselinkexternaltablestate_createdonbehalfby many-to-one relationship for the synapselinkexternaltablestate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkexternaltablestate |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapselinkexternaltablestate_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkexternaltablestate_modifiedby
Added by: Active Solution Solution
Same as the lk_synapselinkexternaltablestate_modifiedby many-to-one relationship for the synapselinkexternaltablestate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkexternaltablestate |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_synapselinkexternaltablestate_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkexternaltablestate_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_synapselinkexternaltablestate_modifiedonbehalfby many-to-one relationship for the synapselinkexternaltablestate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkexternaltablestate |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapselinkexternaltablestate_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofile_createdby
Added by: Active Solution Solution
Same as the lk_synapselinkprofile_createdby many-to-one relationship for the synapselinkprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofile |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofile_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofile_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_synapselinkprofile_createdonbehalfby many-to-one relationship for the synapselinkprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofile |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofile_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofile_modifiedby
Added by: Active Solution Solution
Same as the lk_synapselinkprofile_modifiedby many-to-one relationship for the synapselinkprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofile |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofile_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofile_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_synapselinkprofile_modifiedonbehalfby many-to-one relationship for the synapselinkprofile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofile |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofile_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofileentity_createdby
Added by: Active Solution Solution
Same as the lk_synapselinkprofileentity_createdby many-to-one relationship for the synapselinkprofileentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofileentity |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofileentity_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofileentity_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_synapselinkprofileentity_createdonbehalfby many-to-one relationship for the synapselinkprofileentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofileentity |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofileentity_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofileentity_modifiedby
Added by: Active Solution Solution
Same as the lk_synapselinkprofileentity_modifiedby many-to-one relationship for the synapselinkprofileentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofileentity |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofileentity_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofileentity_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_synapselinkprofileentity_modifiedonbehalfby many-to-one relationship for the synapselinkprofileentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofileentity |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofileentity_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofileentitystate_createdby
Added by: Active Solution Solution
Same as the lk_synapselinkprofileentitystate_createdby many-to-one relationship for the synapselinkprofileentitystate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofileentitystate |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofileentitystate_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofileentitystate_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_synapselinkprofileentitystate_createdonbehalfby many-to-one relationship for the synapselinkprofileentitystate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofileentitystate |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofileentitystate_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofileentitystate_modifiedby
Added by: Active Solution Solution
Same as the lk_synapselinkprofileentitystate_modifiedby many-to-one relationship for the synapselinkprofileentitystate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofileentitystate |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofileentitystate_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkprofileentitystate_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_synapselinkprofileentitystate_modifiedonbehalfby many-to-one relationship for the synapselinkprofileentitystate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkprofileentitystate |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapselinkprofileentitystate_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkschedule_createdby
Added by: Active Solution Solution
Same as the lk_synapselinkschedule_createdby many-to-one relationship for the synapselinkschedule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkschedule |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_synapselinkschedule_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkschedule_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_synapselinkschedule_createdonbehalfby many-to-one relationship for the synapselinkschedule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkschedule |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapselinkschedule_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkschedule_modifiedby
Added by: Active Solution Solution
Same as the lk_synapselinkschedule_modifiedby many-to-one relationship for the synapselinkschedule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkschedule |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_synapselinkschedule_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_synapselinkschedule_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_synapselinkschedule_modifiedonbehalfby many-to-one relationship for the synapselinkschedule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | synapselinkschedule |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_synapselinkschedule_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_dataflow_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_dataflow_createdby many-to-one relationship for the msdyn_dataflow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_dataflow |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_dataflow_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_dataflow_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_dataflow_createdonbehalfby many-to-one relationship for the msdyn_dataflow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_dataflow |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_dataflow_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_dataflow_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_dataflow_modifiedby many-to-one relationship for the msdyn_dataflow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_dataflow |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_dataflow_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_dataflow_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_dataflow_modifiedonbehalfby many-to-one relationship for the msdyn_dataflow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_dataflow |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_dataflow_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_dataflow
Added by: Active Solution Solution
Same as the user_msdyn_dataflow many-to-one relationship for the msdyn_dataflow table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_dataflow |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_dataflow |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_dataflowrefreshhistory_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_dataflowrefreshhistory_createdby many-to-one relationship for the msdyn_dataflowrefreshhistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_dataflowrefreshhistory |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_dataflowrefreshhistory_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_dataflowrefreshhistory_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_dataflowrefreshhistory_createdonbehalfby many-to-one relationship for the msdyn_dataflowrefreshhistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_dataflowrefreshhistory |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_dataflowrefreshhistory_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_dataflowrefreshhistory_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_dataflowrefreshhistory_modifiedby many-to-one relationship for the msdyn_dataflowrefreshhistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_dataflowrefreshhistory |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_dataflowrefreshhistory_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_dataflowrefreshhistory_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_dataflowrefreshhistory_modifiedonbehalfby many-to-one relationship for the msdyn_dataflowrefreshhistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_dataflowrefreshhistory |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_dataflowrefreshhistory_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_dataflowrefreshhistory
Added by: Active Solution Solution
Same as the user_msdyn_dataflowrefreshhistory many-to-one relationship for the msdyn_dataflowrefreshhistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_dataflowrefreshhistory |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_dataflowrefreshhistory |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_entityrefreshhistory_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_entityrefreshhistory_createdby many-to-one relationship for the msdyn_entityrefreshhistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_entityrefreshhistory |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_entityrefreshhistory_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_entityrefreshhistory_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_entityrefreshhistory_createdonbehalfby many-to-one relationship for the msdyn_entityrefreshhistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_entityrefreshhistory |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_entityrefreshhistory_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_entityrefreshhistory_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_entityrefreshhistory_modifiedby many-to-one relationship for the msdyn_entityrefreshhistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_entityrefreshhistory |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_entityrefreshhistory_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_entityrefreshhistory_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_entityrefreshhistory_modifiedonbehalfby many-to-one relationship for the msdyn_entityrefreshhistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_entityrefreshhistory |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_entityrefreshhistory_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_entityrefreshhistory
Added by: Active Solution Solution
Same as the user_msdyn_entityrefreshhistory many-to-one relationship for the msdyn_entityrefreshhistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_entityrefreshhistory |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_entityrefreshhistory |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedlinksetting_createdby
Added by: Active Solution Solution
Same as the lk_sharedlinksetting_createdby many-to-one relationship for the sharedlinksetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedlinksetting |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharedlinksetting_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedlinksetting_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_sharedlinksetting_createdonbehalfby many-to-one relationship for the sharedlinksetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedlinksetting |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharedlinksetting_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedlinksetting_modifiedby
Added by: Active Solution Solution
Same as the lk_sharedlinksetting_modifiedby many-to-one relationship for the sharedlinksetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedlinksetting |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharedlinksetting_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_sharedlinksetting_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_sharedlinksetting_modifiedonbehalfby many-to-one relationship for the sharedlinksetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | sharedlinksetting |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_sharedlinksetting_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_settings
Same as the user_settings many-to-one relationship for the usersettings table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | usersettings |
| ReferencingAttribute | systemuserid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_settings |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_serviceplan_createdby
Added by: Active Solution Solution
Same as the lk_serviceplan_createdby many-to-one relationship for the serviceplan table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceplan |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_serviceplan_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_serviceplan_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_serviceplan_createdonbehalfby many-to-one relationship for the serviceplan table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceplan |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_serviceplan_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_serviceplan_modifiedby
Added by: Active Solution Solution
Same as the lk_serviceplan_modifiedby many-to-one relationship for the serviceplan table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceplan |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_serviceplan_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_serviceplan_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_serviceplan_modifiedonbehalfby many-to-one relationship for the serviceplan table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceplan |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_serviceplan_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_serviceplanmapping_createdby
Added by: Active Solution Solution
Same as the lk_serviceplanmapping_createdby many-to-one relationship for the serviceplanmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceplanmapping |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_serviceplanmapping_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_serviceplanmapping_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_serviceplanmapping_createdonbehalfby many-to-one relationship for the serviceplanmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceplanmapping |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_serviceplanmapping_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_serviceplanmapping_modifiedby
Added by: Active Solution Solution
Same as the lk_serviceplanmapping_modifiedby many-to-one relationship for the serviceplanmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceplanmapping |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_serviceplanmapping_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_serviceplanmapping_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_serviceplanmapping_modifiedonbehalfby many-to-one relationship for the serviceplanmapping table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | serviceplanmapping |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_serviceplanmapping_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_applicationuser_createdby
Added by: Active Solution Solution
Same as the lk_applicationuser_createdby many-to-one relationship for the applicationuser table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | applicationuser |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_applicationuser_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_applicationuser_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_applicationuser_createdonbehalfby many-to-one relationship for the applicationuser table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | applicationuser |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_applicationuser_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_applicationuser_modifiedby
Added by: Active Solution Solution
Same as the lk_applicationuser_modifiedby many-to-one relationship for the applicationuser table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | applicationuser |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_applicationuser_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_applicationuser_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_applicationuser_modifiedonbehalfby many-to-one relationship for the applicationuser table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | applicationuser |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_applicationuser_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connector_createdby
Added by: Active Solution Solution
Same as the lk_connector_createdby many-to-one relationship for the connector table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connector |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_connector_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connector_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_connector_createdonbehalfby many-to-one relationship for the connector table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connector |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_connector_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connector_modifiedby
Added by: Active Solution Solution
Same as the lk_connector_modifiedby many-to-one relationship for the connector table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connector |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_connector_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connector_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_connector_modifiedonbehalfby many-to-one relationship for the connector table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connector |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_connector_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_connector
Added by: Active Solution Solution
Same as the user_connector many-to-one relationship for the connector table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connector |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_connector |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_environmentvariabledefinition_createdby
Added by: Active Solution Solution
Same as the lk_environmentvariabledefinition_createdby many-to-one relationship for the environmentvariabledefinition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariabledefinition |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_environmentvariabledefinition_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_environmentvariabledefinition_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_environmentvariabledefinition_createdonbehalfby many-to-one relationship for the environmentvariabledefinition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariabledefinition |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_environmentvariabledefinition_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_environmentvariabledefinition_modifiedby
Added by: Active Solution Solution
Same as the lk_environmentvariabledefinition_modifiedby many-to-one relationship for the environmentvariabledefinition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariabledefinition |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_environmentvariabledefinition_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_environmentvariabledefinition_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_environmentvariabledefinition_modifiedonbehalfby many-to-one relationship for the environmentvariabledefinition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariabledefinition |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_environmentvariabledefinition_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_environmentvariabledefinition
Added by: Active Solution Solution
Same as the user_environmentvariabledefinition many-to-one relationship for the environmentvariabledefinition table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariabledefinition |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_environmentvariabledefinition |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_environmentvariablevalue_createdby
Added by: Active Solution Solution
Same as the lk_environmentvariablevalue_createdby many-to-one relationship for the environmentvariablevalue table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariablevalue |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_environmentvariablevalue_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_environmentvariablevalue_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_environmentvariablevalue_createdonbehalfby many-to-one relationship for the environmentvariablevalue table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariablevalue |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_environmentvariablevalue_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_environmentvariablevalue_modifiedby
Added by: Active Solution Solution
Same as the lk_environmentvariablevalue_modifiedby many-to-one relationship for the environmentvariablevalue table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariablevalue |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_environmentvariablevalue_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_environmentvariablevalue_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_environmentvariablevalue_modifiedonbehalfby many-to-one relationship for the environmentvariablevalue table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariablevalue |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_environmentvariablevalue_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_environmentvariablevalue
Added by: Active Solution Solution
Same as the user_environmentvariablevalue many-to-one relationship for the environmentvariablevalue table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | environmentvariablevalue |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_environmentvariablevalue |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachine_createdby
Added by: Active Solution Solution
Same as the lk_flowmachine_createdby many-to-one relationship for the flowmachine table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachine |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_flowmachine_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachine_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_flowmachine_createdonbehalfby many-to-one relationship for the flowmachine table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachine |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachine_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachine_modifiedby
Added by: Active Solution Solution
Same as the lk_flowmachine_modifiedby many-to-one relationship for the flowmachine table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachine |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_flowmachine_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachine_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_flowmachine_modifiedonbehalfby many-to-one relationship for the flowmachine table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachine |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachine_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_flowmachine
Added by: Active Solution Solution
Same as the user_flowmachine many-to-one relationship for the flowmachine table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachine |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_flowmachine |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachinegroup_createdby
Added by: Active Solution Solution
Same as the lk_flowmachinegroup_createdby many-to-one relationship for the flowmachinegroup table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachinegroup |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_flowmachinegroup_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachinegroup_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_flowmachinegroup_createdonbehalfby many-to-one relationship for the flowmachinegroup table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachinegroup |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachinegroup_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachinegroup_modifiedby
Added by: Active Solution Solution
Same as the lk_flowmachinegroup_modifiedby many-to-one relationship for the flowmachinegroup table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachinegroup |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_flowmachinegroup_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachinegroup_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_flowmachinegroup_modifiedonbehalfby many-to-one relationship for the flowmachinegroup table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachinegroup |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachinegroup_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_flowmachinegroup
Added by: Active Solution Solution
Same as the user_flowmachinegroup many-to-one relationship for the flowmachinegroup table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachinegroup |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_flowmachinegroup |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachineimage_createdby
Added by: Active Solution Solution
Same as the lk_flowmachineimage_createdby many-to-one relationship for the flowmachineimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachineimage |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachineimage_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachineimage_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_flowmachineimage_createdonbehalfby many-to-one relationship for the flowmachineimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachineimage |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachineimage_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachineimage_modifiedby
Added by: Active Solution Solution
Same as the lk_flowmachineimage_modifiedby many-to-one relationship for the flowmachineimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachineimage |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachineimage_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachineimage_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_flowmachineimage_modifiedonbehalfby many-to-one relationship for the flowmachineimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachineimage |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachineimage_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_flowmachineimage
Added by: Active Solution Solution
Same as the user_flowmachineimage many-to-one relationship for the flowmachineimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachineimage |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_flowmachineimage |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachineimageversion_createdby
Added by: Active Solution Solution
Same as the lk_flowmachineimageversion_createdby many-to-one relationship for the flowmachineimageversion table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachineimageversion |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachineimageversion_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachineimageversion_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_flowmachineimageversion_createdonbehalfby many-to-one relationship for the flowmachineimageversion table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachineimageversion |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachineimageversion_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachineimageversion_modifiedby
Added by: Active Solution Solution
Same as the lk_flowmachineimageversion_modifiedby many-to-one relationship for the flowmachineimageversion table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachineimageversion |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachineimageversion_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowmachineimageversion_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_flowmachineimageversion_modifiedonbehalfby many-to-one relationship for the flowmachineimageversion table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachineimageversion |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowmachineimageversion_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_flowmachineimageversion
Added by: Active Solution Solution
Same as the user_flowmachineimageversion many-to-one relationship for the flowmachineimageversion table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowmachineimageversion |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_flowmachineimageversion |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processstageparameter_createdby
Added by: Active Solution Solution
Same as the lk_processstageparameter_createdby many-to-one relationship for the processstageparameter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processstageparameter |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_processstageparameter_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processstageparameter_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_processstageparameter_createdonbehalfby many-to-one relationship for the processstageparameter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processstageparameter |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_processstageparameter_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processstageparameter_modifiedby
Added by: Active Solution Solution
Same as the lk_processstageparameter_modifiedby many-to-one relationship for the processstageparameter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processstageparameter |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_processstageparameter_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processstageparameter_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_processstageparameter_modifiedonbehalfby many-to-one relationship for the processstageparameter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processstageparameter |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_processstageparameter_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_processstageparameter
Added by: Active Solution Solution
Same as the user_processstageparameter many-to-one relationship for the processstageparameter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | processstageparameter |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_processstageparameter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowsession_createdby
Added by: Active Solution Solution
Same as the lk_flowsession_createdby many-to-one relationship for the flowsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowsession |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_flowsession_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowsession_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_flowsession_createdonbehalfby many-to-one relationship for the flowsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowsession |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowsession_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowsession_modifiedby
Added by: Active Solution Solution
Same as the lk_flowsession_modifiedby many-to-one relationship for the flowsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowsession |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_flowsession_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_flowsession_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_flowsession_modifiedonbehalfby many-to-one relationship for the flowsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowsession |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_flowsession_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_flowsession
Added by: Active Solution Solution
Same as the user_flowsession many-to-one relationship for the flowsession table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | flowsession |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_flowsession |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowbinary_createdby
Added by: Active Solution Solution
Same as the lk_workflowbinary_createdby many-to-one relationship for the workflowbinary table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflowbinary |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_workflowbinary_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowbinary_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_workflowbinary_createdonbehalfby many-to-one relationship for the workflowbinary table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflowbinary |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_workflowbinary_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowbinary_modifiedby
Added by: Active Solution Solution
Same as the lk_workflowbinary_modifiedby many-to-one relationship for the workflowbinary table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflowbinary |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_workflowbinary_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_workflowbinary_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_workflowbinary_modifiedonbehalfby many-to-one relationship for the workflowbinary table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflowbinary |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_workflowbinary_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_workflowbinary
Added by: Active Solution Solution
Same as the user_workflowbinary many-to-one relationship for the workflowbinary table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | workflowbinary |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_workflowbinary |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connectionreference_createdby
Added by: Active Solution Solution
Same as the lk_connectionreference_createdby many-to-one relationship for the connectionreference table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connectionreference |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_connectionreference_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connectionreference_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_connectionreference_createdonbehalfby many-to-one relationship for the connectionreference table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connectionreference |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_connectionreference_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connectionreference_modifiedby
Added by: Active Solution Solution
Same as the lk_connectionreference_modifiedby many-to-one relationship for the connectionreference table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connectionreference |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_connectionreference_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_connectionreference_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_connectionreference_modifiedonbehalfby many-to-one relationship for the connectionreference table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connectionreference |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_connectionreference_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_connectionreference
Added by: Active Solution Solution
Same as the user_connectionreference many-to-one relationship for the connectionreference table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | connectionreference |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_connectionreference |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiconfiguration_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aiconfiguration_createdby many-to-one relationship for the msdyn_aiconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiconfiguration |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiconfiguration_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiconfiguration_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aiconfiguration_createdonbehalfby many-to-one relationship for the msdyn_aiconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiconfiguration |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiconfiguration_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiconfiguration_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aiconfiguration_modifiedby many-to-one relationship for the msdyn_aiconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiconfiguration |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiconfiguration_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiconfiguration_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aiconfiguration_modifiedonbehalfby many-to-one relationship for the msdyn_aiconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiconfiguration |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiconfiguration_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aiconfiguration
Added by: Active Solution Solution
Same as the user_msdyn_aiconfiguration many-to-one relationship for the msdyn_aiconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiconfiguration |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aiconfiguration |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aimodel_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aimodel_createdby many-to-one relationship for the msdyn_aimodel table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aimodel |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aimodel_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aimodel_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aimodel_createdonbehalfby many-to-one relationship for the msdyn_aimodel table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aimodel |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aimodel_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aimodel_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aimodel_modifiedby many-to-one relationship for the msdyn_aimodel table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aimodel |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aimodel_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aimodel_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aimodel_modifiedonbehalfby many-to-one relationship for the msdyn_aimodel table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aimodel |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aimodel_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aimodel
Added by: Active Solution Solution
Same as the user_msdyn_aimodel many-to-one relationship for the msdyn_aimodel table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aimodel |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aimodel |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aitemplate_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aitemplate_createdby many-to-one relationship for the msdyn_aitemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aitemplate |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aitemplate_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aitemplate_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aitemplate_createdonbehalfby many-to-one relationship for the msdyn_aitemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aitemplate |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aitemplate_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aitemplate_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aitemplate_modifiedby many-to-one relationship for the msdyn_aitemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aitemplate |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aitemplate_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aitemplate_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aitemplate_modifiedonbehalfby many-to-one relationship for the msdyn_aitemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aitemplate |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aitemplate_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aitemplate
Added by: Active Solution Solution
Same as the user_msdyn_aitemplate many-to-one relationship for the msdyn_aitemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aitemplate |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aitemplate |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfeedbackloop_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfeedbackloop_createdby many-to-one relationship for the msdyn_aibfeedbackloop table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfeedbackloop |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfeedbackloop_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfeedbackloop_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfeedbackloop_createdonbehalfby many-to-one relationship for the msdyn_aibfeedbackloop table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfeedbackloop |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfeedbackloop_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfeedbackloop_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfeedbackloop_modifiedby many-to-one relationship for the msdyn_aibfeedbackloop table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfeedbackloop |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfeedbackloop_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfeedbackloop_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfeedbackloop_modifiedonbehalfby many-to-one relationship for the msdyn_aibfeedbackloop table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfeedbackloop |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfeedbackloop_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aibfeedbackloop
Added by: Active Solution Solution
Same as the user_msdyn_aibfeedbackloop many-to-one relationship for the msdyn_aibfeedbackloop table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfeedbackloop |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aibfeedbackloop |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aifptrainingdocument_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aifptrainingdocument_createdby many-to-one relationship for the msdyn_aifptrainingdocument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aifptrainingdocument |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aifptrainingdocument_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aifptrainingdocument_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aifptrainingdocument_createdonbehalfby many-to-one relationship for the msdyn_aifptrainingdocument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aifptrainingdocument |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aifptrainingdocument_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aifptrainingdocument_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aifptrainingdocument_modifiedby many-to-one relationship for the msdyn_aifptrainingdocument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aifptrainingdocument |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aifptrainingdocument_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aifptrainingdocument_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aifptrainingdocument_modifiedonbehalfby many-to-one relationship for the msdyn_aifptrainingdocument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aifptrainingdocument |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aifptrainingdocument_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aifptrainingdocument
Added by: Active Solution Solution
Same as the user_msdyn_aifptrainingdocument many-to-one relationship for the msdyn_aifptrainingdocument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aifptrainingdocument |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aifptrainingdocument |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodimage_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodimage_createdby many-to-one relationship for the msdyn_aiodimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodimage |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodimage_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodimage_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodimage_createdonbehalfby many-to-one relationship for the msdyn_aiodimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodimage |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodimage_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodimage_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodimage_modifiedby many-to-one relationship for the msdyn_aiodimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodimage |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodimage_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodimage_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodimage_modifiedonbehalfby many-to-one relationship for the msdyn_aiodimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodimage |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodimage_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aiodimage
Added by: Active Solution Solution
Same as the user_msdyn_aiodimage many-to-one relationship for the msdyn_aiodimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodimage |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aiodimage |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodlabel_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodlabel_createdby many-to-one relationship for the msdyn_aiodlabel table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodlabel |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodlabel_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodlabel_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodlabel_createdonbehalfby many-to-one relationship for the msdyn_aiodlabel table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodlabel |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodlabel_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodlabel_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodlabel_modifiedby many-to-one relationship for the msdyn_aiodlabel table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodlabel |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodlabel_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodlabel_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodlabel_modifiedonbehalfby many-to-one relationship for the msdyn_aiodlabel table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodlabel |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodlabel_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aiodlabel
Added by: Active Solution Solution
Same as the user_msdyn_aiodlabel many-to-one relationship for the msdyn_aiodlabel table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodlabel |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aiodlabel |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodtrainingboundingbox_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodtrainingboundingbox_createdby many-to-one relationship for the msdyn_aiodtrainingboundingbox table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingboundingbox |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodtrainingboundingbox_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodtrainingboundingbox_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodtrainingboundingbox_createdonbehalfby many-to-one relationship for the msdyn_aiodtrainingboundingbox table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingboundingbox |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodtrainingboundingbox_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodtrainingboundingbox_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodtrainingboundingbox_modifiedby many-to-one relationship for the msdyn_aiodtrainingboundingbox table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingboundingbox |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodtrainingboundingbox_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodtrainingboundingbox_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodtrainingboundingbox_modifiedonbehalfby many-to-one relationship for the msdyn_aiodtrainingboundingbox table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingboundingbox |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodtrainingboundingbox_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aiodtrainingboundingbox
Added by: Active Solution Solution
Same as the user_msdyn_aiodtrainingboundingbox many-to-one relationship for the msdyn_aiodtrainingboundingbox table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingboundingbox |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aiodtrainingboundingbox |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodtrainingimage_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodtrainingimage_createdby many-to-one relationship for the msdyn_aiodtrainingimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingimage |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodtrainingimage_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodtrainingimage_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodtrainingimage_createdonbehalfby many-to-one relationship for the msdyn_aiodtrainingimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingimage |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodtrainingimage_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodtrainingimage_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodtrainingimage_modifiedby many-to-one relationship for the msdyn_aiodtrainingimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingimage |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodtrainingimage_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aiodtrainingimage_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aiodtrainingimage_modifiedonbehalfby many-to-one relationship for the msdyn_aiodtrainingimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingimage |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aiodtrainingimage_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aiodtrainingimage
Added by: Active Solution Solution
Same as the user_msdyn_aiodtrainingimage many-to-one relationship for the msdyn_aiodtrainingimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aiodtrainingimage |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aiodtrainingimage |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdataset_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdataset_createdby many-to-one relationship for the msdyn_aibdataset table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdataset |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdataset_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdataset_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdataset_createdonbehalfby many-to-one relationship for the msdyn_aibdataset table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdataset |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdataset_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdataset_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdataset_modifiedby many-to-one relationship for the msdyn_aibdataset table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdataset |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdataset_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdataset_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdataset_modifiedonbehalfby many-to-one relationship for the msdyn_aibdataset table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdataset |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdataset_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aibdataset
Added by: Active Solution Solution
Same as the user_msdyn_aibdataset many-to-one relationship for the msdyn_aibdataset table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdataset |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aibdataset |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetfile_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetfile_createdby many-to-one relationship for the msdyn_aibdatasetfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetfile |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetfile_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetfile_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetfile_createdonbehalfby many-to-one relationship for the msdyn_aibdatasetfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetfile |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetfile_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetfile_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetfile_modifiedby many-to-one relationship for the msdyn_aibdatasetfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetfile |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetfile_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetfile_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetfile_modifiedonbehalfby many-to-one relationship for the msdyn_aibdatasetfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetfile |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetfile_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aibdatasetfile
Added by: Active Solution Solution
Same as the user_msdyn_aibdatasetfile many-to-one relationship for the msdyn_aibdatasetfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetfile |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aibdatasetfile |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetrecord_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetrecord_createdby many-to-one relationship for the msdyn_aibdatasetrecord table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetrecord |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetrecord_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetrecord_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetrecord_createdonbehalfby many-to-one relationship for the msdyn_aibdatasetrecord table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetrecord |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetrecord_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetrecord_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetrecord_modifiedby many-to-one relationship for the msdyn_aibdatasetrecord table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetrecord |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetrecord_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetrecord_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetrecord_modifiedonbehalfby many-to-one relationship for the msdyn_aibdatasetrecord table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetrecord |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetrecord_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aibdatasetrecord
Added by: Active Solution Solution
Same as the user_msdyn_aibdatasetrecord many-to-one relationship for the msdyn_aibdatasetrecord table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetrecord |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aibdatasetrecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetscontainer_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetscontainer_createdby many-to-one relationship for the msdyn_aibdatasetscontainer table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetscontainer |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetscontainer_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetscontainer_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetscontainer_createdonbehalfby many-to-one relationship for the msdyn_aibdatasetscontainer table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetscontainer |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetscontainer_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetscontainer_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetscontainer_modifiedby many-to-one relationship for the msdyn_aibdatasetscontainer table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetscontainer |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetscontainer_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibdatasetscontainer_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibdatasetscontainer_modifiedonbehalfby many-to-one relationship for the msdyn_aibdatasetscontainer table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetscontainer |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibdatasetscontainer_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aibdatasetscontainer
Added by: Active Solution Solution
Same as the user_msdyn_aibdatasetscontainer many-to-one relationship for the msdyn_aibdatasetscontainer table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibdatasetscontainer |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aibdatasetscontainer |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfile_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfile_createdby many-to-one relationship for the msdyn_aibfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfile |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfile_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfile_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfile_createdonbehalfby many-to-one relationship for the msdyn_aibfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfile |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfile_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfile_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfile_modifiedby many-to-one relationship for the msdyn_aibfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfile |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfile_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfile_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfile_modifiedonbehalfby many-to-one relationship for the msdyn_aibfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfile |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfile_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aibfile
Added by: Active Solution Solution
Same as the user_msdyn_aibfile many-to-one relationship for the msdyn_aibfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfile |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aibfile |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfileattacheddata_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfileattacheddata_createdby many-to-one relationship for the msdyn_aibfileattacheddata table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfileattacheddata |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfileattacheddata_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfileattacheddata_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfileattacheddata_createdonbehalfby many-to-one relationship for the msdyn_aibfileattacheddata table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfileattacheddata |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfileattacheddata_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfileattacheddata_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfileattacheddata_modifiedby many-to-one relationship for the msdyn_aibfileattacheddata table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfileattacheddata |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfileattacheddata_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_aibfileattacheddata_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_aibfileattacheddata_modifiedonbehalfby many-to-one relationship for the msdyn_aibfileattacheddata table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfileattacheddata |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_aibfileattacheddata_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_aibfileattacheddata
Added by: Active Solution Solution
Same as the user_msdyn_aibfileattacheddata many-to-one relationship for the msdyn_aibfileattacheddata table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_aibfileattacheddata |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_aibfileattacheddata |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_helppage_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_helppage_createdby many-to-one relationship for the msdyn_helppage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_helppage |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_helppage_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_helppage_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_helppage_createdonbehalfby many-to-one relationship for the msdyn_helppage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_helppage |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_helppage_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_helppage_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_helppage_modifiedby many-to-one relationship for the msdyn_helppage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_helppage |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_helppage_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_helppage_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_helppage_modifiedonbehalfby many-to-one relationship for the msdyn_helppage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_helppage |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_helppage_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_tour_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_tour_createdby many-to-one relationship for the msdyn_tour table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_tour |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_tour_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_tour_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_tour_createdonbehalfby many-to-one relationship for the msdyn_tour table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_tour |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_tour_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_tour_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_tour_modifiedby many-to-one relationship for the msdyn_tour table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_tour |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_tour_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_tour_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_tour_modifiedonbehalfby many-to-one relationship for the msdyn_tour table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_tour |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_tour_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdynce_botcontent_createdby
Added by: Active Solution Solution
Same as the lk_msdynce_botcontent_createdby many-to-one relationship for the msdynce_botcontent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdynce_botcontent |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdynce_botcontent_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdynce_botcontent_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdynce_botcontent_createdonbehalfby many-to-one relationship for the msdynce_botcontent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdynce_botcontent |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdynce_botcontent_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdynce_botcontent_modifiedby
Added by: Active Solution Solution
Same as the lk_msdynce_botcontent_modifiedby many-to-one relationship for the msdynce_botcontent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdynce_botcontent |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdynce_botcontent_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdynce_botcontent_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdynce_botcontent_modifiedonbehalfby many-to-one relationship for the msdynce_botcontent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdynce_botcontent |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdynce_botcontent_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdynce_botcontent
Added by: Active Solution Solution
Same as the user_msdynce_botcontent many-to-one relationship for the msdynce_botcontent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdynce_botcontent |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdynce_botcontent |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_conversationtranscript_createdby
Added by: Active Solution Solution
Same as the lk_conversationtranscript_createdby many-to-one relationship for the conversationtranscript table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | conversationtranscript |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_conversationtranscript_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_conversationtranscript_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_conversationtranscript_createdonbehalfby many-to-one relationship for the conversationtranscript table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | conversationtranscript |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_conversationtranscript_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_conversationtranscript_modifiedby
Added by: Active Solution Solution
Same as the lk_conversationtranscript_modifiedby many-to-one relationship for the conversationtranscript table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | conversationtranscript |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_conversationtranscript_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_conversationtranscript_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_conversationtranscript_modifiedonbehalfby many-to-one relationship for the conversationtranscript table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | conversationtranscript |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_conversationtranscript_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_conversationtranscript
Added by: Active Solution Solution
Same as the user_conversationtranscript many-to-one relationship for the conversationtranscript table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | conversationtranscript |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_conversationtranscript |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_bot_createdby
Added by: Active Solution Solution
Same as the lk_bot_createdby many-to-one relationship for the bot table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | bot |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_bot_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_bot_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_bot_createdonbehalfby many-to-one relationship for the bot table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | bot |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_bot_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_bot_modifiedby
Added by: Active Solution Solution
Same as the lk_bot_modifiedby many-to-one relationship for the bot table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | bot |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_bot_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_bot_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_bot_modifiedonbehalfby many-to-one relationship for the bot table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | bot |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_bot_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_bot
Added by: Active Solution Solution
Same as the user_bot many-to-one relationship for the bot table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | bot |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_bot |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_botcomponent_createdby
Added by: Active Solution Solution
Same as the lk_botcomponent_createdby many-to-one relationship for the botcomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | botcomponent |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_botcomponent_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_botcomponent_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_botcomponent_createdonbehalfby many-to-one relationship for the botcomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | botcomponent |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_botcomponent_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_botcomponent_modifiedby
Added by: Active Solution Solution
Same as the lk_botcomponent_modifiedby many-to-one relationship for the botcomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | botcomponent |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_botcomponent_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_botcomponent_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_botcomponent_modifiedonbehalfby many-to-one relationship for the botcomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | botcomponent |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_botcomponent_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_botcomponent
Added by: Active Solution Solution
Same as the user_botcomponent many-to-one relationship for the botcomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | botcomponent |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_botcomponent |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
systemuser_bot_publishedby
Added by: Power Virtual Agents Solution
Same as the systemuser_bot_publishedby many-to-one relationship for the bot table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | bot |
| ReferencingAttribute | publishedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | systemuser_bot_publishedby |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_territorybase_createdby
Added by: Application Common Solution
Same as the lk_territorybase_createdby many-to-one relationship for the territory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | territory |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_territorybase_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_territory_createdonbehalfby
Added by: Application Common Solution
Same as the lk_territory_createdonbehalfby many-to-one relationship for the territory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | territory |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_territorybase_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_territorybase_modifiedby
Added by: Application Common Solution
Same as the lk_territorybase_modifiedby many-to-one relationship for the territory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | territory |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_territorybase_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_territory_modifiedonbehalfby
Added by: Application Common Solution
Same as the lk_territory_modifiedonbehalfby many-to-one relationship for the territory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | territory |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_territorybase_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
system_user_territories
Added by: Application Common Solution
Same as the system_user_territories many-to-one relationship for the territory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | territory |
| ReferencingAttribute | managerid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | system_user_territories |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
email_acceptingentity_systemuser
Added by: msft_ActivitiesInfra_Extensions Solution
Same as the email_acceptingentity_systemuser many-to-one relationship for the email table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | |
| ReferencingAttribute | acceptingentityid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | email_acceptingentity_systemuser |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_activityfileattachment_createdby
Added by: Activities Patch Solution
Same as the lk_activityfileattachment_createdby many-to-one relationship for the activityfileattachment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | activityfileattachment |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_activityfileattachment_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_activityfileattachment_createdonbehalfby
Added by: Activities Patch Solution
Same as the lk_activityfileattachment_createdonbehalfby many-to-one relationship for the activityfileattachment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | activityfileattachment |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_activityfileattachment_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_activityfileattachment_modifiedby
Added by: Activities Patch Solution
Same as the lk_activityfileattachment_modifiedby many-to-one relationship for the activityfileattachment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | activityfileattachment |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_activityfileattachment_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_activityfileattachment_modifiedonbehalfby
Added by: Activities Patch Solution
Same as the lk_activityfileattachment_modifiedonbehalfby many-to-one relationship for the activityfileattachment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | activityfileattachment |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_activityfileattachment_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_activityfileattachment
Added by: Activities Patch Solution
Same as the user_activityfileattachment many-to-one relationship for the activityfileattachment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | activityfileattachment |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_activityfileattachment |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
chat_systemuser_createdby
Added by: Activities Patch Solution
Same as the chat_systemuser_createdby many-to-one relationship for the chat table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | chat |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | chat_systemuser_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
chat_systemuser_owninguser
Added by: Activities Patch Solution
Same as the chat_systemuser_owninguser many-to-one relationship for the chat table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | chat |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | chat_systemuser_owninguser |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
chat_systemuser_modifiedonbehalfby
Added by: Activities Patch Solution
Same as the chat_systemuser_modifiedonbehalfby many-to-one relationship for the chat table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | chat |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | chat_systemuser_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
chat_systemuser_createdonbehalfby
Added by: Activities Patch Solution
Same as the chat_systemuser_createdonbehalfby many-to-one relationship for the chat table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | chat |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | chat_systemuser_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
chat_systemuser_modifiedby
Added by: Activities Patch Solution
Same as the chat_systemuser_modifiedby many-to-one relationship for the chat table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | chat |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | chat_systemuser_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
teams_chat_activity_linkrecord_systemUser
Added by: Activities Patch Solution
Same as the teams_chat_activity_linkrecord_systemUser many-to-one relationship for the chat table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | chat |
| ReferencingAttribute | linkedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | teams_chat_activity_linkrecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
teams_chat_activity_unlinkrecord_systemUser
Added by: Activities Patch Solution
Same as the teams_chat_activity_unlinkrecord_systemUser many-to-one relationship for the chat table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | chat |
| ReferencingAttribute | unlinkedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | teams_chat_activity_unlinkrecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_serviceconfiguration_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_serviceconfiguration_createdby many-to-one relationship for the msdyn_serviceconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_serviceconfiguration |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_serviceconfiguration_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_serviceconfiguration_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_serviceconfiguration_createdonbehalfby many-to-one relationship for the msdyn_serviceconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_serviceconfiguration |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_serviceconfiguration_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_serviceconfiguration_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_serviceconfiguration_modifiedby many-to-one relationship for the msdyn_serviceconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_serviceconfiguration |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_serviceconfiguration_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_serviceconfiguration_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_serviceconfiguration_modifiedonbehalfby many-to-one relationship for the msdyn_serviceconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_serviceconfiguration |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_serviceconfiguration_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_serviceconfiguration
Added by: Active Solution Solution
Same as the user_msdyn_serviceconfiguration many-to-one relationship for the msdyn_serviceconfiguration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_serviceconfiguration |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_serviceconfiguration |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_slakpi_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_slakpi_createdby many-to-one relationship for the msdyn_slakpi table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_slakpi |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_slakpi_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_slakpi_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_slakpi_createdonbehalfby many-to-one relationship for the msdyn_slakpi table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_slakpi |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_slakpi_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_slakpi_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_slakpi_modifiedby many-to-one relationship for the msdyn_slakpi table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_slakpi |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_slakpi_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_slakpi_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_slakpi_modifiedonbehalfby many-to-one relationship for the msdyn_slakpi table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_slakpi |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_slakpi_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_slakpi
Added by: Active Solution Solution
Same as the user_msdyn_slakpi many-to-one relationship for the msdyn_slakpi table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_slakpi |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_slakpi |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgemanagementsetting_createdby
Added by: Knowledge Management Patch Solution
Same as the lk_msdyn_knowledgemanagementsetting_createdby many-to-one relationship for the msdyn_knowledgemanagementsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgemanagementsetting |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgemanagementsetting_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgemanagementsetting_createdonbehalfby
Added by: Knowledge Management Patch Solution
Same as the lk_msdyn_knowledgemanagementsetting_createdonbehalfby many-to-one relationship for the msdyn_knowledgemanagementsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgemanagementsetting |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgemanagementsetting_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgemanagementsetting_modifiedby
Added by: Knowledge Management Patch Solution
Same as the lk_msdyn_knowledgemanagementsetting_modifiedby many-to-one relationship for the msdyn_knowledgemanagementsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgemanagementsetting |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgemanagementsetting_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgemanagementsetting_modifiedonbehalfby
Added by: Knowledge Management Patch Solution
Same as the lk_msdyn_knowledgemanagementsetting_modifiedonbehalfby many-to-one relationship for the msdyn_knowledgemanagementsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgemanagementsetting |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgemanagementsetting_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_knowledgemanagementsetting
Added by: Knowledge Management Patch Solution
Same as the user_msdyn_knowledgemanagementsetting many-to-one relationship for the msdyn_knowledgemanagementsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgemanagementsetting |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_knowledgemanagementsetting |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_federatedarticle_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_federatedarticle_createdby many-to-one relationship for the msdyn_federatedarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_federatedarticle |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_federatedarticle_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_federatedarticle_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_federatedarticle_createdonbehalfby many-to-one relationship for the msdyn_federatedarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_federatedarticle |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_federatedarticle_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_federatedarticle_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_federatedarticle_modifiedby many-to-one relationship for the msdyn_federatedarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_federatedarticle |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_federatedarticle_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_federatedarticle_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_federatedarticle_modifiedonbehalfby many-to-one relationship for the msdyn_federatedarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_federatedarticle |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_federatedarticle_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_federatedarticle
Added by: Active Solution Solution
Same as the user_msdyn_federatedarticle many-to-one relationship for the msdyn_federatedarticle table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_federatedarticle |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_federatedarticle |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_federatedarticleincident_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_federatedarticleincident_createdby many-to-one relationship for the msdyn_federatedarticleincident table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_federatedarticleincident |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_federatedarticleincident_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_federatedarticleincident_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_federatedarticleincident_createdonbehalfby many-to-one relationship for the msdyn_federatedarticleincident table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_federatedarticleincident |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_federatedarticleincident_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_federatedarticleincident_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_federatedarticleincident_modifiedby many-to-one relationship for the msdyn_federatedarticleincident table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_federatedarticleincident |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_federatedarticleincident_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_federatedarticleincident_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_federatedarticleincident_modifiedonbehalfby many-to-one relationship for the msdyn_federatedarticleincident table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_federatedarticleincident |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_federatedarticleincident_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kmfederatedsearchconfig_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_kmfederatedsearchconfig_createdby many-to-one relationship for the msdyn_kmfederatedsearchconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kmfederatedsearchconfig |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kmfederatedsearchconfig_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kmfederatedsearchconfig_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_kmfederatedsearchconfig_createdonbehalfby many-to-one relationship for the msdyn_kmfederatedsearchconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kmfederatedsearchconfig |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kmfederatedsearchconfig_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kmfederatedsearchconfig_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_kmfederatedsearchconfig_modifiedby many-to-one relationship for the msdyn_kmfederatedsearchconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kmfederatedsearchconfig |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kmfederatedsearchconfig_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kmfederatedsearchconfig_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_kmfederatedsearchconfig_modifiedonbehalfby many-to-one relationship for the msdyn_kmfederatedsearchconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kmfederatedsearchconfig |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kmfederatedsearchconfig_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_kmfederatedsearchconfig
Added by: Active Solution Solution
Same as the user_msdyn_kmfederatedsearchconfig many-to-one relationship for the msdyn_kmfederatedsearchconfig table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kmfederatedsearchconfig |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_kmfederatedsearchconfig |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgearticleimage_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgearticleimage_createdby many-to-one relationship for the msdyn_knowledgearticleimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticleimage |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgearticleimage_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgearticleimage_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgearticleimage_createdonbehalfby many-to-one relationship for the msdyn_knowledgearticleimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticleimage |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgearticleimage_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgearticleimage_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgearticleimage_modifiedby many-to-one relationship for the msdyn_knowledgearticleimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticleimage |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgearticleimage_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgearticleimage_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgearticleimage_modifiedonbehalfby many-to-one relationship for the msdyn_knowledgearticleimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticleimage |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgearticleimage_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_knowledgearticleimage
Added by: Active Solution Solution
Same as the user_msdyn_knowledgearticleimage many-to-one relationship for the msdyn_knowledgearticleimage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticleimage |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_knowledgearticleimage |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgeinteractioninsight_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgeinteractioninsight_createdby many-to-one relationship for the msdyn_knowledgeinteractioninsight table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgeinteractioninsight |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgeinteractioninsight_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgeinteractioninsight_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgeinteractioninsight_createdonbehalfby many-to-one relationship for the msdyn_knowledgeinteractioninsight table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgeinteractioninsight |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgeinteractioninsight_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgeinteractioninsight_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgeinteractioninsight_modifiedby many-to-one relationship for the msdyn_knowledgeinteractioninsight table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgeinteractioninsight |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgeinteractioninsight_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgeinteractioninsight_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgeinteractioninsight_modifiedonbehalfby many-to-one relationship for the msdyn_knowledgeinteractioninsight table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgeinteractioninsight |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgeinteractioninsight_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_knowledgeinteractioninsight
Added by: Active Solution Solution
Same as the user_msdyn_knowledgeinteractioninsight many-to-one relationship for the msdyn_knowledgeinteractioninsight table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgeinteractioninsight |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_knowledgeinteractioninsight |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgesearchinsight_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgesearchinsight_createdby many-to-one relationship for the msdyn_knowledgesearchinsight table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchinsight |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgesearchinsight_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgesearchinsight_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgesearchinsight_createdonbehalfby many-to-one relationship for the msdyn_knowledgesearchinsight table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchinsight |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgesearchinsight_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgesearchinsight_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgesearchinsight_modifiedby many-to-one relationship for the msdyn_knowledgesearchinsight table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchinsight |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgesearchinsight_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgesearchinsight_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgesearchinsight_modifiedonbehalfby many-to-one relationship for the msdyn_knowledgesearchinsight table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchinsight |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgesearchinsight_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_knowledgesearchinsight
Added by: Active Solution Solution
Same as the user_msdyn_knowledgesearchinsight many-to-one relationship for the msdyn_knowledgesearchinsight table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchinsight |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_knowledgesearchinsight |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kalanguagesetting_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_kalanguagesetting_createdby many-to-one relationship for the msdyn_kalanguagesetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kalanguagesetting |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kalanguagesetting_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kalanguagesetting_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_kalanguagesetting_createdonbehalfby many-to-one relationship for the msdyn_kalanguagesetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kalanguagesetting |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kalanguagesetting_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kalanguagesetting_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_kalanguagesetting_modifiedby many-to-one relationship for the msdyn_kalanguagesetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kalanguagesetting |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kalanguagesetting_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kalanguagesetting_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_kalanguagesetting_modifiedonbehalfby many-to-one relationship for the msdyn_kalanguagesetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kalanguagesetting |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kalanguagesetting_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_kalanguagesetting
Added by: Active Solution Solution
Same as the user_msdyn_kalanguagesetting many-to-one relationship for the msdyn_kalanguagesetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kalanguagesetting |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_kalanguagesetting |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kbattachment_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_kbattachment_createdby many-to-one relationship for the msdyn_kbattachment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kbattachment |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kbattachment_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kbattachment_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_kbattachment_createdonbehalfby many-to-one relationship for the msdyn_kbattachment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kbattachment |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kbattachment_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kbattachment_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_kbattachment_modifiedby many-to-one relationship for the msdyn_kbattachment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kbattachment |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kbattachment_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kbattachment_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_kbattachment_modifiedonbehalfby many-to-one relationship for the msdyn_kbattachment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kbattachment |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kbattachment_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_kbattachment
Added by: Active Solution Solution
Same as the user_msdyn_kbattachment many-to-one relationship for the msdyn_kbattachment table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kbattachment |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_kbattachment |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kmpersonalizationsetting_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_kmpersonalizationsetting_createdby many-to-one relationship for the msdyn_kmpersonalizationsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kmpersonalizationsetting |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kmpersonalizationsetting_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kmpersonalizationsetting_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_kmpersonalizationsetting_createdonbehalfby many-to-one relationship for the msdyn_kmpersonalizationsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kmpersonalizationsetting |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kmpersonalizationsetting_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kmpersonalizationsetting_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_kmpersonalizationsetting_modifiedby many-to-one relationship for the msdyn_kmpersonalizationsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kmpersonalizationsetting |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kmpersonalizationsetting_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_kmpersonalizationsetting_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_kmpersonalizationsetting_modifiedonbehalfby many-to-one relationship for the msdyn_kmpersonalizationsetting table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_kmpersonalizationsetting |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_kmpersonalizationsetting_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgearticletemplate_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgearticletemplate_createdby many-to-one relationship for the msdyn_knowledgearticletemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticletemplate |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgearticletemplate_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgearticletemplate_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgearticletemplate_createdonbehalfby many-to-one relationship for the msdyn_knowledgearticletemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticletemplate |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgearticletemplate_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgearticletemplate_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgearticletemplate_modifiedby many-to-one relationship for the msdyn_knowledgearticletemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticletemplate |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgearticletemplate_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgearticletemplate_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgearticletemplate_modifiedonbehalfby many-to-one relationship for the msdyn_knowledgearticletemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticletemplate |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgearticletemplate_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_knowledgearticletemplate
Added by: Active Solution Solution
Same as the user_msdyn_knowledgearticletemplate many-to-one relationship for the msdyn_knowledgearticletemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgearticletemplate |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_knowledgearticletemplate |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgepersonalfilter_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgepersonalfilter_createdby many-to-one relationship for the msdyn_knowledgepersonalfilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgepersonalfilter |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgepersonalfilter_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgepersonalfilter_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgepersonalfilter_createdonbehalfby many-to-one relationship for the msdyn_knowledgepersonalfilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgepersonalfilter |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgepersonalfilter_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgepersonalfilter_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgepersonalfilter_modifiedby many-to-one relationship for the msdyn_knowledgepersonalfilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgepersonalfilter |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgepersonalfilter_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgepersonalfilter_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgepersonalfilter_modifiedonbehalfby many-to-one relationship for the msdyn_knowledgepersonalfilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgepersonalfilter |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgepersonalfilter_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_knowledgepersonalfilter
Added by: Active Solution Solution
Same as the user_msdyn_knowledgepersonalfilter many-to-one relationship for the msdyn_knowledgepersonalfilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgepersonalfilter |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_knowledgepersonalfilter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgesearchfilter_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgesearchfilter_createdby many-to-one relationship for the msdyn_knowledgesearchfilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchfilter |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgesearchfilter_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgesearchfilter_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgesearchfilter_createdonbehalfby many-to-one relationship for the msdyn_knowledgesearchfilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchfilter |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgesearchfilter_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgesearchfilter_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgesearchfilter_modifiedby many-to-one relationship for the msdyn_knowledgesearchfilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchfilter |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgesearchfilter_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_knowledgesearchfilter_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_knowledgesearchfilter_modifiedonbehalfby many-to-one relationship for the msdyn_knowledgesearchfilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchfilter |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_knowledgesearchfilter_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_knowledgesearchfilter
Added by: Active Solution Solution
Same as the user_msdyn_knowledgesearchfilter many-to-one relationship for the msdyn_knowledgesearchfilter table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_knowledgesearchfilter |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_knowledgesearchfilter |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_pluginpackage_createdby
Added by: Active Solution Solution
Same as the lk_pluginpackage_createdby many-to-one relationship for the pluginpackage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | pluginpackage |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_pluginpackage_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_pluginpackage_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_pluginpackage_createdonbehalfby many-to-one relationship for the pluginpackage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | pluginpackage |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_pluginpackage_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_pluginpackage_modifiedby
Added by: Active Solution Solution
Same as the lk_pluginpackage_modifiedby many-to-one relationship for the pluginpackage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | pluginpackage |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_pluginpackage_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_pluginpackage_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_pluginpackage_modifiedonbehalfby many-to-one relationship for the pluginpackage table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | pluginpackage |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_pluginpackage_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_keyvaultreference_createdby
Added by: Active Solution Solution
Same as the lk_keyvaultreference_createdby many-to-one relationship for the keyvaultreference table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | keyvaultreference |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_keyvaultreference_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_keyvaultreference_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_keyvaultreference_createdonbehalfby many-to-one relationship for the keyvaultreference table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | keyvaultreference |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_keyvaultreference_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_keyvaultreference_modifiedby
Added by: Active Solution Solution
Same as the lk_keyvaultreference_modifiedby many-to-one relationship for the keyvaultreference table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | keyvaultreference |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_keyvaultreference_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_keyvaultreference_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_keyvaultreference_modifiedonbehalfby many-to-one relationship for the keyvaultreference table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | keyvaultreference |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_keyvaultreference_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_keyvaultreference
Added by: Active Solution Solution
Same as the user_keyvaultreference many-to-one relationship for the keyvaultreference table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | keyvaultreference |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_keyvaultreference |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_managedidentity_createdby
Added by: Active Solution Solution
Same as the lk_managedidentity_createdby many-to-one relationship for the managedidentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | managedidentity |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_managedidentity_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_managedidentity_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_managedidentity_createdonbehalfby many-to-one relationship for the managedidentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | managedidentity |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_managedidentity_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_managedidentity_modifiedby
Added by: Active Solution Solution
Same as the lk_managedidentity_modifiedby many-to-one relationship for the managedidentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | managedidentity |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_managedidentity_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_managedidentity_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_managedidentity_modifiedonbehalfby many-to-one relationship for the managedidentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | managedidentity |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_managedidentity_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_managedidentity
Added by: Active Solution Solution
Same as the user_managedidentity many-to-one relationship for the managedidentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | managedidentity |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_managedidentity |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
mailbox_regarding_systemuser
Same as the mailbox_regarding_systemuser many-to-one relationship for the mailbox table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | mailbox |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | mailbox_regarding_systemuser |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: NoCascade Unshare: NoCascade |
lk_virtualentitymetadata_createdby
Added by: Active Solution Solution
Same as the lk_virtualentitymetadata_createdby many-to-one relationship for the virtualentitymetadata table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | virtualentitymetadata |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_virtualentitymetadata_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_virtualentitymetadata_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_virtualentitymetadata_createdonbehalfby many-to-one relationship for the virtualentitymetadata table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | virtualentitymetadata |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_virtualentitymetadata_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_virtualentitymetadata_modifiedby
Added by: Active Solution Solution
Same as the lk_virtualentitymetadata_modifiedby many-to-one relationship for the virtualentitymetadata table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | virtualentitymetadata |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_virtualentitymetadata_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_virtualentitymetadata_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_virtualentitymetadata_modifiedonbehalfby many-to-one relationship for the virtualentitymetadata table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | virtualentitymetadata |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_virtualentitymetadata_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncsubscription_createdby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncsubscription_createdby many-to-one relationship for the organizationdatasyncsubscription table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncsubscription |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncsubscription_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncsubscription_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncsubscription_createdonbehalfby many-to-one relationship for the organizationdatasyncsubscription table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncsubscription |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncsubscription_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncsubscription_modifiedby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncsubscription_modifiedby many-to-one relationship for the organizationdatasyncsubscription table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncsubscription |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncsubscription_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncsubscription_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncsubscription_modifiedonbehalfby many-to-one relationship for the organizationdatasyncsubscription table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncsubscription |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncsubscription_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncsubscriptionentity_createdby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncsubscriptionentity_createdby many-to-one relationship for the organizationdatasyncsubscriptionentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncsubscriptionentity |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncsubscriptionentity_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncsubscriptionentity_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncsubscriptionentity_createdonbehalfby many-to-one relationship for the organizationdatasyncsubscriptionentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncsubscriptionentity |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncsubscriptionentity_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncsubscriptionentity_modifiedby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncsubscriptionentity_modifiedby many-to-one relationship for the organizationdatasyncsubscriptionentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncsubscriptionentity |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncsubscriptionentity_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncsubscriptionentity_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncsubscriptionentity_modifiedonbehalfby many-to-one relationship for the organizationdatasyncsubscriptionentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncsubscriptionentity |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncsubscriptionentity_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncstate_createdby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncstate_createdby many-to-one relationship for the organizationdatasyncstate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncstate |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncstate_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncstate_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncstate_createdonbehalfby many-to-one relationship for the organizationdatasyncstate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncstate |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncstate_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncstate_modifiedby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncstate_modifiedby many-to-one relationship for the organizationdatasyncstate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncstate |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncstate_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_organizationdatasyncstate_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_organizationdatasyncstate_modifiedonbehalfby many-to-one relationship for the organizationdatasyncstate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | organizationdatasyncstate |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_organizationdatasyncstate_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appnotification_createdby
Added by: Active Solution Solution
Same as the lk_appnotification_createdby many-to-one relationship for the appnotification table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appnotification |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appnotification_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appnotification_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_appnotification_createdonbehalfby many-to-one relationship for the appnotification table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appnotification |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appnotification_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appnotification_modifiedby
Added by: Active Solution Solution
Same as the lk_appnotification_modifiedby many-to-one relationship for the appnotification table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appnotification |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appnotification_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appnotification_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_appnotification_modifiedonbehalfby many-to-one relationship for the appnotification table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appnotification |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appnotification_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_appnotification
Added by: Active Solution Solution
Same as the user_appnotification many-to-one relationship for the appnotification table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appnotification |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_appnotification |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userrating_createdby
Added by: Active Solution Solution
Same as the lk_userrating_createdby many-to-one relationship for the userrating table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userrating |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_userrating_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userrating_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_userrating_createdonbehalfby many-to-one relationship for the userrating table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userrating |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_userrating_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userrating_modifiedby
Added by: Active Solution Solution
Same as the lk_userrating_modifiedby many-to-one relationship for the userrating table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userrating |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_userrating_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_userrating_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_userrating_modifiedonbehalfby many-to-one relationship for the userrating table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | userrating |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_userrating_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_insightsstorevirtualentity_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_insightsstorevirtualentity_createdby many-to-one relationship for the msdyn_insightsstorevirtualentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_insightsstorevirtualentity |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_insightsstorevirtualentity_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_insightsstorevirtualentity_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_insightsstorevirtualentity_createdonbehalfby many-to-one relationship for the msdyn_insightsstorevirtualentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_insightsstorevirtualentity |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_insightsstorevirtualentity_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_insightsstorevirtualentity_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_insightsstorevirtualentity_modifiedby many-to-one relationship for the msdyn_insightsstorevirtualentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_insightsstorevirtualentity |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_insightsstorevirtualentity_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_insightsstorevirtualentity_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_insightsstorevirtualentity_modifiedonbehalfby many-to-one relationship for the msdyn_insightsstorevirtualentity table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_insightsstorevirtualentity |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_insightsstorevirtualentity_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appaction_createdby
Added by: Active Solution Solution
Same as the lk_appaction_createdby many-to-one relationship for the appaction table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appaction |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_appaction_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appaction_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_appaction_createdonbehalfby many-to-one relationship for the appaction table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appaction |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appaction_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appaction_modifiedby
Added by: Active Solution Solution
Same as the lk_appaction_modifiedby many-to-one relationship for the appaction table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appaction |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_appaction_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appaction_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_appaction_modifiedonbehalfby many-to-one relationship for the appaction table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appaction |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appaction_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appactionmigration_createdby
Added by: Active Solution Solution
Same as the lk_appactionmigration_createdby many-to-one relationship for the appactionmigration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appactionmigration |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_appactionmigration_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appactionmigration_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_appactionmigration_createdonbehalfby many-to-one relationship for the appactionmigration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appactionmigration |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appactionmigration_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appactionmigration_modifiedby
Added by: Active Solution Solution
Same as the lk_appactionmigration_modifiedby many-to-one relationship for the appactionmigration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appactionmigration |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_appactionmigration_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appactionmigration_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_appactionmigration_modifiedonbehalfby many-to-one relationship for the appactionmigration table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appactionmigration |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appactionmigration_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appactionrule_createdby
Added by: Active Solution Solution
Same as the lk_appactionrule_createdby many-to-one relationship for the appactionrule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appactionrule |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_appactionrule_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appactionrule_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_appactionrule_createdonbehalfby many-to-one relationship for the appactionrule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appactionrule |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appactionrule_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appactionrule_modifiedby
Added by: Active Solution Solution
Same as the lk_appactionrule_modifiedby many-to-one relationship for the appactionrule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appactionrule |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_appactionrule_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_appactionrule_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_appactionrule_modifiedonbehalfby many-to-one relationship for the appactionrule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | appactionrule |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_appactionrule_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_richtextfile_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_richtextfile_createdby many-to-one relationship for the msdyn_richtextfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_richtextfile |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_richtextfile_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_richtextfile_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_richtextfile_createdonbehalfby many-to-one relationship for the msdyn_richtextfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_richtextfile |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_richtextfile_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_richtextfile_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_richtextfile_modifiedby many-to-one relationship for the msdyn_richtextfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_richtextfile |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_richtextfile_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_richtextfile_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_richtextfile_modifiedonbehalfby many-to-one relationship for the msdyn_richtextfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_richtextfile |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_richtextfile_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_richtextfile
Added by: Active Solution Solution
Same as the user_msdyn_richtextfile many-to-one relationship for the msdyn_richtextfile table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_richtextfile |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_richtextfile |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_customcontrolextendedsettings_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_customcontrolextendedsettings_createdby many-to-one relationship for the msdyn_customcontrolextendedsettings table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_customcontrolextendedsettings |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_customcontrolextendedsettings_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_customcontrolextendedsettings_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_customcontrolextendedsettings_createdonbehalfby many-to-one relationship for the msdyn_customcontrolextendedsettings table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_customcontrolextendedsettings |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_customcontrolextendedsettings_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_customcontrolextendedsettings_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_customcontrolextendedsettings_modifiedby many-to-one relationship for the msdyn_customcontrolextendedsettings table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_customcontrolextendedsettings |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_customcontrolextendedsettings_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_customcontrolextendedsettings_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_customcontrolextendedsettings_modifiedonbehalfby many-to-one relationship for the msdyn_customcontrolextendedsettings table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_customcontrolextendedsettings |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_customcontrolextendedsettings_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_customcontrolextendedsettings
Added by: Active Solution Solution
Same as the user_msdyn_customcontrolextendedsettings many-to-one relationship for the msdyn_customcontrolextendedsettings table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_customcontrolextendedsettings |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | user_msdyn_customcontrolextendedsettings |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmanalysishistory_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_pmanalysishistory_createdby many-to-one relationship for the msdyn_pmanalysishistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmanalysishistory |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmanalysishistory_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmanalysishistory_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_pmanalysishistory_createdonbehalfby many-to-one relationship for the msdyn_pmanalysishistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmanalysishistory |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmanalysishistory_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmanalysishistory_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_pmanalysishistory_modifiedby many-to-one relationship for the msdyn_pmanalysishistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmanalysishistory |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmanalysishistory_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmanalysishistory_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_pmanalysishistory_modifiedonbehalfby many-to-one relationship for the msdyn_pmanalysishistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmanalysishistory |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmanalysishistory_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_pmanalysishistory
Added by: Active Solution Solution
Same as the user_msdyn_pmanalysishistory many-to-one relationship for the msdyn_pmanalysishistory table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmanalysishistory |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_pmanalysishistory |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pminferredtask_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_pminferredtask_createdby many-to-one relationship for the msdyn_pminferredtask table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pminferredtask |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pminferredtask_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pminferredtask_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_pminferredtask_createdonbehalfby many-to-one relationship for the msdyn_pminferredtask table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pminferredtask |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pminferredtask_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pminferredtask_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_pminferredtask_modifiedby many-to-one relationship for the msdyn_pminferredtask table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pminferredtask |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pminferredtask_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pminferredtask_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_pminferredtask_modifiedonbehalfby many-to-one relationship for the msdyn_pminferredtask table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pminferredtask |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pminferredtask_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_pminferredtask
Added by: Active Solution Solution
Same as the user_msdyn_pminferredtask many-to-one relationship for the msdyn_pminferredtask table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pminferredtask |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_pminferredtask |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmrecording_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_pmrecording_createdby many-to-one relationship for the msdyn_pmrecording table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmrecording |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmrecording_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmrecording_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_pmrecording_createdonbehalfby many-to-one relationship for the msdyn_pmrecording table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmrecording |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmrecording_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmrecording_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_pmrecording_modifiedby many-to-one relationship for the msdyn_pmrecording table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmrecording |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmrecording_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmrecording_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_pmrecording_modifiedonbehalfby many-to-one relationship for the msdyn_pmrecording table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmrecording |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmrecording_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_pmrecording
Added by: Active Solution Solution
Same as the user_msdyn_pmrecording many-to-one relationship for the msdyn_pmrecording table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmrecording |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_pmrecording |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmtemplate_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_pmtemplate_createdby many-to-one relationship for the msdyn_pmtemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmtemplate |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmtemplate_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmtemplate_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_pmtemplate_createdonbehalfby many-to-one relationship for the msdyn_pmtemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmtemplate |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmtemplate_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmtemplate_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_pmtemplate_modifiedby many-to-one relationship for the msdyn_pmtemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmtemplate |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmtemplate_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_pmtemplate_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_pmtemplate_modifiedonbehalfby many-to-one relationship for the msdyn_pmtemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmtemplate |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_pmtemplate_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_pmtemplate
Added by: Active Solution Solution
Same as the user_msdyn_pmtemplate many-to-one relationship for the msdyn_pmtemplate table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_pmtemplate |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_pmtemplate |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysiscomponent_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_analysiscomponent_createdby many-to-one relationship for the msdyn_analysiscomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysiscomponent |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysiscomponent_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysiscomponent_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_analysiscomponent_createdonbehalfby many-to-one relationship for the msdyn_analysiscomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysiscomponent |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysiscomponent_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysiscomponent_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_analysiscomponent_modifiedby many-to-one relationship for the msdyn_analysiscomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysiscomponent |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysiscomponent_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysiscomponent_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_analysiscomponent_modifiedonbehalfby many-to-one relationship for the msdyn_analysiscomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysiscomponent |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysiscomponent_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_analysiscomponent
Added by: Active Solution Solution
Same as the user_msdyn_analysiscomponent many-to-one relationship for the msdyn_analysiscomponent table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysiscomponent |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_analysiscomponent |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisjob_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisjob_createdby many-to-one relationship for the msdyn_analysisjob table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisjob |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisjob_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisjob_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisjob_createdonbehalfby many-to-one relationship for the msdyn_analysisjob table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisjob |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisjob_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisjob_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisjob_modifiedby many-to-one relationship for the msdyn_analysisjob table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisjob |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisjob_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisjob_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisjob_modifiedonbehalfby many-to-one relationship for the msdyn_analysisjob table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisjob |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisjob_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_analysisjob
Added by: Active Solution Solution
Same as the user_msdyn_analysisjob many-to-one relationship for the msdyn_analysisjob table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisjob |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_analysisjob |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresult_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisresult_createdby many-to-one relationship for the msdyn_analysisresult table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresult |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisresult_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresult_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisresult_createdonbehalfby many-to-one relationship for the msdyn_analysisresult table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresult |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisresult_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresult_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisresult_modifiedby many-to-one relationship for the msdyn_analysisresult table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresult |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisresult_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresult_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisresult_modifiedonbehalfby many-to-one relationship for the msdyn_analysisresult table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresult |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisresult_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_analysisresult
Added by: Active Solution Solution
Same as the user_msdyn_analysisresult many-to-one relationship for the msdyn_analysisresult table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresult |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_analysisresult |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresultdetail_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisresultdetail_createdby many-to-one relationship for the msdyn_analysisresultdetail table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresultdetail |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisresultdetail_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresultdetail_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisresultdetail_createdonbehalfby many-to-one relationship for the msdyn_analysisresultdetail table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresultdetail |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisresultdetail_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresultdetail_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisresultdetail_modifiedby many-to-one relationship for the msdyn_analysisresultdetail table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresultdetail |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisresultdetail_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_analysisresultdetail_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_analysisresultdetail_modifiedonbehalfby many-to-one relationship for the msdyn_analysisresultdetail table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresultdetail |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_analysisresultdetail_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_analysisresultdetail
Added by: Active Solution Solution
Same as the user_msdyn_analysisresultdetail many-to-one relationship for the msdyn_analysisresultdetail table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_analysisresultdetail |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_analysisresultdetail |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthrule_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthrule_createdby many-to-one relationship for the msdyn_solutionhealthrule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthrule |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthrule_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthrule_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthrule_createdonbehalfby many-to-one relationship for the msdyn_solutionhealthrule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthrule |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthrule_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthrule_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthrule_modifiedby many-to-one relationship for the msdyn_solutionhealthrule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthrule |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthrule_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthrule_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthrule_modifiedonbehalfby many-to-one relationship for the msdyn_solutionhealthrule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthrule |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthrule_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_solutionhealthrule
Added by: Active Solution Solution
Same as the user_msdyn_solutionhealthrule many-to-one relationship for the msdyn_solutionhealthrule table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthrule |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_solutionhealthrule |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthruleargument_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthruleargument_createdby many-to-one relationship for the msdyn_solutionhealthruleargument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthruleargument |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthruleargument_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthruleargument_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthruleargument_createdonbehalfby many-to-one relationship for the msdyn_solutionhealthruleargument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthruleargument |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthruleargument_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthruleargument_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthruleargument_modifiedby many-to-one relationship for the msdyn_solutionhealthruleargument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthruleargument |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthruleargument_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthruleargument_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthruleargument_modifiedonbehalfby many-to-one relationship for the msdyn_solutionhealthruleargument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthruleargument |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthruleargument_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
user_msdyn_solutionhealthruleargument
Added by: Active Solution Solution
Same as the user_msdyn_solutionhealthruleargument many-to-one relationship for the msdyn_solutionhealthruleargument table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthruleargument |
| ReferencingAttribute | owninguser |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | user_msdyn_solutionhealthruleargument |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthruleset_createdby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthruleset_createdby many-to-one relationship for the msdyn_solutionhealthruleset table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthruleset |
| ReferencingAttribute | createdby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthruleset_createdby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthruleset_createdonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthruleset_createdonbehalfby many-to-one relationship for the msdyn_solutionhealthruleset table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthruleset |
| ReferencingAttribute | createdonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthruleset_createdonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthruleset_modifiedby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthruleset_modifiedby many-to-one relationship for the msdyn_solutionhealthruleset table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthruleset |
| ReferencingAttribute | modifiedby |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthruleset_modifiedby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_msdyn_solutionhealthruleset_modifiedonbehalfby
Added by: Active Solution Solution
Same as the lk_msdyn_solutionhealthruleset_modifiedonbehalfby many-to-one relationship for the msdyn_solutionhealthruleset table/entity.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_solutionhealthruleset |
| ReferencingAttribute | modifiedonbehalfby |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | lk_msdyn_solutionhealthruleset_modifiedonbehalfby |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.
- systemuser_defaultmailbox_mailbox
- position_users
- calendar_system_users
- business_unit_system_users
- MobileOfflineProfile_SystemUser
- TransactionCurrency_SystemUser
- user_parent_user
- organization_system_users
- lk_systemuserbase_modifiedby
- queue_system_user
- lk_systemuser_modifiedonbehalfby
- processstage_systemusers
- lk_systemuserbase_createdby
- lk_systemuser_createdonbehalfby
- territory_system_users
systemuser_defaultmailbox_mailbox
See the systemuser_defaultmailbox_mailbox one-to-many relationship for the mailbox table/entity.
position_users
See the position_users one-to-many relationship for the position table/entity.
calendar_system_users
See the calendar_system_users one-to-many relationship for the calendar table/entity.
business_unit_system_users
See the business_unit_system_users one-to-many relationship for the businessunit table/entity.
MobileOfflineProfile_SystemUser
See the MobileOfflineProfile_SystemUser one-to-many relationship for the mobileofflineprofile table/entity.
TransactionCurrency_SystemUser
See the TransactionCurrency_SystemUser one-to-many relationship for the transactioncurrency table/entity.
user_parent_user
See the user_parent_user one-to-many relationship for the systemuser table/entity.
organization_system_users
See the organization_system_users one-to-many relationship for the organization table/entity.
lk_systemuserbase_modifiedby
See the lk_systemuserbase_modifiedby one-to-many relationship for the systemuser table/entity.
queue_system_user
See the queue_system_user one-to-many relationship for the queue table/entity.
lk_systemuser_modifiedonbehalfby
See the lk_systemuser_modifiedonbehalfby one-to-many relationship for the systemuser table/entity.
processstage_systemusers
See the processstage_systemusers one-to-many relationship for the processstage table/entity.
lk_systemuserbase_createdby
See the lk_systemuserbase_createdby one-to-many relationship for the systemuser table/entity.
lk_systemuser_createdonbehalfby
See the lk_systemuser_createdonbehalfby one-to-many relationship for the systemuser table/entity.
territory_system_users
Added by: Application Common Solution
See the territory_system_users one-to-many relationship for the territory table/entity.
Many-To-Many Relationships
Relationship details provided where the SystemUser table is the first table in the relationship. Listed by SchemaName.
- systemuserprofiles_association
- systemuserroles_association
- teammembership_association
- queuemembership_association
systemuserprofiles_association
IntersectEntityName: systemuserprofiles
Table 1
| Property | Value |
|---|---|
| IntersectAttribute | systemuserid |
| IsCustomizable | False |
| LogicalName | systemuser |
| NavigationPropertyName | systemuserprofiles_association |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
Table 2
| Property | Value |
|---|---|
| LogicalName | fieldsecurityprofile |
| IntersectAttribute | fieldsecurityprofileid |
| NavigationPropertyName | systemuserprofiles_association |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
systemuserroles_association
IntersectEntityName: systemuserroles
Table 1
| Property | Value |
|---|---|
| IntersectAttribute | systemuserid |
| IsCustomizable | False |
| LogicalName | systemuser |
| NavigationPropertyName | systemuserroles_association |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
Table 2
| Property | Value |
|---|---|
| LogicalName | role |
| IntersectAttribute | roleid |
| NavigationPropertyName | systemuserroles_association |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
teammembership_association
See the teammembership_association many-to-many relationship for the team table/entity.
queuemembership_association
See the queuemembership_association many-to-many relationship for the queue table/entity.
See also
About the table reference
Web API Reference
systemuser EntityType
Visszajelzés
Visszajelzés küldése és megtekintése a következőhöz: