• MEstes
  • NEWBIE
  • 0 Points
  • Member since 2008
  • Salesforce Business Analyst
  • Sika Corporation

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 4
    Replies
I have a custom Object (Lab_Request__c) and it goes through an approval process.  We've found Users can add Files to the record after the approval has completed.  Some users (Lab Manager) shoud be able to still add files, but not the rest. 

So 
1. If Status = Complete and User does Not have Permission Set A, then Block the Addition of Files to this record.

I had a trigger similar to this with cases, (no files on closed cases) but I'm having trouble finding the code now...

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:34 PM
  • August 12, 2009
  • Like
  • 0
When creating a new task by adding an email from Outlook to Salesforce, the status for the newly created task defaults to Unable to Complete (one of our completed tasks statuses). Is there any way to change this default status to Completed?
Message Edited by greenstork on 04-29-2009 01:30 PM

For the Note & attchment Related Link, it possiblt to remove Attach File button?

Or have any idea or suggestion not let the user to attach the file?

 Thanks.

 

Best Regrds:

May

Looking for a way to create folders for attachments at the Account level. Example: the sales rep attaches a contract at the Account level and once it is executed, we then attach that to the Account level as well. Any ideas how to do this other than a work around of the original contract being attached at the Opportunity level and the exectuted at the Account level?