Announcements
No record found.
protected Amount calcActualCost(ITMCostTrans _shipCostTrans, ITMLine _shipLine) { ITMCostInvoiceTrans shipCostInvoiceTrans; ITMCostAllocateTrans shipCostAllocateTrans; select sum(AllocatedAmount) from shipCostAllocateTrans where shipCostAllocateTrans.PurchLineRefRecId == _shipLine.RefRecId && shipCostAllocateTrans.PurchRefTableId == _shipLine.RefTableId && shipCostAllocateTrans.PurchLineDataArea == _shipLine.ShipDataArea exists join shipCostInvoiceTrans where shipCostInvoiceTrans.TableId == shipCostAllocateTrans.RefTableId && shipCostInvoiceTrans.RecId == shipCostAllocateTrans.RefRecId && shipCostInvoiceTrans.RefTableId == _shipCostTrans.TableId && shipCostInvoiceTrans.RefRecId == _shipCostTrans.RecId; return shipCostAllocateTrans.AllocatedAmount; }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 509 Super User 2026 Season 1
Giorgio Bonacorsi 375
Adis 268 Super User 2026 Season 1