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 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
- _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.
- _inventSiteId
Type: InventSiteId Extended Data Type
The invent site 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.
- _eccNumber
Type: TaxRegistrationNumber_IN Extended Data Type
The tax registration number; optional.
- _serviceTaxNumber
Type: TaxRegistrationNumber_IN Extended Data Type
The seviece tax number; optional.
- _iecNumber
Type: TaxRegistrationNumber_IN Extended Data Type
The tax registration number; optional.
- _taxInformation
Type: TaxRegistrationNumberRecId_IN Extended Data Type
The tax infomation; optional.
- _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.