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 field validations. After a [[Lookup]] operation is complete, the validation is performed and the specified action is taken.
Use JavaScript to perform additional operations after a [[Lookup]] operation is complete.


:;Examples:
:;Examples:
:*Add a validation to confirm that the Lookup field matches the expected format (date, currency, phone number, etc)
:* Add a validation to confirm that the record targeted by the Lookup is consistent with data in the current record.
:*Check that a reservation date is meaningful, i.e., for a future event, not one in the past
:* Copy data from the target record to the current record.
:*Confirm that inventory is available for the requested item


:''Learn more:'' [[Post Selection JavaScript]]
:''Learn more:'' [[Post Selection JavaScript]]

Revision as of 22:54, 21 May 2014

Use JavaScript to perform additional operations after a Lookup operation is complete.

Examples
  • Add a validation to confirm that the record targeted by the Lookup is consistent with data in the current record.
  • Copy data from the target record to the current record.
Learn more: Post Selection JavaScript