a!listType( typeNumber )
Returns the list type number for a given type number.
Keyword | Type | Description |
---|---|---|
|
Number (Integer) |
The type for whose corresponding list type should be returned. This may be retrieved by using typeof(x), where x is a value of the intended type, referencing a type with 'type!{namespace}type-name' (within single quotes), or for records, using the record type reference (e.g. recordType!Customer). |
Number (Integer)
a!listType(recordType!Customer)
returns 2893
which corresponds to the type List of Customer
. Note that type numbers may vary between environments.
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | |
Process Reports | Incompatible | You cannot use this function to configure a process report. |
Process Events | Incompatible | You cannot use this function to configure a process event node, such as a start event or timer event. |
a!listType() Function