Hi experts,
I have a requirement based on that whenever a condition type is updated in ECC pricing re determination does not happen in CRM automatically.
To do that we identify all the orders affected by the change and it is updated manually by clicking on update in crmd_order condition tab.
I need to do the same using report.
Issue I am facing is that, I am updating pricing using crm_order_maintain and I passed the input fields the same way as I found debugging crmd_order
on click of update. I put a breakpint in crm_order_maintain and checked all the parameters and I found it has passed only input fields. Even though I am populating the same way, its not working as expected.
Please advise.