Sometimes while working with the Resco Mobile app, there may be situations where we need to send a SMS to a specific client based on certain conditions; for instance like creating Booking related for Account or Technician started travelling toward the address to visit. So, in order to achieve this, previously there was no option to send SMS automatically through Resco Mobile App.
But in the latest version of Resco mobile app, we have the option to automatically open the SMS application (platform-specific SMS App) using the JsBridge’s function with predefined telephone number and the message text as well.
So “MobileCRM.Platform.sendSMS” function of JsBridge will help us to open the SMS app from the Resco mobile app automatically.
Parameters for this “MobileCRM.Platform.sendSMS” function are,
Note: Before using this function, make sure that you have installed latest version (i.e. 14.2.1+) of Resco Mobile app with Woodford.
Now,…