How To Create Accrual Clearing Rule For Finally Closed PO
Summary
How To Create Accrual Clearing Rule For Finally Closed POContent
I have seen many business where they want to have accrual cleared by accrual engine for Finally closed PO. We can create custom rule for the same.
The PO status should be in Finally closed status to pick the condition.
Navigation:-
Supply chain Execution ->Receipt accounting -> Manage accrual clearing Rule
You have to write the below condition for rule to Pick finally closed PO
AccrualLine.PO Status.toUpperCase() = "CLOSED"
Check the attached image to see how rule looks like
Tagged:
2