Free cookie consent management tool by TermsFeed a!listType() Function
a!listType() Function
This function cannot be used with Custom Record Field Expressions.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

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: Fri, Nov 10, 2023 (03:42:48 PM)

a!listType() Function

FEEDBACK