RLP
2010-10-01 13:58:03 UTC
From Ax2009, how can I update the quotation status (to sent, confirmed,
cancelled, lost)?
I've searched in Internet and AOT for something similar to the class that
can be used to update sales orders:
salesFormLetter = SalesFormLetter::construct(DocumentStatus::Invoice);
salesFormLetter.update(
_salesTable, //SalesTable record to be posted
systemDateGet(), //Transaction date
SalesUpdate::All, //Which qty should be used
AccountOrder::None,
NoYes::No, //Is document a proforma
NoYes::No); //Should document be printed
Thanks in advance!!
cancelled, lost)?
I've searched in Internet and AOT for something similar to the class that
can be used to update sales orders:
salesFormLetter = SalesFormLetter::construct(DocumentStatus::Invoice);
salesFormLetter.update(
_salesTable, //SalesTable record to be posted
systemDateGet(), //Transaction date
SalesUpdate::All, //Which qty should be used
AccountOrder::None,
NoYes::No, //Is document a proforma
NoYes::No); //Should document be printed
Thanks in advance!!
--
RLP
RLP