Skip to main content
Question

Sales to Production order creation issue-> When I am creating sales to production order with Blend to container order time its not creating production order processing screen source code is attached for reference


 

public PXFilteredProcessingJoin<TSFixedDemand, TSProductionOrdersCreateFilter,
            InnerJoin<InventoryItem,
        On<InventoryItem.inventoryID, Equal<TSFixedDemand.inventoryID>>,
    LeftJoin<SOOrder,
        On<SOOrder.noteID, Equal<TSFixedDemand.refNoteID>>,
    LeftJoin<SOLineSplit,
        On<SOLineSplit.planID, Equal<TSFixedDemand.planID>>,
    LeftJoin<SOLine,
        On<SOLine.orderType, Equal<SOLineSplit.orderType>,
        And<SOLine.orderNbr, Equal<SOLineSplit.orderNbr>,
        And<SOLine.lineNbr, Equal<SOLineSplit.lineNbr>>>>,
    LeftJoin<INItemClass,
        On<INItemClass.itemClassID, Equal<InventoryItem.itemClassID>>,
    LeftJoin<SOOrderType,
        On<SOOrderType.orderType, Equal<SOOrder.orderType>>,
    LeftJoin<TSProdFormulaMTranSplit, On<TSProdFormulaMTranSplit.planID, Equal<TSFixedDemand.planID>>
      , LeftJoin<TSProdBOMMtranSplit, On<TSProdBOMMtranSplit.planID, Equal<TSFixedDemand.planID>>>
   /* , LeftJoin<TSProdBOMMtranSplit, On<TSProdBOMMtranSplit.planID, Equal<TSFixedDemand.planID>>>*/>>>>>>>,
    Where<
        Where<TSFixedDemand.supplyPlanID, IsNull,
            And2<Where<TSFixedDemand.inventoryID, Equal<Current<TSProductionOrdersCreateFilter.inventoryID>>,
                Or<Current<TSProductionOrdersCreateFilter.inventoryID>, IsNull>>,
            And2<Where<TSFixedDemand.siteID, Equal<Current<TSProductionOrdersCreateFilter.siteID>>,
                    Or<Current<TSProductionOrdersCreateFilter.siteID>, IsNull>>,
            And2<Where<SOOrder.customerID, Equal<Current<TSProductionOrdersCreateFilter.customerID>>,
                    Or<Current<TSProductionOrdersCreateFilter.customerID>, IsNull>>,
            And2<Where<TSFixedDemand.planDate, GreaterEqual<Current<TSProductionOrdersCreateFilter.requestedOnStartDate>>,
                    Or<Current<TSProductionOrdersCreateFilter.requestedOnStartDate>, IsNull>>,
            And2<Where<TSFixedDemand.planDate, LessEqual<Current<TSProductionOrdersCreateFilter.requestedOnEndDate>>,
                    Or<Current<TSProductionOrdersCreateFilter.requestedOnEndDate>, IsNull>>,
            And<Where<INItemClass.itemClassCD, Like<Current<TSProductionOrdersCreateFilter.itemClassCDWildcard>>,
                    Or<Current<TSProductionOrdersCreateFilter.itemClassCDWildcard>, IsNull>>>>>>>>>>> FixedDemand;

 

3 replies

Kandy Beatty
Captain II
Forum|alt.badge.img+16
  • Captain II
  • 2199 replies
  • December 22, 2023

HI @mayurig23 

What happens when you Remove the Hold on the Order then click the 3 dots and chose Create Production Order?


  • Author
  • Freshman I
  • 2 replies
  • December 27, 2023

when I am removing hold and trying to create production order its coming blank I have attached screen shot of it


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • 2730 replies
  • January 18, 2024

Hi @mayurig23 were you able to find a solution? Thank you!


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings