PmfBatchOrderReferences::hasSalesLineBatchOrders Method [AX 2012]

Indicates whether the sales order has one batch order reference.

server public static boolean hasSalesLineBatchOrders(SalesLine _salesLine)

Run On

Server

Parameters

_salesLine
Type: SalesLine Table
The sales line record to check.

Return Value

Type: boolean
true if the sales order has one batch order reference; otherwise, false.
Show: