Using Post Selection JavaScript

From AgileApps Support Wiki

Use JavaScript to add additional field validations. 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