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

  • _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.

See Also

Reference

ProjTable Table