Which opportunity does an opp-email scripting token pull from?
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 from the opportunity, how do I tell it to pull from the most recent opportunity?
- I am trying to pull the opportunity owner's name and information for the signature of an email.
$OpportunityList.get(0).Oppty_Owner_License__c
I believe the .get(0) references the opportunity but which one!?
Any help is much appreciated!!