Skip to main content

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;


ParameterTypeDescription
formIdstringAction ID for the form
fieldIdstringField ID for the field
queryFieldIdstringQuery Field ID for the query


Examples

getMetadata()