Share via


SalesParmTable::findDeliveryInformationSplitLines_IN Method

Finds the specified record in the SalesParmTable table.

Syntax

client server public static SalesParmTable findDeliveryInformationSplitLines_IN(
    ParmId _parmId, 
    SalesId _salesId, 
    InventSiteId _inventSiteId, 
    CustName _deliveryName, 
    LogisticsPostalAddressRecId _deliveryAddress, 
    CustDlvModeId _dlvMode, 
   [TaxRegistrationNumber_IN _eccNumber, 
    TaxRegistrationNumber_IN _serviceTaxNumber, 
    TaxRegistrationNumber_IN _iecNumber, 
    TaxRegistrationNumberRecId_IN _taxInformation, 
    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