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.
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.
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.
Example
Example Submission Data
Submission value will be
true
if the lookup ran before submitting orfalse
if it did not run. It will also befalse
if it ran but its dependencies changed before submitting the form.