Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you so much Sanford! I've updated the code, and now the issue appears to be resolved! updated code:#if( !$OpportunityList.Document_Links__c.isEmpty() )#set ($interestingOpptyDocLinks = $OpportunityList.get(0).Document_Links__c )#set ($output = $interestingOpptyDocLinks.split('\n'))#set ($docLa...
Hi Community!I'm hoping someone could help me with an issue I'm having with a velocity script token. After I add the token to an email, I receive an error when I try to approve.Here's the code I've set up: #set ($string = "$OpportunityList.get(0).Document_Links__c" )#set ($output = $string.split('\n...
Hi Sanford, Just found this solution, and it's great! thank you! However, I did have a follow up question. Is it possible assign the regex groups to unique variables? I tried to set up a script using something similar to this line of code you provided:#set( $output = $input.replaceAll( $regex, "$...
This is great! Works like a charm! Thank you so much!! I did read your blog about the issue with Currency fields, it was very enlightening! I wish changing the datatype was an option, but unfortunately that decision is out of my hands.
Hi, I've set up a velocity script to sort a currency field of a custom object. It works as it should in most cases, however if a there is a lead that has a record with "0" as the value in that field then the script will fail (nothing will display in the email).Here is slimmed down version of the cod...
I know this thread is pretty old, but any chance we can get an update on what the resolution was? I'm in the process of doing a marketo-to-marketo migration and I've run into a similar issue. After migrating one of the older landing pages that's using a free form template we found that the elements ...