1
0
-1

How do you import an app into an existing app - specifically, If I have made a copy of an app and want to select which copy of the app the import goes into?

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi, 

      Importing a new app in into an environment with existing App ID will result in creation of new App Version.

      Example:-

      1. App with ID "leaveSystem" with App Version 2 (Process Version 10) exists in the environment.
      2. Importing an App with the same App ID will result in creation of App with ID "leaveSystem" with App Version 3 (and Process Version 11).

      You can also make a note for every version to help yourself keep track of any changes.

      1. Andrew Forson

        Thank you Kah,

        Where can I locate and see the app ID in the import file or the app I am importing into?

        What is the easiest way to change app ID in the file to be imported or to change the app ID in the app I am importing into?

        Thanks

      2. Kah Chun

        You can see the app ID in <appID> tag appDefiniton.xml via text editor such as Notepad. It is located at the app version folder (For example: C:\Joget-DX7-Enterprise\wflow\app_src\expenseclaim\expenseclaim_1).

        For the second question, the easiest way is to actually create a new app with a new ID, then click on 'Show Advanced Options' and duplicate the original app. Then you will have a new app with different ID.

      CommentAdd your comment...
    2.  
      1
      0
      -1

      When importing an app into an existing app, it's important to first identify the compatibility and integration requirements. This may involve modifying the build.gradle or podfile depending on the platform. Once the necessary code and dependencies have been added, ensure that there are no conflicts with existing code or dependencies. This can be done by testing the app and resolving any errors that may arise. Finally, ensure that the imported app meets the necessary security and performance standards before releasing it to users. Properly importing an app into an existing app requires attention to detail and a thorough understanding of the project's architecture. Moreover, Read here to gain additional knowledge of App Development world. 

        CommentAdd your comment...