I am looking to find any info on the out-of-the-box PO Packing slip service for the AIF in DAX 2009. I haven’t been able to find anything related to an AIF service that can Post a PO packing slip so any help would be appreciated.
I am working with a third party who insists that this service exists. However, my inability to find anything related to it has me questioning if it really exists. I searched the forum here and didn’t find much nor did i find anything with google.
As Fabricio mentioned there is no such PO packing slip service but what I’ll suggest that you create a new table and a web service in order to insert the data in the new table from an external application.After getting the data in AX table you can post in internally.
There is a create method in the web service classes which inserts the data.After execution of create method you can write the code in order to post the PO Packing slip.