Hi All,
I'm working on CRM upgrade from 5 to 7.02 and I'm facing an issue solved in the CRM5.
Business is asking to have the Partner redetermination performed automatically and not using the provided manual functionality.
In CRM 5 we managed to solve this issue by redifining the standard CRM_PARTNER_REDETERMINE_EC adding the logic to call FM COM_PARTNER_SELECTION_UI2. then we worked on Event handler to execute our custom FM.
Obviously this logic could not be executed anymore as the COM_PARTNER_SELECTION_UI2 prompts a GUI Pop-up; actually the function Dumps, if executed, anytime you add a partner in an existing document.
Now my question is have someone had the same issue?
Could someone give me some hint to find a way to get an automatic redetermination?
Thanks in advance
Paolo