Hello,
Could you help me, I'm debugging an error on the projBudgetTransactionManger class, which occurs project budget check error when creating pending invoices.
On the table projBudgetReductionHistory :: findForecastByProjAndCatId ()
Select statement does not give the same existing CostPrice column value on the projForeCastCost table (I checked the RecID all columns are OK, only CostPrice column is different value from what the select get).
How AX get these values and how it works?
I took the same select code and run it on Job, it gives me the right value of CostPrice column on table.
Has anyone been dealing with situations like this?