How to create Sales Order by SysOperation framework
How to create Sales Order by SysOperation framework is you know that sales order is the most important and useful feature of Dynamic-365 F&O and many developers have requirement to create sales order through x++ code. in this blog i will share the complete step by step process with x++ code. But before starting you should need to know the complete cycle of creating sales order. 1- Create Sales order 2- Confirm Sales order 3- Create Picking List 4- Register picking list 5- Create Picking Slip 6- Invoiced Sales order So let’s get started, first, you need to create the following three classes for Sys Operation. SOSysOperationsController // SO Sales Order SOSysOperationsContract SOSysOperationsService Then finally create Display Menu Item to open Parameter form. step-1 : create a class with the following name and extends from SysOperationServiceController or copy paste the following code....