Hi folks how are you ?
I´m new in 365 FO, and Im working in a initialy simple customization.
In Transport Management, the end user can setup discounts that can be applied in transportation taxes. This discount, when used in module inventory management to send products to customer for example, i need to create a memory calculation, in a field, because the discounts are applied correctly by the system, but the end user can be had doubts in final value, and dont understand the reason about the value of the rate are changed.
After searching and studing the code, I check the classes structure:
Class - TMSFwkProcess_XML, TMSFwkDiscountService.
In the class TMSFwkDiscountService occurs the calc, and i want simple save the value of discount in a new customized column, only with the purpose that user can know the original value of the rate of transportation was changed because a discount was applied.
But the problems is the TMSFwk classes are classes that uses C# objects and request and response process, and i dont know how can I for example, change the code to insert new atributes or variables or etc to adapt the system with my new behavior.
There is a way that I can extend this functionality ? In this classes ? For example, the system get the discount in this classes, I check, and the only way to get the discount is in this classes, the first thing that i need is to get the discount.
Thanks a lot