Best Practices - GlideSystem
- Use the appropiate object methods based on your scope (GlideSystem, Scoped GlideSystem)
- Write validation scripts for forms with dates (Start date validation, End date validation)
- Use the GlideSystem date methods rather than JavaScript date methods for convenience
- Always check the ServiceNow Developer's portal for the latest information on the GlideSystem and Scoped GlideSystem APIs and their methods