ProjTable.createSalesTable_sales Method
Creates a SalesTable record that is associated and initialized with details from the current project.
Syntax
public SalesTable createSalesTable_sales(CustCurrencyCode _currencyCode, [SalesQuotationLine _salesQuotationLine])
Run On
ClientOrServer
Parameters
- _currencyCode
Type: CustCurrencyCode Extended Data Type
The currency code with which to create the SalesTable record.
- _salesQuotationLine
Type: SalesQuotationLine Table
A SalesQuotationLine record with which to associate the SalesTable record; optional.
Return Value
Type: SalesTable Table
The SalesTable record.
Remarks
This method also associates the new Salestable record with a SalesQuotationLine record if it is passed in as a parameter.