I'm using a software called Teamcenter from Siemens which is a branch of Eclipse. We want to achieve that we create our own customized Perspective (reordering of Views of an OOTB Perspective with a new name) and publish it for a global standard of our clients.
The commands to do it manually (export the *.epf file of the perspective and import it on the other client) are disabled in Teamcenter but if I can do it programmatically I can see a way to achieve our requirement.
Does anyone know how to do it?