AgileApps Support Wiki Pre Release

Difference between revisions of "Scripting"

From AgileApps 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 Form Layouts and in Lookup Fields.  
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.