<turbo-stream action="update" target="wiki_card"><template>

<h1>How To Use MS Dynamics NAV Web Services to create Sales Orders</h1>
<div class="trix-content"><p>When you want to create new Sales Orders in MS Dynamics NAV, the obvious choice is to publish the standard Sales Order Page (Page 42) as a Web service and use this Web service to insert the new Sales Orders in NAV.<br><br>But you need three Web Service calls to create a completely new Sales Order:</p><ol><li>In the first call, you create an empty header;</li><li>Then you update this header with e.g. Customer No, etc., and create some empty lines;</li><li>And then in the third call, you can finally update the lines with e.g. Item No and Quantity, and now you have a complete Sales Order in MS Dynamics NAV.</li></ol><p>On our side, we have simplified the process so you can create 1 Sales Order via a single transfer. Check this <a href="https://www.rapidionline.com/product-updates/how-to-create-a-ms-dynamics-nav-sales-order-using-web-services-navision">article</a> and learn more about it.&nbsp;</p></div>
</template></turbo-stream>

