PDSSalesLinePricingCalculation::findBySalesLine Method
Finds a PDSSalesLinePricingCalculation table based on a SalesLine record ID.
Syntax
client server public static PDSSalesLinePricingCalculation findBySalesLine(SalesLineRefRecId _salesLineRecId, [boolean _forupdate])
Run On
Called
Parameters
- _salesLineRecId
Type: SalesLineRefRecId Extended Data Type
The SalesLine record ID.
- _forupdate
Type: boolean
Determines whether the found PDSSalesLinePricingCalculation record will be selected for update or not. Optional.
Return Value
Type: PDSSalesLinePricingCalculation Table
The found PDSSalesLinePricingCalculation record; otherwise, an empty buffer.