Announcements
No record found.
/// <summary> /// The Class used to export Global production order qty /// </summary> /// GlobalAllProdOrderQty public class xyzProductionOrderQtyController extends SysOperationServiceController { /// <summary> /// Method to show description of the class. /// </summary> /// <returns>Description</returns> public Description getCaption() { return "@KGlobalProductionOrdersQty"; } /// <summary> /// method used to construct controller and data contract. /// </summary> /// <param name = "_args">args</param> /// <returns>controller object</returns> public static xyzProductionOrderQtyController construct(Args _args) { xyzProductionOrderQtyController controller; controller = new xyzProductionOrderQtyController (classStr(xyzProductionOrderQtyServices), methodStr(xyzProductionOrderQtyServices),run), SysOperationExecutionMode::Synchronous); controller.parmDialogCaption("@KProductionOrdersQty"); return controller; } /// <summary> /// main /// </summary> /// <param name = "_args">args</param> public static void main(Args _args) { xyzProductionOrderQtyController controller = xyzProductionOrderQtyController (_args); controller.startOperation(); } }
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!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 689
André Arnaud de Cal... 478 Super User 2026 Season 1
Syed Haris Shah 258 Super User 2026 Season 1