[EWM(RTC)] How create attributes and enumerations from API and more "Means of creating"
The purpose is to carry out the same customization of the A server Project A on the B server Project B.
We want to duplicate attributes.
for example
1. Automatically generate from the name or attribute ID
2. Export from the process configuration source (on Eclipseclient) and import it into the process configuration source in the same way.
Is there a way?
Accepted answer
As far as I can tell, this is definitely something you should not try to do. I have looked at the public Java APIs and as far as I can tell, they do not support this. It is also incredibly dangerous, if you try to just modify the process XML and can lead to data corruption and all kinds of problems, that you might be unable to fix.
For RTC/EWM the supported way of sharing a common process is to use Process Sharing. See: