Hi
My user give me the request
They have commitment item below the same group. They need to check budget in CI before. If the budget exceeds, they need to check budget at superior CI.
for example
CI01-1 and CI01-2 is under CI01
they will insert original budget and release on
CI01-1 1000
CI01-2 2000
so the total in CI01 will be 3000
when create PO with CI01-1 with value 1200
they need to check CI01-1 before and go to check at CI01.
If does not exceed 3000 then post commit in CI01-1 else show message error.
How can I configure for this case?
Thank you