Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Firstly, I have modified the code as I see scope of global variable is not needed. #set( $default_Name_Recipe_1 = "#" )#set( $arrCounter = 0 )#set( $prodRecoArr = [""] )#set( $recoURL = [""] )#set($one = 1)#if( $CO_cList.isEmpty() )#set( $defaultNameRec1 = $default_Name_Recipe_1 )#else#foreach( $CO_...
Somehow, I missed one condition in VTL which I have added now.In the given VTL,CO table CO_c have the following value recommendationDateStart, recommendationURL and recommendationName and through VTL code want to generate tracking URL when recommendationName has value as Recipe . And in above VTL fo...
I am facing the issue when approving email below is the error which Marketo throws Validation Error approving An error occurred when procesing the email Rendered_Email_Velocity_Error_Area_?!Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList near below is my VTL code which I tri...
Hi @SanfordWhiteman In my case SOAP and REST API name both are same.
Hi @SanfordWhiteman I have implemented the given JS but it is not working. Can you please help me to replace correct value in the suggested JS script for the given two Field. Field-1 = Country (REST API- country)Field-2 = Country Code (REST API- countrycode)Field-2 is hidden in the form. And I am us...
Business need to store Display Value as well as Stored Value in Marketo Field-1 and 2. Is it possible in Marketo? what will be the logic in such case. In the form, Field Type is Select. and allowing only one field to enable for display in Marketo Form.
Using JSON, it allows 300 records to update but looking for bulk update using CSV.
Our team want to update bulk lead via custom API. what will be correct JSON to update lead based on dedupe field as email address.
While data cleanup process, our team focus is to remove the data whom we have not target in last 2 years. And as per https://nation.marketo.com/t5/Knowledgebase/Marketo-Activities-Data-Retention-Policy-Overview-FAQ/ta-p/250750data retention policy we came to know that it deletes activity after 25 m...
We have created a Marketo landing page with two hidden field in which one field(email) pre-filled is enabled and another field(unsub) is disabled.Problem: - in database blank lead is being created. What are the possible scenario for this case when blank lead is created and how should it can be fixed...