Hi all !
Now, i am connecting CRM to AX.
I need create a picking slip (SO) by C# and use AIF service ! help me a solution or code !
Thanks all !
*This post is locked for comments
I have the same question (0)

Hi all !
Now, i am connecting CRM to AX.
I need create a picking slip (SO) by C# and use AIF service ! help me a solution or code !
Thanks all !
*This post is locked for comments
I have the same question (0)You can create picking list (it's picking list, not picking slip. There is another thing called packing slip) using the default service provided by MS Dynamics AX 2012.
The service can be found in AOT>Services>InventPickingListService. (In case it is packing slip, use this service SalesSalesPackingSlipService). If it is Sales order, use SalesSalesOrderService service. All these services can be found in AOT > Services > <Service Name>
1. Add reference to this service in your C# project
2. Create service client
3. Access AxdPickingList class
4. Use the above class (classes) to create picking list or packing slip or Sales order according to your needs