Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello,I currently have a generic text message campaign that goes out to customers who missed a monthly payment on their policy. We would like to start including the amount of money they owe as well as the date the payment was due. Unfortunately this data is only stored within a Custom Object. I trie...
Thank You very much Sanford, this worked!
Hi,I am looking to send out a communication via Text and Email to our customers that includes that persons policy number. Unfortunately our legal department will not let us send the entire policy number digitally. We are permitted to send the last 4 digits however. Is there a way with Velocity Scrip...
When I say identical I mean the field that the script is pulling from that works for some contacts is populated in the same manner as the contacts I am getting errors on. I am confused as why there would be a break. I cannot understand why it populates for some and errors for others. Did my screensh...
#set($total = $number.currency(${jHIMPolicyFeed_cList.get(0).vitalityRefundAmount}))#set($stringLength = $total.length() - 0)#set($totalb = $total.substring(0,$stringLength))${totalb}Can you further explain dumping the object list and the Velocity Engine. I just find it strange it works for some...
Here is an example of one of the Tokens Scripting. I don't think it has to do with the scripting as it is working for a number of recipients, just not all.#set($total = $number.currency(${jHIMPolicyFeed_cList.get(0).vitalityRefundAmount}))#set($stringLength = $total.length() - 0)#set($totalb = $tota...
Hello,I am automating emails in a Smart Campaign that is utilizing Velocity Scripted Tokens that are being populated with fields from a Custom Object. I have been running this campaign since June and just realized that about 25% of the recipients seem to be getting errors with the tokens when I look...
Hi @Sanford, I am trying to perform a similar action where we would use Velocity Scripting in a Text Message. Was wondering if you could help out.