Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This is interesting. Something I also came to realize shortly before this in terms of the program status is to think of that section as a micro funnel in its self with the success leading the individual/Account to the actual pipeline.
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.
That is a unique structure. The few SFDC instances I have seen contacts and leads are apart of campaigns. Think of campaigns like events anyone can attend an event but can only be there once since there is only one person.It sounds like your structure and SFDC functions need to be reviewed. I would ...