An attribute in the XX approval rule has a null value
Summary:
We have a requirement on Change Personal Information Workflow
To auto-approve when employee add/update the Home/Personal Phone type.
And it should go for approval when employee add/update the Work Phone
And it should be auto approved when employee deletes Home/Personal/Work/All phone type.
Content (please ensure you mask any confidential information):
We have written these rules:
Rule1: Add/Update Home/Personal phone
((Proposed Person Phone.result.PhoneNumber != "") AND (transactionApprovalRequest.ViewInstanceName == "Phone") AND (Proposed Person Phone.result.phoneType != "W1") AND ((Proposed Person Phone.result.phoneType == "H1") OR (Proposed Person Phone.result.phoneType == "HM")))
Rule2: Add/Update Work phone