function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
StefanStefan 

Outlook Connect - stop users from adding Contacts

How can I stop users from creating new Salesforce contacts from Outlook?

 

I would like them to be able to sync changes just not add new records.

 

We have some required fields in Salesforce but these are ignored whe adding a contact from Outlook.

Best Answer chosen by Admin (Salesforce Developers) 
StefanStefan

I came up with a workaround.

 

Required fields are of course on the page level which Outlook does not see.

 

So I added a validation rule to Contacts which duplicated the required field rule on my custom field.

 

I added a message "Add contacts in Salesforce....."

 

As users adding contacts in Salesforce will see the page rule first, they will never see the validation rule. Only Outlook users will see this message.