RTC API's to update the process configuration source
We want to update the process configuration of the project area. We are migrating the data from old project area to new destination project area. We have some customizations in old source project area where we want to reflect this in new destination project area.
Eg: In source Project area we have some customizations such as "HideIfEmpty=true" property and now we want to update the same property in destination project area for some attributes. Can anyone please help me with the API's to update the process configuration source or the approach to find the API's.
One answer
If you want to start with a new process from scratch, I assume you will have to manually go through the changes in the old process and apply them in the new one. Ideally you would do that using the process administration UI.
Comments
As Ralph mentions I don't think there are any exposed apis to do this.
at one time, way back in 3.0, we used an xmldiff/patch process to move changes between projects. but it was all manual. I have no idea if it would still work.
I strongly recommend moving to the shared process configuration model.