How do marketo and salesforce work together

The sync between Salesforce and Marketo is bidirectional only for leads, contacts, and Salesforce campaigns. In these cases, whenever you make changes in either Salesforce or Marketo, your updates will be reflected in both systems. All other syncs are from Salesforce to Marketo only. How are new leads synced from Marketo to Salesforce? New leads … Read more

How do lookup relationships work in salesforce

Lookup Relationship in Salesforce links two objects together but has no effect on deletion or security. Unlike master-detail fields, lookup fields are not automatically required. When a salesforce lookup relationship is defined, data from one object can appear as a custom related list on page layouts for the other object. Create a Lookup Relationship From … Read more

How do list emails work salesforce

A list email allows you to email to an individual email to each recipient in a list instead of one email to the entire group. So you can send individual and personalized, emails to recipients on contact and lead lists and members of a Salesforce campaign. You can also, choose individual records on a list … Read more

How do investment firms use salesforce

Salesforce helps customer-centric CFOs make customer-centric investment decisions in the following ways: View investment decisions from the customer’s point of view Get a stronger sense of how financial decisions impact the customer relationship Salesforce is helping financial service firms overcome the digital age disruption. It provides a connected interface through which they can intelligently manage … Read more

How do inactive users affect licenses salesforce

The help document says: A deactivated user doesn’t count against your organization’s available user licenses. However, deactivating a user doesn’t reduce the number of licenses for which your organization is billed; you must change your organization’s license count to change your billing A deactivated user doesn’t count against your organization’s available user licenses. However, deactivating … Read more

How do i write debug statements in salesforce apex

Go back to salesforce and click “Setup”. Expand the “Logs” category. Click the “Debug Logs” item. Under “Monitored Users”, click “New”. Type in your first name, click the magnifying glass to select yourself from the list. choose Save. Go to the Apex class you created earlier. Setup->Develop->Apex classes->Test_Foobars You can include System. Debug(‘message’) within your … Read more