Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

Create sales order from sales quotation

$
0
0
Following code is used to create sales order from sales quotation: static void createSalesOrderFromQuote(Args _args) { SalesQuotationTable salesQuotationTable = SalesQuotationTable::find(""); SalesQuotationEditLinesForm editLinesForm; ParmId parmId; editLinesForm = SalesQuotationEditLinesForm::construct(DocumentStatus::Confirmation); parmId = editLinesForm.parmId(); editLinesForm.initParmSalesQuotationTable(salesQuotationTable); editLinesForm.parmTransDate(systemDateGet()); editLinesForm...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>