Difference between revisions of "JavaScript Uses"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 3: Line 3:
:*[[Form Scripting]] - Add JavaScript code to a Form (On Load or On Save)
:*[[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
:*In [[Actions#Working_with_Actions|Action]] buttons you add to record-displays
:* [[Actions#Working_with_Actions|Action]] buttons - Give a user buttons to click when displaying a record
:*Action buttons in Related Information sections - Give the user buttons to click in sections that display [[Related Records]]
:*In a JSP/HTML [[Page]] - Make things happen on the client side to reduce the load on the server.
:*In a JSP/HTML [[Page]] - Make things happen on the client side to reduce the load on the server.

Revision as of 01:23, 8 October 2011

  • 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
  • Action buttons - Give a user buttons to click when displaying a record
  • Action buttons in Related Information sections - Give the user buttons to click in sections that display Related Records
  • In a JSP/HTML Page - Make things happen on the client side to reduce the load on the server.