Skip to main content
May 9, 2021
Question

Duplicating project in the same environment

  • May 9, 2021
  • 8 replies
  • 0 views

Is there any way that I could maintain multiple instances of same project with different project name in the same environment ? 

Thanks in advance.

Regards,

Chandana

    8 replies

    stefanhelzle0001
    May 9, 2021

    When you mean application, then yes, kind of. Applications are just containers for objects. You can add an object to multiple applications. Would that fit what your goals are?

    May 9, 2021

    Thanks for your quick response Stefan. 

    I would like to know few more things. In case if I have two different applications with same objects in the same environment, Does changes in the objects of one application affects other or not ?

    Also how does the CDT's behave? 

    stefanhelzle0001
    May 9, 2021

    This would then be shared objects NOT copies of the objects.

    If your question is more like "how to copy all objects in an application?", there is no supported way. Manual copying is not simple as you would need to modify each and every object to reference the new copies.

    What is your goal?