Hi All,
I want to change the business logic of inventory lookup at the store (MPOS). Inventory Lookup get the data from D365 HQ with the help of RTS (Real Time Service) Classes.
I want to change the business logic of existing default method that is being used in RTS service through Chain of Command for Class and I've tried to change it and got the impact if run my code with hardcode parameters in runnable job class and also checked it is running my custom logic.
When method get call from MPOS through RTS it don't call my custom logic
Here is a screenshot of Code :-
Here is a screenshot of MPOS inventory lookup form :-
Regards,