ShipCarrierShipmentInvoice::checkExist Method
Determines whether the specified record exists in the ShipCarrierShipmentInvoice table; if not, an error message is displayed.
Syntax
client server public static boolean checkExist(WMSShipmentId _wmsShipmentId, RefRecId _custInvoiceJourRefRecId)
Run On
Called
Parameters
- _wmsShipmentId
Type: WMSShipmentId Extended Data Type
The WMS Shipment ID of the ShipCarrierShipmentInvoice table record.
- _custInvoiceJourRefRecId
Type: RefRecId Extended Data Type
The reference to the CustInvoiceJour table record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.