Share via


SalesQuotationToLineUpdatePrompt::newFromSalesQuotationTable Method [AX 2012]

Initializes an instance of the SalesQuotationToLineUpdatePrompt class, based on a SalesQuotationTable record.

Syntax

server public static SalesQuotationToLineUpdatePrompt newFromSalesQuotationTable(SalesQuotationTable _salesQuotationTable)

Run On

Server

Parameters

  • _salesQuotationTable
    Type: SalesQuotationTable Table
    A SalesQuotationTable record to initialize the SalesQuotationToLineUpdatePrompt class from.

Return Value

Type: SalesQuotationToLineUpdatePrompt Class
An instance of the SalesQuotationToLineUpdatePrompt class.

See Also

Reference

SalesQuotationToLineUpdatePrompt Class