Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello @Tom_Kerlin2 , Is there a plan to merge the environments in the future? i.e. Use Marketo workspaces / Partitions, and SFDC Divisions? There a a few options depending on your other business requirements. One example - If you don't mind duplicates (the same person created in 2 different Marketo...
Hello @eyilmaz ,Do you mind putting the actual CNAME and a Test Marketo Landing Page in here so I can check on it?Thanks,oz
Hello @Jay_Jiang , Assuming the sync configuration was set up properly you should be able to access individual Opportunities viaSmart listshttps://docs.marketo.com/display/public/DOCS/Opportunity+Filters+and+TriggersVelocity scriptinghttps://developers.marketo.com/email-scripting/and as mentioned th...
@Veronica3 ,Wonderful!Glad I could help. If you don't mind and you found those suggestions helpful could you mark it as solved?
Hello @Malik_Zafar2 , There are several likely culprits, and some are rabbit holes. example of possible issues:You could have a backlog so the changes could be delayed if they are occurring.Check with support to see if you have a backlog.Your batch could have a flow step "sync to SFDC" which makes a...
Hello @JK_BI , Thanks for clarifying.It sounds like you could get by with mostly Marketo tokens. You may need velocity scripting if you have a preference for how to display Datetimes. Email -> {{lead.Email Address}}https://docs.marketo.com/display/public/DOCS/Tokens+Overview#TokensOverview-PersonTo...
Hello @cwwrezerone , There are several steps you will need to clear first such as authentication, getting a next page token, getting your activity type ID. I recommend reading through the Developer documentation. High level Authenticatehttps://developers.marketo.com/rest-api/endpoint-reference/auth...
Hello @JK_BI , Could you elaborate a bit more on what you are trying to accomplish?In a high level to leverage variables in Email templates you have 2 steps.1) Declare variables, and2) then you use them.* Example in the head section you define a variable. Here we define what a variable will be in te...
Hello @Katy_Hickey , Can you double check a few things.Check the field mapping for the field you use on the form.* Example field may be mapped to a field in DCRM you did not expect. #2Check if you have a backlog. Ask Marketo support for help with that.
Yes, the 27 values in that filter are evaluated with an "OR" operator.This is why I mentioned you will have to break them up into 27 separate filters so you exclude all of them. Also why I mentioned a helper smart list that has a different operator. It's a little difficult to explain without going...