When configuring the target Adapter for Microsoft Dynamics NAV, the
following actions are available under the Stored Procedures node
on the Data Objects tab of the Configure Steps window:
ConvertSalesQuote —
The action performs the conversion of a sales quote to a sales order and
has the QuoteNoToConvert input and the ConvertedOrderNo
output parameters.
ReleaseSalesDocument —
The action changes the status of the sales document, namely a sales order
or a sales quote, from ”Open” to ”Released”. The action has two input
parameters - ReleaseDocType and ReleaseDocNo.
Note: After the status of a sales order is ”Released”, you cannot
modify the order unless you reopen it by running the corresponding
custom action.
ReopenSalesDocument —
The action changes the status of the sales document, namely a sales order
or a sales quote, from ”Released” to ”Open”. The action has two input
parameters - ReleaseDocType and ReleaseDocNo.
Note: The ReleaseSalesDocument and ReopenSalesDocument
actions have the same parameters but perform two opposite functions.
PostSalesOrder —
The action executes posting of a sales order and has the OrderNoToPost
input and PostedInvoiceNo output parameters.