SangeetNenwani
4 years agoContributor
How to move scripts from one project to other project without changing execution plan
I have many projects under a single project suite. I want to more scripts from one project to other project within project suite. And then add a reference script to original project. I know these steps, but it is screwing the execution plan. The execution plan is changed and it shows n/a at the places where the function of script which is moved are called. Although I have already added the reference of the script.
Is there any way, in which I can move scripts from one project to other project within project suite without causing/ doing changes on execution plan of that project whose scripts is being moved