Table of Contents

Codeunit "Agent System Permissions"

ID 4317
Namespace: System.Agents

Properties

Name Value
InherentEntitlements X
InherentPermissions X

Methods

CurrentUserCanSeeConsumptionData

Gets whether the current user has permissions to see all consumption data.

procedure CurrentUserCanSeeConsumptionData(): Boolean

Returns

Type Description
Boolean

True if the user has permissions to see all consumption data, false otherwise.

CurrentUserHasCanManageAllAgentsInAllCompaniesPermission

Gets whether the current user has permissions to manage all agents in all companies.

procedure CurrentUserHasCanManageAllAgentsInAllCompaniesPermission(): Boolean

Returns

Type Description
Boolean

True if the user has permissions to manage all agents in all companies, false otherwise.

CurrentUserHasCanManageAllAgentsPermission

Gets whether the current user has permissions to manage all agents.

procedure CurrentUserHasCanManageAllAgentsPermission(): Boolean

Returns

Type Description
Boolean

True if the user has permissions to manage all agents, false otherwise.

See also