top of page
Articles & Resources
Find the latest company updates and resources right here.
Search
Mass Notification Tool
This tool in the global scope provides the functionality of sending mass outbound notification based on configurable conditions on almost...
Avoid Coding Pitfalls
Experiment in a Sandbox Code in Stages Do Not Use Hard-Coded Values Avoid Dot-Walking to the sys_id of a Reference Field Use...
Coding Best Practices
Code should be easy to read and understand, whenever possible. Follow any formatting standards. Think about how others may use it in the...
Using "i" as a for loop counter cause trouble
The platform has reserved names, which should also never be used for your own variables: answer, current, previous etc. Symptoms would be...
Using Gr Isn’t A ‘Gr’eat Idea.
There are millions of GlideRecord API queries floating on the web on 1000s of customer instances that are being set as a ‘gr’ variable....
bottom of page