Free cookie consent management tool by TermsFeed a!scsField() Function
a!scsField() 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!scsField( externalSystemKey, fieldKey, usePerUser )

Creates an object which contains the information required to access data in the Secure Credentials Store.

Parameters

Keyword Type Description

externalSystemKey

Text

The key of the corresponding external system in the Third Party Credentials admin console page.

fieldKey

Text

The key for the field which stores the requested data.

usePerUser

Boolean

If true, the current user's credentials for the third party system will be used. If false, the system-wide credentials for the third party system will be used. Default: false.

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

a!scsField() Function

FEEDBACK