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...