a!toRecordIdentifier() Function

Function

a!toRecordIdentifier( recordType, identifier )

Matches record IDs with their record type to return a value of type Record Identifier for each record ID passed to the function.

See also:

Parameters

Keyword Type Description

recordType

RecordType

The record type that contains the record.

identifier

Any Type Array

Individual record IDs within the record type.

Returns

Record Identifier Array

Usage considerations

Record IDs for different source types

Example

Record type object references are specific to each environment. If you copy and paste these examples into your interface, they will not evaluate. Use them as a references only.

a!toRecordIdentifier(recordType: recordType!Employee, identifier: {"536870111", "536870555"}) returns an array of two Record Identifier values with the first pointing to the first record in the identifiers list and the second pointing to the second record.

Open in Github Built: Fri, May 26, 2023 (08:43:20 PM)

On This Page

FEEDBACK