a!listType() Function

Returns the list type number for a given type number.

Syntax

a!listType( typeNumber )

typeNumber: (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).

Returns

Number (Integer)

a!listType(recordType!Customer) returns 2893 which corresponds to the type List of Customer. Note that type numbers may vary between environments.

Open in Github Built: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK