Share via


ReqTransPoSplit::pmfFormulaMultipleAndBOMValid Method [AX 2012]

Check formula multiple rules when splitting a batch order.

Syntax

client server public static boolean pmfFormulaMultipleAndBOMValid(
    ItemId _itemId, 
    InventDim _inventDim, 
    BOMId _bomId, 
    RouteId _routeId, 
    date _reqDate, 
    date _dlvDate, 
    InventQty _qty, 
   [InventQty _qtySplit])

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    The InventDim record for this test, used in lookups.
  • _routeId
    Type: RouteId Extended Data Type
    The original route ID that is used; a warning is displayed if this would change after the split.
  • _reqDate
    Type: date
    The date of the original request or order.
  • _dlvDate
    Type: date
    The date for the new split or order.

Return Value

Type: boolean
true if the values are valid or the user responded to override the warnings; otherwise, false .

See Also

Reference

ReqTransPoSplit Class