Notifications
Announcements
No record found.
class DTUpdateInventTrans_Eventhandler { /// <summary> /// /// </summary> /// <param name="args"></param> [PostHandlerFor(tableStr(InventTrans), tableMethodStr(InventTrans, update))] public static void InventTrans_Post_update(XppPrePostArgs args) { } }
class DTUpdateInventTrans_Eventhandler { /// <summary> /// /// </summary> /// <param name="args"></param> [PostHandlerFor(tableStr(InventTrans), tableMethodStr(InventTrans, update))] public static void InventTrans_Post_update(XppPrePostArgs args) { InventTrans inventTrans = args.getThis(); InventDim inventDim; select InventLocationId from inventDim where inventDim.inventDimId == inventTrans.inventDimId; // != inventTrans.orig().Qty) if (inventTrans.Qty) { info(strFmt("inventTrans.ItemId: %1,inventDim.inventLocationId: %2,inventTrans.Qty: %3,inventTrans.orig().Qty: %4",inventTrans.ItemId,inventDim.inventLocationId,inventTrans.Qty,inventTrans.orig().Qty)); } } }
public void update () { next update(); //Your info statement }
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 467 Super User 2025 Season 2
Martin Dráb 420 Most Valuable Professional
BillurSamdancioglu 241 Most Valuable Professional