Time SaversMass Notification ToolThis tool in the global scope provides the functionality of sending mass outbound notification based on configurable conditions on almost...
Client SideAvoid Coding PitfallsExperiment in a Sandbox Code in Stages Do Not Use Hard-Coded Values Avoid Dot-Walking to the sys_id of a Reference Field Use...
GeneralCoding Best PracticesCode should be easy to read and understand, whenever possible. Follow any formatting standards. Think about how others may use it in the...
Client SideUsing "i" as a for loop counter cause troubleThe platform has reserved names, which should also never be used for your own variables: answer, current, previous etc. Symptoms would be...
Client SideUsing 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....