SheetGroupTypes¶
Example Json Object
1{
2 "name": "LEASE_COMPONENT",
3 "captionKey": "enum.SheetGroupTypes.leaseComponent",
4 "caption": "Lease Component"
5}
📄 Description: Represents the type of entity or object in the system.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
name |
string |
false |
none |
Enum name representing the entity type. |
captionKey |
string |
false |
none |
Localization key for the entity type caption. |
caption |
string |
false |
none |
Localized caption of the entity type. |
Enumerated Values
Attribute |
Value |
|---|---|
name |
ACTIVATION_GROUP, CHARGE, CONTACT, CONTRACT, LEASE_COMPONENT, MASTER_AGREEMENT, NOT_AVAILABLE, SCHEDULE, UNIT |