Difference between revisions of "Using Post Selection JavaScript"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 1: | Line 1: | ||
Use JavaScript to add additional validations | Use JavaScript to add additional field validations. After a [[Lookup]] operation is complete, the validation is performed and the specified action is taken. | ||
:;Examples: | :;Examples: |
Revision as of 18:51, 3 July 2013
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