Hi all,
We are using Javascript code for sms delivery. The URL used in the script is different for development and production. So I am planning to save the URL in option and this will be called in JS code using getOption(). When triggering sms delivery using the Javascript Iam getting below error
" getOption is not defined"
Same code I tried in Workflow using javascript activity, I can able see the option value in logInfo().
Could you please tell me what will be the issue.
Thanks,
Ram