Business Operations Entity (2022/06)
All business operations entities are structured as follows:
entity
:
UID
 string read-only: The unique identifier of the business operationSingularName
 string read-only: The name of the operation in singular form. This value is useful for displaying in entity properties dialogs.PluralName
 string read-only: The name of the operation in plural form. This value is useful for displaying in user and role properties dialogs.FullName
 string read-only: The name of the current operation along with its parent operations (if any). Since many operation names aren't unique, this value is useful for differentiating similar business operations.TargetEntity
 EntityType read-only: The EntityType Enumeration (2022/06)Parent
 BusinessOperation read-only: An operation instance indicating the operation from which permissions are inherited. This value will be "null" if there is no parent operation.Descendants
 BusinessOperation[] read-only: An array of operation instances that inherit permissions from this operation. This value is "null" if there are no descendant operations.Permissions
 Permission[] read-only: The permissions entity associated with this operation. See the Permission Entity.Â
Appliance
OperationAppliance read-only:ÂInstance
read-only:Â Indicates that given business operation applies to specific entity instances. It is visible in the "Security" section of the Properties Panel.Collection
read-only:Â Indicates that given business operation applies to collections of entities, in the entire network and associated folders. It is visible in the "Permissions" page and folder Properties Panel.Unknown
read-only:Â Included for forward compatibility