Free cookie consent management tool by TermsFeed a!listType() Function
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.

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
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.

Open in Github Built: Thu, Mar 28, 2024 (10:34:47 PM)

a!listType() Function

FEEDBACK