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.
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
- _parmId
Type: ParmId Extended Data Type
The parm id is used to find record.
- _salesId
Type: SalesId Extended Data Type
The sales id is used to find record.
- _invoiceId
Type: ExportInvoiceId_IN Extended Data Type
The invoice id is used to find record.
- _deliveryName
Type: CustName Extended Data Type
The deliver name is used to find record.
- _deliveryAddress
Type: LogisticsPostalAddressRecId Extended Data Type
The deliver address is used to find record.
- _dlvMode
Type: CustDlvModeId Extended Data Type
The delive mode is used to find record.
- _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.