Correct Termination Rule Always Fires Even During Normal Termination
Summary:
Hello Experts, I have configured two approval rules: one for Correct Termination and one for Normal Termination. However, when I perform a normal termination, the system always triggers the Correct Termination rule instead of the normal termination rule. I want to understand why this is happening and how to fix the logic.
Content (please ensure you mask any confidential information):
Correct Termination
((transactionApprovalRequest.sensorDataReferenceCode != "ReverseTermination") AND (transactionApprovalRequest.sensorDataReferenceCode != "Terminations")) then Auto Approve
Termination
(transactionApprovalRequest.sensorDataReferenceCode equalsIgnoreCase "Terminations") then Representative
When I submit a Normal Termination, instead of firing the Normal Termination rule, Fusion always fires the Correct Termination rule.