SalesLine::mcrInvoiceShipToChildExists Method
Checks if any invoiced lines exist for a given multiple ship to parent so that we can lock down fields that may affect the price.
Syntax
client server public static boolean mcrInvoiceShipToChildExists(InventTransId _parentLotId)
Run On
Called
Parameters
- _parentLotId
Type: InventTransId Extended Data Type
The parent inventory transaction ID.
Return Value
Type: boolean
true if the record does not exist; otherwise, false.