Clone an application

Certified Associate Developer

I have to build a new application that is similar to another one so I wish to clone the application with another name in the same environment. How can I do it?

Thanks

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Senior Developer

    Hello  

    You will not be able to duplicate the application in the same environment unless you make changes to all the dependencies as Stefan mentioned. You will have to create a new application and then start duplicating your key objects which are the precedents to the workflows or the expressions. Once the duplication is done you will have to duplicate the objects that rely on the key objects and then make changes within in such a way that they refere the objects in your new application.

Reply
  • +1
    Certified Senior Developer

    Hello  

    You will not be able to duplicate the application in the same environment unless you make changes to all the dependencies as Stefan mentioned. You will have to create a new application and then start duplicating your key objects which are the precedents to the workflows or the expressions. Once the duplication is done you will have to duplicate the objects that rely on the key objects and then make changes within in such a way that they refere the objects in your new application.

Children