Difference between revisions of "Scripting"
From LongJump Support Wiki
imported>Aeric m (Text replace - 'Form Layouts' to 'Forms') |
imported>Aeric m (Text replace - 'Form Layout ' to 'Form ') |
||
Line 2: | Line 2: | ||
*[[Field Scripting]] - Add JavaScript code to take actions on a [[Field]] (On Change or On Focus) | *[[Field Scripting]] - Add JavaScript code to take actions on a [[Field]] (On Change or On Focus) | ||
*[[Form Scripting]] - Add JavaScript code to a Form | *[[Form Scripting]] - Add JavaScript code to a Form (On Load or On Save) | ||
*[[Post Selection JavaScript]] - Perform validations on Lookup Fields using JavaScript | *[[Post Selection JavaScript]] - Perform validations on Lookup Fields using JavaScript |
Revision as of 00:28, 13 July 2011
The platform provides developers with the ability to write and execute custom JavaScript code at the Field level, on Forms and in Lookup Fields.
- Field Scripting - Add JavaScript code to take actions on a Field (On Change or On Focus)
- Form Scripting - Add JavaScript code to a Form (On Load or On Save)
- Post Selection JavaScript - Perform validations on Lookup Fields using JavaScript