Difference between revisions of "JavaScript Uses"
From AgileApps Support Wiki
imported>Aeric |
Wikidevuser (talk | contribs) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
__NOINDEX__ | <noinclude>__NOINDEX__</noinclude> | ||
:*[[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 (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 | ||
:* | :*[[Custom Form Actions#Working_with_Actions|Action]] buttons - Add action buttons when displaying a record | ||
:*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. | ||
:*[[Toaster Message]] - Add custom messages in toaster using JavaScript. |
Latest revision as of 10:25, 23 August 2024
- 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 - Add action buttons when displaying a record
- In a JSP/HTML Page - Make things happen on the client side to reduce the load on the server.
- Toaster Message - Add custom messages in toaster using JavaScript.