Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

When building a workflow process in GlobalCapture that involves a GlobalForms import, it is helpful to know what validation step a form is in at any given point in time.  If for example you are building a PO approval process, you may choose to show different form components based on the current state.  New PO's may show the basic data entry form components, while forms in a validation node named "Approval" might add a Signature component to the form so an Approver can apply a wet signature with the mouse, stylus, or a Topaz signature tablet.

Access submission.metadata.Node from any Javascript rule to identify the current validation node.  

It is recommended that you use a Calculated Value Rule (found on the Data tab) of a hidden Text Component to  store this value.  You can then use Simple Conditionals to show or hide components based on that value.  Always remember to make sure Clear Values When Hidden when showing and hiding controls.  If this option is checked, any data elements in the control will be cleared when visibility changes.

  • No labels