Data from two different schemas from Appian database

Hi All,

One of our requirement is to merge the data from two applications into one. Both of the applications are created in same Appian instance and database is Appian cloud. 

One of the application uses default Appian schema whereas other one has it's own schema under Appian cloud. This schema is already added to Admin console.

Now we need a way to connect this two schemas to be able to merge the application, is there any way to do that?

  Discussion posts and replies are publicly visible

Parents Reply
  • Current Implementation: There are two applications let's say application A and application B. Both of this application is implemented under same cloud instance and have different schemas.
    Application A is using default jdbc/Appian schema and application B is using let's say jdbc/A schema configured in Admin Console to use.
    This both applications are case management application and exists independently.

    Change Requested: Business wants to merge this two applications under one application, where they should be able to search cases created in both of the applications before merging and can open the new case.

    Now I know that if there is some relationship we can create two connected systems and then create a record using the relation between them. But in this case there is no relationship, the cases exists independently in each application which needs to be merged.

    In this case what would be the correct approach, 
    1. Load the data of application B into application A database schema and then use it 
    2. Create a new application and database design and load the data from application A and application B to application C database

    3. Or is there any other way to connect this two independent application

Children