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
RyanheRyanhe 

How to lock down some of the settings in the Salesforce plugin?

Dear All,

 

We want to limit the user permission in Salesforce plugin, and changed the O_Dictonary.xml file to this:

 

<OverrideOptions value="true">

<PutRegistry name="DisplaySplash" type="string" value"false"/> <PutRegistry name="DoNotRevertOptions" type="string"

value"true"/>

<PutRegistry name="ModifyConflictResolution" type="string"

value"false"/>

<PutRegistry name="ModifyFieldMappings" type="string"

value"true"/>

<CanModifySyncEntities value="true" />

<Sync entity="Contact" value="false" />

<Sync entity="Event" value="true" />

<Sync entity="Task" value="true" />

<CanModifySyncDirection value="false" /> <SyncDirection entity="Contact" value="Both" /> <SyncDirection entity="Event" value="Import" /> <SyncDirection entity="Task" value="Export" /> <CanModifyConflictResolution value="false" /> </OverrideOptions> </Document>

 

But when I try to start up outlook afterwards, outlook crashes, and afterwards the salesforce plug-in is missing.

 

Can anybody help to tell me how the Put Registry strings needs to look like?

 

Thank you very much.

 

Best Regards
Ryan He

SuperfellSuperfell
I guess you mean the outlook plugin, You'd probably have a much higher chance of an answer asking on the desktop integration board, where all the outlook edition folks hang out
http://community.salesforce.com/sforce/board?board.id=desktop_integration