PurchSelectLinesManager.doesLineExistForPurchId Method [AX 2012]

Determines whether the record ID of the specified PurchLine record occurs in the newPurchLineSet set for the purchase ID of the specified PurchTable record.

private boolean doesLineExistForPurchId(PurchId _purchId)

Run On

Called

Parameters

_purchId
Type: PurchId Extended Data Type
The purchase order ID value.

Return Value

Type: boolean
true if the record ID of the specified PurchLine record exists; otherwise, false.

Community Additions

ADD
Show: