Hi all,
I need to execute OOB "salesorder recalculate price" feature with code (c# or call webapi etc). Is there any way to do it?
My problem is;
I have a salesorder and multiple items (salesorderdetail), for exp. total amount is 10$. If I delete a salesorderdetail (2$ price) with web API call salesorder 's totalamount does not calculated until open record from UI. when you check advanced find still see 10$.
When I develop XrmLibrary I found something like this but a bit different, when you convert salesorder to invoice with SDK (ConvertSalesOrderToInvoiceRequest) invoice total amount not calculated until open record or perform any request on this record with SDK (https://github.com/emregulcan/xrmlibrary.2015/issues/5) .
Regards
*This post is locked for comments