Share via


SalesParmTable::findDeliveryInformation_IN Method

Finds the specified record in the SalesParmTable table.

Syntax

client server public static SalesParmTable findDeliveryInformation_IN(
    ParmId _parmId, 
    SalesId _salesId, 
    ExportInvoiceId_IN _invoiceId, 
    CustName _deliveryName, 
    LogisticsPostalAddressRecId _deliveryAddress, 
    CustDlvModeId _dlvMode, 
   [boolean _update])

Run On

Called

Parameters

  • _update
    Type: boolean
    A boolean vale is used to decide whether update record; optional.

Return Value

Type: SalesParmTable Table
A record in the SalesParmTable table.

See Also

Reference

SalesParmTable Table