Client-side scripting
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Building applications
Run JavaScript on the client (web browser) when client-based events occur, such as when a form loads, after form submission, or when a field changes value.
The client-side Glide API provides classes and methods that you can use in client scripts.
Before you begin
Understand the limitations of your scripting environment. For example, client scripts run on forms in the Service Portal or Mobile environments can only include certain APIs. For more information, see Mobile client GlideForm (g form) scripting and migration.