Difference between revisions of "JavaScript"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 1: Line 1:
...
This page provides general notes on using JavaScript in the platform.
<noinclude>


[[Category:Tools and APIs]]
==Where to Use JavaScript ==
</noinclude>
:*[[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

Revision as of 02:07, 7 October 2011

This page provides general notes on using JavaScript in the platform.

Where to Use JavaScript