Chatbot (bot) table/entity reference
Note
Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.
Represents a Power Virtual Agents Chatbot. https://powerva.microsoft.com/
Added by: Power Virtual Agents Solution
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Assign | PATCH [org URI]/api/data/v9.0/bots(botid) Update ownerid property. |
AssignRequest |
| Create | POST [org URI]/api/data/v9.0/bots See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/bots(botid) See Delete |
DeleteRequest or Delete |
| GrantAccess | GrantAccess Action | GrantAccessRequest |
| IsValidStateTransition | IsValidStateTransition Function | IsValidStateTransitionRequest |
| ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
| PvaAuthorize | PvaAuthorize Action | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| PvaCreateBotComponents | PvaCreateBotComponents Action | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| PvaCreateContentSnapshot | PvaCreateContentSnapshot Action | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| PvaDeleteBot | PvaDeleteBot Action | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| PvaGetDirectLineEndpoint | PvaGetDirectLineEndpoint Action | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| PvaPublish | PvaPublish Action | Type generated by CrmSvcUtil.exe or use OrganizationRequest setting the required parameters for the message. |
| Retrieve | GET [org URI]/api/data/v9.0/bots(botid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/bots See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
| RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
| RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
| SetState | PATCH [org URI]/api/data/v9.0/bots(botid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/bots(botid) See Update |
UpdateRequest or Update |
Properties
| Property | Value |
|---|---|
| CollectionSchemaName | bots |
| DisplayCollectionName | Chatbots |
| DisplayName | Chatbot |
| EntitySetName | bots |
| IsBPFEntity | False |
| LogicalCollectionName | bots |
| LogicalName | bot |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | botid |
| PrimaryNameAttribute | name |
| SchemaName | bot |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- accesscontrolpolicy
- applicationmanifestinformation
- authenticationmode
- authenticationtrigger
- authorizedsecuritygroupids
- botId
- Configuration
- iconbase64
- ImportSequenceNumber
- IsCustomizable
- Language
- name
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- publishedby
- publishedon
- SchemaName
- statecode
- statuscode
- TimeZoneRuleVersionNumber
- UTCConversionTimeZoneCode
accesscontrolpolicy
| Property | Value |
|---|---|
| Description | Defines which users may interact with the bot. |
| DisplayName | Access Control Policy |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | accesscontrolpolicy |
| RequiredLevel | ApplicationRequired |
| Type | Picklist |
accesscontrolpolicy Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Any | Any signed in user is allowed to interact with the bot. |
| 1 | Chatbot readers | Authentication mode must be Integrated or Custom Azure Active Directory. User must have at least Read access to the Chatbot record. |
| 2 | Group membership | Authentication mode must be Integrated or Custom Azure Active Directory. To interact with the bot, users must be member of one of the security groups configured in the Authorized Security Groups field OR have Read access to the Chatbot. |
applicationmanifestinformation
| Property | Value |
|---|---|
| Description | Stores information with application manifest data such as Teams application information. |
| DisplayName | Application Manifest Information |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | applicationmanifestinformation |
| MaxLength | 1048576 |
| RequiredLevel | None |
| Type | Memo |
authenticationmode
| Property | Value |
|---|---|
| Description | Defines how the bot should be authenticated to the user. |
| DisplayName | Authentication Mode |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | authenticationmode |
| RequiredLevel | ApplicationRequired |
| Type | Picklist |
authenticationmode Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Unspecified | Chatbot was created before the introduction of this field. The mode is either 'None' if no authentication was configured, or 'Generic OAuth2' if the bot had an authentication node. |
| 1 | None | The chatbot does not require authentication. |
| 2 | Integrated | Authentication uses integrated Azure AD configuration. Supports security group access control. The bot has access to the UserId and UserDisplayName variables and will be able to invoke Flows on behalf of the end user. No additional configuration required. |
| 3 | Custom Azure Active Directory | Provide a custom Azure AD application. Supports security group access control. The bot has access to the IsLoggedIn, AuthToken, UserId and UserDisplayName variables and will be able to invoke Flows on behalf of the user. Skills can leverage the auth token |
| 4 | Generic OAuth2 | A custom OAuth provider is configured. The chatbot will have access to the IsLoggedIn and AuthToken variables. |
authenticationtrigger
| Property | Value |
|---|---|
| Description | Defines at which point authentication for the bot should be triggered. Security can be enforced at the bot entry point, removing the need for explicit authentication nodes in the dialog flow. |
| DisplayName | Authentication trigger |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | authenticationtrigger |
| RequiredLevel | ApplicationRequired |
| Type | Picklist |
authenticationtrigger Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | As Needed | Sign in happens when the bot reaches an authentication node or when an action requires user authentication. |
| 1 | Always | Sign-in happens when the conversation starts and any time a token expires. |
authorizedsecuritygroupids
| Property | Value |
|---|---|
| Description | Contains a comma-delimited list of up to 20 Azure Active Directory Group IDs that are allowed to interact with the bot. This field is ignored if Access Control Policy is not set to Group membership. |
| DisplayName | Authorized Security Groups |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | authorizedsecuritygroupids |
| MaxLength | 739 |
| RequiredLevel | None |
| Type | String |
botId
| Property | Value |
|---|---|
| Description | Unique identifier of the Chatbot. |
| DisplayName | Bot |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | botid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
Configuration
| Property | Value |
|---|---|
| Description | Used to store content of bot configuration data. |
| DisplayName | Configuration |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | configuration |
| MaxLength | 1048576 |
| RequiredLevel | None |
| Type | Memo |
iconbase64
| Property | Value |
|---|---|
| Description | Used to visually identify your bot in channels and services. Represented in a base64 encoded string. Must be in PNG format, and no larger than 30K in size. This value can be changed at any time. |
| DisplayName | Icon (Base64) |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | iconbase64 |
| MaxLength | 51200 |
| RequiredLevel | None |
| Type | Memo |
ImportSequenceNumber
Added by: Basic Solution Solution
| Property | Value |
|---|---|
| Description | Sequence number of the import 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 |
IsCustomizable
Added by: Basic Solution Solution
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Is Customizable |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | iscustomizable |
| RequiredLevel | SystemRequired |
| Type | ManagedProperty |
Language
| Property | Value |
|---|---|
| Description | The language identifier (LCID) of this Chatbot. |
| DisplayName | Language |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | language |
| RequiredLevel | ApplicationRequired |
| Type | Picklist |
Language Choices/Options
| Value | Label | Description |
|---|---|---|
| 1025 | Arabic | |
| 1028 | Chinese (Traditional) | |
| 1030 | Danish | |
| 1031 | German | |
| 1033 | English | |
| 1034 | Spanish | |
| 1036 | French | |
| 1040 | Italian | |
| 1041 | Japanese | |
| 1042 | Korean | |
| 1043 | Dutch | |
| 1044 | Norwegian | |
| 1045 | Polish | |
| 1046 | Portuguese (Brazilian) | |
| 1049 | Russian | |
| 1053 | Swedish | |
| 1055 | Turkish | |
| 1057 | Indonesian | |
| 1081 | Hindi | |
| 2052 | Chinese (Simplified) |
name
| Property | Value |
|---|---|
| Description | The display name of the Chatbot. |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | name |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OverriddenCreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time that the record was migrated. |
| DisplayName | Record Created On |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | overriddencreatedon |
| RequiredLevel | None |
| Type | DateTime |
OwnerId
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Owner Id |
| DisplayName | Owner |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ownerid |
| RequiredLevel | SystemRequired |
| Targets | systemuser,team |
| Type | Owner |
OwnerIdType
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Owner Id Type |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
publishedby
| Property | Value |
|---|---|
| Description | Unique identifier of the user who last published the bot. |
| DisplayName | Published By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | publishedby |
| RequiredLevel | ApplicationRequired |
| Targets | systemuser |
| Type | Lookup |
publishedon
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the Chatbot was last published |
| DisplayName | Published On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | publishedon |
| RequiredLevel | None |
| Type | DateTime |
SchemaName
| Property | Value |
|---|---|
| Description | Unique name identifying the Chatbot. |
| DisplayName | SchemaName |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | schemaname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
statecode
| Property | Value |
|---|---|
| Description | Status of the Chatbot |
| DisplayName | Status |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
statecode Choices/Options
| Value | Label | DefaultStatus | InvariantName |
|---|---|---|---|
| 0 | Active | 1 | Active |
| 1 | Inactive | 2 | Inactive |
statuscode
| Property | Value |
|---|---|
| Description | Reason for the status of the Chatbot |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
statuscode Choices/Options
| Value | Label | State |
|---|---|---|
| 1 | Provisioned | 0 |
| 2 | Deprovisioned | 1 |
| 3 | Provisioning | 1 |
| 4 | ProvisionFailed | 1 |
| 5 | MissingLicense | 1 |
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 |
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 |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- ComponentIdUnique
- ComponentState
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- IsManaged
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OverwriteTime
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- publishedbyName
- publishedbyYomiName
- SolutionId
- SupportingSolutionId
- VersionNumber
ComponentIdUnique
Added by: Basic Solution Solution
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Row id unique |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | componentidunique |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
ComponentState
Added by: Basic Solution Solution
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Component State |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | componentstate |
| RequiredLevel | SystemRequired |
| Type | Picklist |
ComponentState Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Published | |
| 1 | Unpublished | |
| 2 | Deleted | |
| 3 | Deleted Unpublished |
CreatedBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the record. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the record was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who created the record. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
IsManaged
Added by: Basic Solution Solution
| Property | Value |
|---|---|
| Description | Indicates whether the solution component is part of a managed solution. |
| DisplayName | Is Managed |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | ismanaged |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsManaged Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Managed | |
| 0 | Unmanaged |
DefaultValue: False
ModifiedBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the user who modified the record. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the record was modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who modified the record. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OverwriteTime
Added by: Basic Solution Solution
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | For internal use only. |
| DisplayName | Record Overwrite Time |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | overwritetime |
| RequiredLevel | SystemRequired |
| Type | DateTime |
OwnerIdName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Name of the owner |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerIdYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Yomi name of the owner |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwningBusinessUnit
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier for the business unit that owns the record |
| DisplayName | Owning Business Unit |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | None |
| Targets | businessunit |
| Type | Lookup |
OwningTeam
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier for the team that owns the record. |
| DisplayName | Owning Team |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningteam |
| RequiredLevel | None |
| Targets | team |
| Type | Lookup |
OwningUser
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier for the user that owns the record. |
| DisplayName | Owning User |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owninguser |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
publishedbyName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | publishedbyname |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
publishedbyYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | publishedbyyominame |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
SolutionId
Added by: Basic Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the associated solution. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | solutionid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
SupportingSolutionId
Added by: Basic Solution Solution
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | supportingsolutionid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
VersionNumber
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Version Number |
| DisplayName | Version Number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
One-To-Many Relationships
Listed by SchemaName.
- bot_SyncErrors
- bot_AsyncOperations
- bot_MailboxTrackingFolders
- bot_ProcessSession
- bot_BulkDeleteFailures
- bot_PrincipalObjectAttributeAccesses
- bot_conversationtranscript
bot_SyncErrors
Added by: System Solution Solution
Same as syncerror table bot_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | bot_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_AsyncOperations
Added by: System Solution Solution
Same as asyncoperation table bot_AsyncOperations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | bot_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_MailboxTrackingFolders
Added by: System Solution Solution
Same as mailboxtrackingfolder table bot_MailboxTrackingFolders Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | bot_MailboxTrackingFolders |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_ProcessSession
Added by: System Solution Solution
Same as processsession table bot_ProcessSession Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | bot_ProcessSession |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_BulkDeleteFailures
Added by: System Solution Solution
Same as bulkdeletefailure table bot_BulkDeleteFailures Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | bot_BulkDeleteFailures |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_PrincipalObjectAttributeAccesses
Added by: System Solution Solution
Same as principalobjectattributeaccess table bot_PrincipalObjectAttributeAccesses Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | bot_PrincipalObjectAttributeAccesses |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
bot_conversationtranscript
Same as conversationtranscript table bot_conversationtranscript Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | conversationtranscript |
| ReferencingAttribute | bot_conversationtranscriptid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | bot_conversationtranscript |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: Cascade Delete: RemoveLink Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
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.
- lk_bot_createdby
- lk_bot_createdonbehalfby
- lk_bot_modifiedby
- lk_bot_modifiedonbehalfby
- user_bot
- team_bot
- business_unit_bot
- systemuser_bot_publishedby
lk_bot_createdby
Added by: System Solution Solution
See systemuser Table lk_bot_createdby One-To-Many relationship.
lk_bot_createdonbehalfby
Added by: System Solution Solution
See systemuser Table lk_bot_createdonbehalfby One-To-Many relationship.
lk_bot_modifiedby
Added by: System Solution Solution
See systemuser Table lk_bot_modifiedby One-To-Many relationship.
lk_bot_modifiedonbehalfby
Added by: System Solution Solution
See systemuser Table lk_bot_modifiedonbehalfby One-To-Many relationship.
user_bot
Added by: System Solution Solution
See systemuser Table user_bot One-To-Many relationship.
team_bot
Added by: System Solution Solution
See team Table team_bot One-To-Many relationship.
business_unit_bot
Added by: System Solution Solution
See businessunit Table business_unit_bot One-To-Many relationship.
systemuser_bot_publishedby
Added by: System Solution Solution
See systemuser Table systemuser_bot_publishedby One-To-Many relationship.
Many-To-Many Relationships
Relationship details provided where the bot table is the first table in the relationship. Listed by SchemaName.
bot_botcomponent
IntersectEntityName: bot_botcomponent
Table 1
| Property | Value |
|---|---|
| IntersectAttribute | botid |
| IsCustomizable | False |
| LogicalName | bot |
| NavigationPropertyName | bot_botcomponent |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
Table 2
| Property | Value |
|---|---|
| LogicalName | botcomponent |
| IntersectAttribute | botcomponentid |
| NavigationPropertyName | bot_botcomponent |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
bot_environmentvariabledefinition
IntersectEntityName: bot_environmentvariabledefinition
Table 1
| Property | Value |
|---|---|
| IntersectAttribute | botid |
| IsCustomizable | False |
| LogicalName | bot |
| NavigationPropertyName | bot_environmentvariabledefinition |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
Table 2
| Property | Value |
|---|---|
| LogicalName | environmentvariabledefinition |
| IntersectAttribute | environmentvariabledefinitionid |
| NavigationPropertyName | bot_environmentvariabledefinition |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |