Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
It has to do with cvent switching to the REST API, if you purchased the integration recently I would advise getting a refund as the product they sold you is not functional.
We've been attempting to use the cvent/marketo integration since January of this year with numerous issues (leads not syncing over to marketo, program statuses not changing, list import function not working). After going back and forth with Cvent for months it seems like they might have a solution t...
Below is what the actual field name looks like when I drag the opportunity token over from the right, could that effect the code above to change the date format? Thanks! ${OpportunityList.get(0).Due_Date__c}
Now I am seeing the below appended, Any Ideas? Sry for all of the follow up here, really appreciate the help!
Thanks Sanford, would this go in the same script right after: #set( $tmp = $filteredOppties.add($oppty) ) I've added it in however the date is still displaying as yyy-MM-dd
THANK YOU - I owe you a beer. I am now pulling the due date field formatted as 2017-05-02...I would like the full date to read Tuesday, May 02, 2017.I saw the below in another thread but I am not sure how this would work into the script: $date.format('full_date',$dateInXDays.time)
Thanks for the reply Sanford. Basically what I am trying to accomplish is if an Opportunity meets certain criteria, then send an email with an opportunity field as a token in that email.So IF Opportunity Stage = 'ABC' then send email with the Opportunity field 'DUE DATE' as a token. What I am tryin...
Can anyone provide a basic example of pulling an opportunity field value as a token using email scripting?
Hi Jason, can you explain how this logic works for adding 14 days? $dateInXDays.add(10,336) I am trying to understand the math behind it. Thank you!
After I've uploaded the ttf file to marketo how would I go about adding that to a guided landing page template?