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
Hi danielg424213 you can export the current application and import it again by the changing the application name. Other way could create application with other name. And create the duplicates for the objects from main application
Abhishek Karumuru said:export the current application and import it again by the changing the application name
Did you test that? Object identities and dependencies are based on UUIDs in the exported package. Without modifying these, that will not work.
Agree