I am trying to return the Inventory Onhand to the List of Items w.r.t Warehouse and Config. I have made all the 3 parameters as Containers and and inserting into temporary table and returning the temporary table.When i am testing through Job it is working Fine, However when i am trying to add To Operation Method for the respective Service i am not getting the method which i have created to add under operations. Can you please let me know what would be the root cause. Below is the code which i have written in the class.
Thanks a lot for sharing the blog. I was going through the blog but in our case i need to List of Items, Warehouses and Configs as Parameters and return Item Id and Its On Hand. I this case how we need to modify it
In our case we have three parameters as List. So could you please help me how the list of Data would get initialized when i am using collection class as input parameter
When i am passing input parameter as collection class, how the data would get assigned and how can we compare the data if we need to select the data from table based on the class values.