Difference between revisions of "Scripting"
From LongJump Support Wiki
imported>Evelyn m |
imported>Aeric m (Text replace - 'Form Layouts' to 'Forms') |
||
Line 1: | Line 1: | ||
The platform provides developers with the ability to write and execute custom JavaScript code at the Field level, on | 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) | *[[Field Scripting]] - Add JavaScript code to take actions on a [[Field]] (On Change or On Focus) | ||
*[[Form Scripting]] - Add JavaScript code to a Form Layout (On Load or On Save) | *[[Form Scripting]] - Add JavaScript code to a Form Layout (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:26, 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 Layout (On Load or On Save)
- Post Selection JavaScript - Perform validations on Lookup Fields using JavaScript