Using Post Selection JavaScript

From AgileApps Support Wiki
Revision as of 18:51, 3 July 2013 by imported>Aeric

Use JavaScript to add additional validations in this area. After a Lookup operation is complete, the validation is performed and the specified action is taken.

Examples
  • Add a validation to confirm that the Lookup field matches the expected format (date, currency, phone number, etc)
  • Check that a reservation date is meaningful, i.e., for a future event, not one in the past
  • Confirm that inventory is available for the requested item
Learn more: Post Selection JavaScript