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 |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Use JavaScript to | Use JavaScript to perform additional operations after the user chooses a [[Lookup]] target record in an object [[Form]]. | ||
:;Examples: | :;Examples: | ||
:*Add a validation to confirm that the Lookup | :* 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]] | :''Learn more:'' [[Post Selection JavaScript]] |
Latest revision as of 00:41, 22 May 2014
Use JavaScript to perform additional operations after the user chooses a Lookup target record in an object Form.
- 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