Hi dear community!
I have a .NET application that is integrated with D365 FO.
In the application I want the user to suggest an RFQ and a PO that will be sent to D365.
But before sending it to D365, I want the user to see the net amount of his input on parameters like: unit price, qty, discount...etc similar to the fields we have in RFQ lines and PO lines.
The reason is, I don't want to implement a pricing logic in the .NET Application, instead, I want to use the pricing logic of D365 FO so we don't get conflicts.
Is there a helper class or a pricing engine class that I can use to get the net amount for RFQ lines and PO lines?
Any advice is appreciated !
Thanks in advance !