Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Sreekanth, I have created the use cases for Abandoned cart, Account creation, Order confirmation, Password reset, Nurture setup, Reporting solutionThanks
We have created a custom solution for Marketo Magento integration using custom objects.
Not a best approach but you can ask your SFDC team to create a custom file and a script in SFDC which will check if the record comes with particular field eg. "Do not Sync = true" then just ignore the record from Marketo API and in the Marketo form add this field as a hidden with pre-defined value a...
Hi Benjamin, As suggested by Sanford, you need to put action on input event. Here is the sample script:Thanks
Hi Mark,Thanks for the reply. I modified the JSON file as per your suggestion but I am getting "Invalid Json" error. Below is the JSON:{"action":"createOrUpdate","lookupField":"email","input":[{ "requestedCampaignType":"orderConfirmation","email":"harishg@techaspect.com", "firstName":"Post", "lastN...
Thanks Dan and Sanford. Is there any solution to achieve this use case in Marketo.
Hi Mark,You are a true rock star. Thanks for helping me with your valuable knowledge.Thanks&RegardsHarish G
Suppose we have two String field@joshField A contains 1, 2, 3, 4, 5Field B contains 2How to execute the following:If Field A contains Field B thenSkipElseField A = Field A + Field BThanks
Hi,Can we update the value in any lead field using Velocity script?Thanks