Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ah great. Indeed, this is a possibility. Thank you!.
Hello, I like to start a process in case a user is in deletion process. Especially it's about starting one or more webhocks to make sure that the personal data will be deleted as well in another system. Do you have an idea how to accomplish this? Unfortunatley I did not see any trigger like "Person...
Hi @Darshil_Shah1 , thank you. To bad. It would have been very helpful.
Hi, is there a field name to get marketos Unique Code via Rest API? E. g. using the Lead lookup endpoint /rest/v1/leads.json and retraive the unicque code via the field parameter "&fields=id,firstName,marketoUniqueCode"? (marketoUniqueCode ist not working 😉 ) Unfortunately I wasn't able to finde so...
Hello, is there an easy way to identify all programs a lead is member of? Or in ideal case .... to not just find the programs but to export all program member data fields of that programs?Thanks and best regardsWolfram
@SanfordWhiteman ah sorry, should have mentioned this. $RwmOffer is an array where the single entries are HashMaps. Therefor I tried to use the #foreach loop on an object compareable to what you did hear with Clients_Referrals__c: https://blog.teknkl.com/marketo-json-fields-in-velocity/I guess a #fo...
Hi @SanfordWhiteman I have no idea what changed. But now I was able to use your code and I was able to access the data using "get()" methode. Great! Thanks!I'm just wondering. Is Marketo able to "work" on that objects properly? I was able to access the data. But if I try to use a for loop nothing ha...
Hi @SanfordWhiteman, thank you. Unfortunatley it did not work for me. I tried it the following:Creat a custom field of type text area. That field could be requested in velocity using the following token $lead.mktoTestTextArea I try to use your code while the $jsonString is exchanged against my cu...
Hi there, We are using different online calculator which post their data as for post. In this form post all data are seperate data field. The disadvantage is that all this filed will be overwritten in case of the next form post. We like to store this data as object within one custom field. From wh...
Hi @Jo_Pitts1 this is pretty cool stuff. And it worked mostly when I was testing it. What did not work for me was to request the title with ${aEvent.title} Instead I had to use something like this. #set( $aEventTitle = $allEventDetails[$lead.hUGEventChoice]['title']) Is there anything I have to ho...