Using Post Selection JavaScript
From AgileApps Support Wiki
Revision as of 22:51, 21 May 2014 by imported>Aeric (moved Validate using Post Selection JavaScript to Using Post Selection JavaScript)
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