Generating Random Numbers in Salesforce
While working on our integration product we had this requirement of assigning a random value to one of the entity properties. This is a very common requirement and this can be easily achieved using the methods available in the system defined class name “Math”. Not just this you can even specify the length for the… Read More »