An element to allow the user to run a lookup by clicking a button. The lookup
will be triggered automatically if all its dependencies are auto-lookup form elements.
The element must have an id property with a value that is globally unique
within the form definition.
Example
{ "id": "b1311ae0-6bb7-11e9-a923-1681be663d3e", "type": "lookupButton", "name": "My_Lookup", "label": "My Lookup", "hint": "Please run me, I like to be run." }
Example Submission Data
Submission value will be true if the lookup ran before submitting or
false if it did not run. It will also be false if it ran but its
dependencies changed before submitting the form.
An element to allow the user to run a lookup by clicking a button. The lookup will be triggered automatically if all its dependencies are auto-lookup form elements.
The element must have an
idproperty with a value that is globally unique within the form definition.Example
Example Submission Data
Submission value will be
trueif the lookup ran before submitting orfalseif it did not run. It will also befalseif it ran but its dependencies changed before submitting the form.