PurchReqPurchaseOrderGenerationRule::canConsolidateStatic Method [AX 2012]

Determines whether the record can be aggregated.

client server public static boolean canConsolidateStatic(PurchReqLine _purchReqLine)

Run On

Called

Parameters

_purchReqLine
Type: PurchReqLine Table
The record ID in the PurchReqLine table.

Return Value

Type: boolean
true if the record can be consolidated; otherwise, false.
Show: