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
GambroGambro 

Outlook Connect: related objects all disappeared when adding email

I've been attempting to configure the O_Dictionary.xml file for Outlook Connect and have managed to cause all the labels of my standard objects to disappear om the 'Related To' tab when adding an email.  I believe it may be caused by the two entries highlighted in red below.  I've tried uninstalling Outlook Connect and deleting the SM registry, removing the suspected entries from the .xml file, but nothing seems to bring back the standard objects.

 

Any ideas?

 

<OverrideOptions value="true">
        <CanModifySyncEntities value="false" />
        <Sync entity="Contact" value="true" />
        <Sync entity="Event" value="true" />
        <Sync entity="Task" value="true" />
        <CanModifySyncDirection value="false" />
        <SyncDirection entity="Contact" value="Import" />
        <SyncDirection entity="Event" value="Import" />
        <SyncDirection entity="Task" value="Import" />
        <CanModifyConflictResolution value="false" />
 <PutRegistry name= "AddShortcuts" type="string" value="false"/>
 <PutRegistry name= "AddTextToToolbar" type="string" value="true"/>
 <PutRegistry name= "AutoLogin" type="string" value="false"/>
 <PutRegistry name= "AutoSearchForContactAssociations" type="string" value="false"/>
 <PutRegistry name= "ButtonStateAddMail" type="string" value="true"/>
 <PutRegistry name= "ButtonStateAddressBook" type="string" value="false"/>
 <PutRegistry name= "ButtonStateAssociations" type="string" value="false"/>
 <PutRegistry name= "ButtonStateCreateCase" type="string" value="false"/>
 <PutRegistry name= "ButtonStateMarkSync" type="string" value="false"/>
 <PutRegistry name= "ButtonStateOptions" type="string" value="false"/>
 <PutRegistry name= "ButtonStateSync" type="string" value="true"/>
 <PutRegistry name= "ButtonStateUnmarkSync" type="string" value="false"/>
 <PutRegistry name= "ButtonStateView" type="string" value="false"/>
 <PutRegistry name= "ButtonStateWhat" type="string" value="false"/>
 <PutRegistry name= "ButtonStateWho" type="string" value="false"/>
 <PutRegistry name= "CustomSearchObjects" type="string" value="Feature Requests"/>
 <PutRegistry name= "DisplayAddedSuccessfully" type="string" value="true"/>
 <PutRegistry name= "DisplayByDefault" type="string" value="Accounts,Opportunity"/>
 <PutRegistry name= "DisplayCheckMark" type="string" value="false"/>
 <PutRegistry name= "DisplaySplash" type="string" value="false"/>
 <PutRegistry name= "DisplaySyncComplete" type="string" value="true"/>
 <PutRegistry name= "DoAutoSearchOnAddMail" type="string" value="false"/>
 <PutRegistry name= "DoNotRevertOptions" type="string" value="false"/>
 <PutRegistry name= "DownloadCompletedEmailTasks" type="string" value="false"/>
 <PutRegistry name= "EnableQuickCreate" type="string" value="false"/>
 <PutRegistry name= "ForceResync" type="string" value="false"/>
 <PutRegistry name= "ModifyFieldMappings" type="string" value="false"/>
 <PutRegistry name= "Restricted" type="string" value="true"/>
 <PutRegistry name= "ScheduledSync" type="string" value="false"/>
 <PutRegistry name= "ShowAfterCase" type="string" value="false"/>
 <PutRegistry name= "ShowAfterEmail" type="string" value="false"/>
 <PutRegistry name= "ShowEditMessageTab" type="string" value="false"/>
 <PutRegistry name= "SpawnExplorer" type="string" value="true"/>
 <PutRegistry name= "SupportAttachments" type="string" value="false"/>
 <PutRegistry name= "UploadAttachments" type="string" value="false"/>

</OverrideOptions>

Message Edited by Gambro on 08-12-2009 01:32 PM