function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
shephalishephali 

How to send SMS code

i need to send a random number to mobile i put in textfield.(kind of verification).how to achieve this???
AmulAmul
use math.random method.
AmulAmul
https://developer.salesforce.com/blogs/developer-relations/2013/07/selecting-random-numbers-and-records-on-the-force-com-platform-part-1.html
shephalishephali
Hi Amul,
     Thanks for reply...but my question is how to send rendom_number/verification code as SMS to mobile.
   Is it possible to send SMS using salesforce developer edition.
AmulAmul
you have to buys some external Api package like... http://bulksmsgateway.in/bulksms-offer-prices/ and need some develoment work.