Difference between revisions of "Using Post Selection JavaScript"
From AgileApps Support Wiki
imported>Aeric (Created page with "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...") |
imported>Aeric |
||
Line 6: | Line 6: | ||
:*Confirm that inventory is available for the requested item | :*Confirm that inventory is available for the requested item | ||
:''Learn more: [[Post Selection JavaScript]] | :''Learn more:'' [[Post Selection JavaScript]] |
Revision as of 18:51, 3 July 2013
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