Skip to main content

I'm trying to create a workflow that will notify the system admin when a change is made to a contact that is not the other except for when it is the system admin.  I so far have this code, which works but I don't know how to except the system admin from the rule.

Any help is appreciated.

thanks,

1 respuesta
  1. 2 mar 2010, 20:03
    AND( LastModifiedBy.ProfileId   <> "XXXXXXXXXXX"',  OwnerId <> LastModifiedById)

     

    where XXXXXXXXXXX is the profile ID for your administrator (go to the administrator profile and copy the 15 digit code starting with 00e.

     

    I believe that should run the rule only if the profile ID of the person who last modified the record is not the profile ID for your administrator, AND the person who last modified it is not the owner.
0/9000