Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
if you're trying to see opportunity records, you'll have to view them per person record in the Opportunities tab. There is no tabular view of opportunities available in the Marketo UI
Ah yes, I admit I forgot that the form field is still visible for a split second when you change values that way. I would then probably just use js to add hidden fields for the fields that are empty and set the values of those to NULL. It might be hacky but I think it should work.
Yes both SFMC and a Marketo instance can be connected to a SFDC org at the same time. This is the (unfortunate) case for us right now due to different business units operating out of the same SFDC org.
with some mktoForm js you could change the field values to be "NULL" on submit if the field value is empty
create program endpoint takes form data not json. as per the example in api docs, your payload should be something like:name=EmailProgramTest&folder={"id":619900,"type":"Folder"}&type=Default&channel=Nurture Email&costs=[{"startDate":"2022-01-01","cost":2000}] p.s. that's a really big number for fol...
There are other threads on this in the community and the situation as of 2019 is that SSO is not supported in the launchpoint Webex connector
The engagement program only cares if the lead is a member of that program. The smart campaign of the default program that sends the emails works independently of the engagement program cast. If the lead has a status in the default program then to the engagement program, that default program is done ...
That depends on the question, do you have a CRM and are you keeping Marketo and the CRM separate on purpose? or, do you not have a CRM in the first place?In the first scenario, SFDC integrated with Marketo, by far, provides a lot more capabilities. Other CRMs integrated with Marketo via middleware w...
commonly, # are used instead of ? for anchors. I don't know why your web devs decided to use ?So if you are doing something different to the standard then it's something to do with your javascript. Your web devs will need to fix it as it's not a problem with marketo emails or anything marketo relate...
We would like to replace the Marketo's default unsubscribe link {{system.unsubscribeLink}} in the footers of emails with a link to our company's unsubscribe form https://www.example.com/unsubscribe.Just set up a redirect rule in Admin -> landing pages for the marketo UnsubscribePage.html to your own...