Hey Sanford, How do you sort the list based on a Boolean field? I want to sort so the opportunity that "closed"=false and "created date" descending is at the top.Your help is much ...
Sanford,How can I wrap the last statement in the .isEmpty clause? $OpportunityList[0].Opportunity_Owner_Mobile_Phone__c is populating in the email when the field is bland. I can't ...
Thanks Sanford,I took what you said and also incorporated learnings from your blog https://blog.teknkl.com/sorting-objects-and-lists-in-velocity/ to sort with more than one element...
Hi all,So we know that a person can have more than one opportunity, and that not everyone has the same amount of opportunities. When creating a velocity scripting token to pull fro...
What am I doing wrong!? #if ($lead.FirstName.startsWith("First") )#set ($name = "Hello")#else#set($name = "Hello $display.capitalize($lead.FirstName.toLowerCase())")#end$nameWhat I...