You need to sign in to do that
Don't have an account?
Task VR: Only one specific field can be edited once Take is completed
Hello again!
I am looking for a quick fix for an issue that we have. We have a custom picklist field called "Related Campaigns" (this allows us to use the Related To look up field for Opportunities and Accounts). We currently have a VR in place which does not allow most users to edit a Task once it is Completed.
Is there a way to edit this rule, or include a second rule that says only the Related Campaign field may be edited once a Task is completed?
Here is the current rule restricting all editing of completed activities:
NOT(ISNEW())&&
$Profile.Id <> "00e80000000wY2R" &&
$Profile.Id <> "00e80000000xJTO" &&
$Profile.Id <> "00e80000000xJTh"&&
ISPICKVAL( PRIORVALUE(Status), "Completed")
Thank you in advance!
Yeah, pretty much.
Basically the "formula" is
IF(COUNT: "Fields to be Locked" <= "Time Available", "Write Validation Rule","Use Page Layouts")