a!entityDataIdentifiers() Function
This function cannot be used with Custom Record Field Expressions. It can only be used with Offline Mobile if it is loaded at the top of the form.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

a!entityDataIdentifiers( entity, identifiers )

Creates an EntityDataIdentifiers configuration for use with a!deleteFromDataStoreEntities().

See also: EntityDataIdentifiers

Parameters

Keyword Type Description

entity

DataStoreEntity

This field holds a single Data Store Entity value in which the data to be deleted is stored.

identifiers

Any Type

This field holds multiple Any Type values for the primary key values of the data to be deleted.

Returns

EntityDataIdentifiers

Open in Github Built: Fri, Jun 02, 2023 (06:00:52 PM)

On This Page

FEEDBACK