Hello all,
I have a custom relation between Operations and CostCategories, the worker will select from JobRegistration Form which production and costCategory he will work on. In theory the original behavior of AX for Registering job will not be changed. since the worker will still mark on the specific jobId ( by finding it by OprId,ProdId inside JmgJobTable)
I just need to write on ProdTableTrans, JmgTermReg and JmgStampJournalTrans tables the cost Category in the newly added custom Field of each: AKS_CostCategoryId
or just change directly the costcategoryId inside the orignal ProdRouteTrans.CategoryId
I have been debuggin but I still not finding where to code/modify that Commit registration.
your help is greatly appreciated