Skip to main content
Version: 5.x

IDs

NameExamplesUseDescriptionTechnical description
Simple IDname
value_id13
Mostly as names of system elements and parameter names of properties and actionsA sequence of upper- and/or lower-case English letters, digits, and underscores _. The first character of the ID must be a letter[a-zA-Z][a-zA-Z0-9_]*
Composite IDSystem.name
Sale.Document
name
Access to system elements by name, allowing to specify a namespaceTwo simple IDs separated by a dot, or one simple IDid.id | id
Class IDINTEGER
System.Object
Barcode
Specifying classThe ID of a custom class is specified by a composite ID, and the ID of a built-in class is specified by a special keywordcid | INTEGER | LONG | ...
Static object IDDirection.north
System.FormResult.OK
Specifying a static objectID of a user-defined class and name of a static object, separated by a dotcid.id
Typed parameteruser
User user
INTEGER count
Specifying a property parameter (action)Optional class ID specifying the parameter class and compulsory simple ID specifying the parameter nameclassid id | id
Property (action) IDuserRole
Security.userRole
userRole[System.User]
cross[Circle, Line]
quantity[Document, ?, Store]
Specifying a property or actionA composite ID or a composite ID along with the signature of a property (action). The signature is specified by a list of property (action) parameter classes, separated by commas. Each class is described by a class ID or a question mark ?, if the parameter class is unknown or not important for the unambiguous specifying of the property (action)cid | cid[classid1|'?', ..., classidN|'?']
Property or action ID on a formItem.items.name(i)
barcodeSku.amount(b)
Consignment.dashboard.date
Designation of a property or action on a formThe name of the form, specified by a composite ID, and the name of a property (action) on the form, separated by a dotcid.id | cid.id(id1,...,idN)
Object group (or an object) ID on a formItem.form.object
storeArticle.s
Specifying an object group
Specifying an object on a form
The name of the form, specified by a composite ID, and the object group name (or object name), separated by a dotcid.id