getMetadata()
Last updated 30/03/2023
Metadata is available as extra data provided from a SQL query to a _LookupQuery display type. You can access these values using the getMetadata()
and providing a combination of
the form ID, the field ID, and the query field ID.
Available
Client and Server
Function Signature
getMetadata(formId: string, fieldId: string, queryFieldId: string) : any;
Parameter | Type | Description |
---|---|---|
formId | string | Action ID for the form |
fieldId | string | Field ID for the field |
queryFieldId | string | Query Field ID for the query |