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...
Seems like you can't....I just checked this link:http://marketo.force.com/articles/apex/MarketoPKBArticle?Id=kA050000000KzT7any user can see his own custom views.
Also, check the field level security for "Lead score" fields (for in leads and contacts). There are cases that the "Visible" checkbox is off for some SF profiles, so they can't see...
Seems like it's not possible...an idea wasalready posted on this topic, so you can vote for it:https://community.marketo.com/MarketoIdeaDetail?id=08750000000Hv6yAAC