Hi All,
I cannot cancel inventory closing 31/12/2021. When try to cancel it, i get below error
then i tried to debug the issue and found the line of code which is causing issue in the class ProjBudgetTransactionManager/ increaseBudget. Please refer below image
In the line 142, condition 'projBudgetReductionHistory.ProjBudgetAllocationLineIdCost != projBudgetAllocationLine.RecId' get failed.
Table record field projBudgetReductionHistory.ProjBudgetAllocationLineIdCost has 2021 project allocation record and projBudgetAllocationLine.RecId is validating 2022 fiscal years project allocation record from ProjectBudgetAllocationLine table. This is causing the issue.
Can you please advise me how to overcome this issue? Thanks in advance.