Approval for request a position change
Summary:
Hi All,
Requirement is If manager is changing it needs to be auto approved and if other fields are changing it needs to be routed to approver. I have used (Current Position.result.Manager != Proposed Position.result.Manager) for the auto approve and (Current Position.result.Manager == Proposed Position.result.Manager) for the approval process.
1)If i am only changing manager it is working fine.
2)If i am changing other than manager fields it is working fine.
3)If i am changing both manager and other fields it is getting auto approved. it should not work like that it should trigger approval.