ShipCarrierShipmentInvoice::exist Method
Determines whether the specified record in the ShipCarrierShipmentInvoice table exists.
Syntax
client server public static boolean exist(WMSShipmentId _wmsShipmentId, RefRecId _custInvoiceJourRefRecId)
Run On
Called
Parameters
- _wmsShipmentId
Type: WMSShipmentId Extended Data Type
The 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.