Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@akshat_goyal - Try this code -
Weird! Tried to see if you are using some other type of report but can't see anyhting same as provided screenshot. You should raise a ticket with support.It will be appreciated if you can share the issue here for our knowledge once you get to know about the same.
@jessica_swoogo - As Sandy mentioned, there is no action parameter in "push" lead endpoint. If you want to update leads using REST APIs, then you should use this endpoint - "POST /rest/v1/leads.json" - This enpoint will respect the action parameter and will not create new record in to the system if...
@SanfordWhiteman - Thanks for catching the issue. I read the article as well about this particular you published recently. Thanks for the guidance!Link to the article - https://nation.marketo.com/t5/product-blogs/velocitip-a-syntax-slip-might-not-throw-a-fatal-error-but-can-be/ba-p/346489
Nice learning about velocity scripting. Thanks for the guidance as always @SanfordWhiteman .
@DanielSchneider - you are in almost right direction. Few upgrades - 1 - Use "equals" function instead of "matches".2 - Remove "else" from first token in the end of the code. #if($lead.Intended_Use__c.equals("MycoAlert Trial Kit"))&& ($lead.Country.equals("United States"))C3NA-ER4R-HHJ1#elseif($lea...
@Brent_M - Great! Very old thread though!
@KSalvione - Please help us with the URL to see the actual issue. It's not possible to make any guess without having a look.
I am using dynamic content as well, I do have different URL for different languages and text as well. If I will be going this way then I will have to write either a long VTL token or I will have to create 45 tokens as I have 45 different langauages. Also, If I will be fetching end-to-end anchor tag ...
@Darshil_Shah1 - Here are the different screenshot, these may will provide the clearity on the problem.Scrennshot 1 shows edit draft mode of the email - Behind the word "hyperlink" I have applied the URL, same as above the same. Screenshot 2 shows the preview of the email, with URL in the left bott...