
I have made it so that the Opportunity Record Type changes to a locked record once moved to "Deal Complete, Contract Complete". This locks everything on the opportunity, but it won't let me know the Stage field.
8 réponses
Opps! Forgot to add the exclusion of the System Administrator: AND(
TEXT(PRIORVALUE(StageName)) = "Some Locked Stage Name Here",
ISCHANGED(StageName),
$Profile.Name <> "System Administrator"
)