Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks for the help. I got this sorted with your help.
I will try to clear up the question.I am setting a date in which I am looking to check if the date has occurred when the smart campaign runs (batch job - daily).If the date has passed, I want the record to be included in the batch job. In SFDC this is simple, "date value < today".
While I agree with your assessment in potentially missing good prospects, this solution matches some business requirements and while not absolute, certainly hits across a large segment.
Yes, that was the problem. In the integrations in zoom, you must add the email address of the account that will be scheduling the webinar. Once that was done, my webinars showed up. Steps for everyone else.1. Go to https://marketplace.zoom.us/2. Find the Marketo Integration (under Marketing)3. On...
Did you ever get this fixed? I am running into the same issue. I have one webinar connected and collecting registrations and another newly created Zoom webinar that displays the error message 'Account has no webinars scheduled'.
FF 69.0.2, Mac 10.14.6I am getting my interactions from smart campaigns, but I would prefer it not to trigger an error.
I would be interested in seeing this as well.
Hi Kristen,Very familiar with Hoolpa, but really looking for Marketing dashboards. Still looking for something that really works. Playing right now with a free platform called Rise. Not super great, but let's one embedded almost any page into the dashboard. So it might actually be done from a nu...
Silly me, I found it. It is in the Campaign Inspector. There is a column of triggers. There are also columns for Activity Filters, and Worfklow. You can search for the trigger you are looking for and export the results as well. So best kind of question when you can answer it yourself.
Found an even better solution.Jquery is loading first as it is declared in the header. As the Forms2.js is placed inline (after the header), I modifed the call to first check jQuery is ready, then check that the form is loaded to begin processing. //Attach change of select to display $(document)...