Need to build an approval rule for Person Name (Person Details page)
Summary:
Hi Team,
I need to build an approval rule for Person Name.
Requirement: As per the current Approval Rule, at least one of the fields (FirstName, LastName, MiddleNames) value should be updated. Then only it will go for Approval. Employee modifies only the "Effective Start Date"( When does this name change start?) and leaving the other fields (FirstName, LastName, MiddleNames) unchanged, it causes error in the request.
Content (required):
Current Approval rule:
(((Worker's Assignment.result.legalEntity == "Axis Bank Ltd.") AND ((Current Person GlobalName.result.LastName != Proposed Person GlobalName.result.LastName) OR ((Current Person GlobalName.result.FirstName != Proposed Person GlobalName.result.FirstName) OR ((Current Person GlobalName.result.MiddleNames != Proposed Person GlobalName.result.MiddleNames) OR (Current Person Contact GlobalName.result.Title != Proposed Person Contact GlobalName.result.Title))))) AND (Current Person GlobalName.result.EffectiveStartDate != null))