( RecordTypeId = "012S00000008lqb")
&&
OR(
ISPICKVAL(PRIORVALUE( Status ), "In Approval Process")
)
&&
OR(
ISPICKVAL( Status , "Active")
)
7 respuestas
Can you post the exact VR you used? I've tested this on my Developer SFDC Org and did not get any syntax errors. Also, I notice your has: "WealthCounsel_Membership_Contract" is that the actual Record Type Name? (they usually do not have underscores) AND(
$
RecordType.Name= "Contract",
ISPICKVAL(PRIORVALUE(Status), "In Approval Process"),
TEXT(Status) = "Active")