I have inherited a CRM instance that has an option within the CRM screen to "Duplicate Order"
I cannot find where this is being called.
When you add an associated order, it copies all the details from the order you are duplicating. The order id is even the same.
The order id does change when you click save.
We have upgraded that instance to Version 9 and the duplicate order option does not work any longer. I cannot find any underlying javascript.
The URL is the following when I go into DEBUG within the browser:
xxxxxxxxxx.crm.dynamics.com/.../areas.aspx;inlineEdit=1&navItemName=Duplicate%20Order&oId=%7b4D97456E-C9E2-E811-A962-000D3A3780DD%7d&oType=1088&pagemode=iframe&rof=true&security=852023&tabSet=area_fgs_salesorder_duplication&theme=Outlook15White
Where would I go to find the tabset value? I cannot find any reference to area_fgs_salesorder_duplication.
I would appreciate any help.
Will