We're sending out an email with the requested assets after any form fillout on our website.I'm wondering about how much time do I need to "wait" for SFDC details (mainly lead owner...
We want to use "Page Views" column from "Web page activity" report, into other usages: smart lists and SFDC ReportsIs this possible? can I use a smart campaign for any webpage visi...
I'm trying to apply some rules to unique forms we have on our website (Trial & contact us forms), I want that the lead status will change whenever a lead fills out these forms (exc...
You need to create a smart campaign that sync leads that filled out a form to SF, something like: Smart List: Trigger - Fills out form is "Resource form" Flow: Sync Lead to SFDC ...
Hi Josh, I'm not familier with RCA, but I was able to get this information with the following process:1. I created a custom number field in SF (under leads) and synced it to Market...
The only way to change it via Marketo is with "Change Owner" flow step. Create the following Smart CampaignSmart list: Lead is created , constraint SFDC Type = contactFlow: Change ...
You are correct, formula field calculation does not trigger a sync, it has to wait to a "normal" field update.You can find more data on this topic here:https://community.marketo.co...
In our case, we have record types for both leads and accounts, so we need to create two "Record type name" fields.In your case you need to create this field just on accounts.
The easiest way to do so is create a formula field that translates Record Type ID into Record Type Name, something like:
IF(RecordTypeId = "yourrecordtypeid1", "RTName1",
IF(Rec...
We would like to measure touchpoints per lead / contact (i.e. how many Programs / SF campaigns are tied to a specific lead).I know it's possible within Salesforce (with some develo...