a!listType() Function

Function

a!listType( typeNumber )

Returns the list type number for a given type number.

Parameters

Keyword Type Description

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)

Examples

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: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK