Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Madhavi,It looks to me as you are maybe not familiar with some tech language the computer reads true or false as 1,0 so when some one says false they are actually selecting 0. It may be easier to override that using the Velocity token Sanford mentioned if value = 0 or null then set value to false or...
@John Danielson,Sorry for my delay. I just thought of something. In you SFDC instance, is the field for primary campaign a pick list? If it is you may need to add that source type to the pick list, so that it will allow the change. Pick lists are a bit of a pain in that light.
What is your goal?Are you trying to generate a full list of everyone who clicked the x qty of specific links, so that the team can see who clicked it?Are you trying to generate awareness of the links that existed and the number of people who clicked them?If it wasn't 1 or 2 are you trying to send t...
Instead of exporting and re-importing you may want to reach out to Marketo and ask them to map the old field in Marketo to the new field in SFDC. It may save you time updating the information.Otherwise you would probably want to create a campaign and sync everyone to that to track the changes and ta...
There are many ways to approach that issue. Personally, I started learning Velocity scripting today just to overcome an if statement issue.
Figured it out. The velocity script is very easy:#if(${lead.SFDCId}=="")"Does not exist in SFDC"#else"Exists in SFDC"#end
Like I mentioned I set up the SFDC ID token = false, but to the VP it isn't as clear as preferred. I was thinking I would need to create a velocity script to update that based on the field. I am not sure how this would work though.From a coding standpoint I am not as familiar as I would like. would ...
For the purpose of scaleability my VP is asking me to create a field in the alert that explicitly states TRUE or FALSE if person exists in SFDC. One solution, I created though it isn't as clear as he would like is to put the SFDC ID token into the alert if it doesn't have an SFDC ID then FALSE. Doe...
Probably, but you now know what to look for. By the way what are you using to edit the code in? because if you are using a text editor like notepad ++ you could highlight one group of the font-type and it will highlight all the others for you so it won't take as long.