Table of Contents

Table "Agent Setup Buffer"

ID 4310
Namespace: System.Agents

Setup record used to configure the agents. It should be used together with codeunit and page.

Properties

Name Value
Caption Agent Setup Buffer
TableType Temporary
ReplicateData False
DataClassification SystemMetadata
InherentEntitlements X
InherentPermissions X

Fields

Name Type Description
"User Security ID" Guid

The unique security identifier for the user account associated with this agent.

"Agent Metadata Provider" __MissingTypeSymbol__

The provider that supplies metadata and configuration information for this agent.

"User Name" Code[50]

The user name of the account associated with this agent.

"Display Name" Text[80]

The display name shown for this agent in the user interface.

State Option

The current operational state of the agent (Enabled or Disabled).

Initials Text[4]

The initials displayed on the agent's icon in the timeline and user interface.

"Agent Summary" Blob

Short summary of the agents capabilities and role.

"Language Used" Text[1024]

Specifies the language that is used for task details and outgoing messages unless language is changed by the code

"Values Updated" Boolean

Specifies whether the values are updated. Example of the fields that are tracked are - user name, user display name, initials. Value is changed through code.

"Access Updated" Boolean

Specifies whether the access control to the agent is updated. This means that the settings on who can access the agent were changed.

"User Settings Updated" Boolean

Specifies whether the user settings (language, regional settings, time zone) have been updated.

"State Updated" Boolean

Specifies whether the state (Active or Inactive) was updated.

"Configured By" Guid

Specifies the last user who configured the agent.

SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

See also