• Hemin
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

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

  • January 07, 2009
  • Like
  • 0