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 salesOrder is fully updated for shippingBill.
Syntax
client server public static boolean checkShippingBillFullyDone(SalesIdBase _salesId, InvoiceId _invoiceId)
Run On
Called
Parameters
- _salesId
Type: SalesIdBase Extended Data Type
The SalesId of salesOrders for which shippingBill is updated.
- _invoiceId
Type: InvoiceId Extended Data Type
The InvoiceId of the salesOrders for which shippingBill is updated.
Return Value
Type: boolean
true if SalesOrder line quantity is fully updated for shippingBill otherwise, false.