Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if same invoice id is selected in the Shipping bill, SalesEditLines form, Overview tab. If so stop parmline creation.
Syntax
client server public static boolean checkDuplicateInvoiceId_IN(
ExportInvoiceId_IN _customsExportInvoiceid,
SalesIdBase _salesId,
ParmId _parmId)
Run On
Called
Parameters
- _customsExportInvoiceid
Type: ExportInvoiceId_IN Extended Data Type
The customer export invoice id is used to find record.
- _salesId
Type: SalesIdBase Extended Data Type
The sales id is used to find record.
- _parmId
Type: ParmId Extended Data Type
The parm id is used to find record.
Return Value
Type: boolean
Returns true, if exist record; otherwise, false.