Hi,
I’m in the process of an IFS9 to IFS10 upgrade project. In IFS9 there was an API method we used to create a picklist in the system for a shop order. We would then later use that created picklist to invoke a client print and pull the XML data for that shop order picklist from the database.
The API we use in IFS9 is:
IFSAPP.Shop_Material_Pick_Util_API.Create_So_Pick_List
In IFS10 there is no such API and it appears that all the APIs that I can find to create picklists use private methods that I cannot invoke. Can I get some help to find a similar method to call? I basically just want to tell the system to create a picklist for all material on X shop order.
Thank you!