Api.getApplicationFlexibleFields¶
- getApplicationFlexibleFields(user, flag)¶
Provides a list of available application-level custom fields (application flexible fields). This information is needed to set application-level custom fields.
This method executes asynchronously and returns a promise.
- Arguments
user (
User()
) – The set of available fields may depend on the user. Different users may have access to different sets of fields. Provide the user object of the user for which a set of available fields is returned, which is usually the current user.flag (
int()
) – flags that can be used whilst querying for flexible fields for a new application. see ApplicationFlexibleField.
- Returns
For error responses, see Error Responses.
If successful, provides a list of available application-level custom fields. See Class ApplicationFlexibleField
See also
Application-level Custom Fields which shows how to obtain application-level custom fields.