Merge Capsules

Options
Unknown
edited June 2022 in Platform

Hi,

 

I am working on an application in which the application is divided into multiple modules. Each module have its capsule but one database. now the requirement is to merge all the capsule into a single capsule. How to do that ??

 

Any help or idea..

Thanks

Tagged:

Answers

  • Alexander Kappes
    Options

    Dear Sanjay Bindhani,

     

    the only possible way to merge capsules is copying screen by screen from source to target capsule.

     

    Hope it helps.

     

    regards

     

    Alexander Kappes

  • Daniele Di Lorenzo
    Options

    Or leave the capsules separated, place them in a sub-folder, then create a cpsx with a menu linked to such capsule subfolder.

    So you can easily jump from a capsule to another

  • then how do we do if we want to move selected feature from  server to another for suppose like development to production?

  • Alexander Kappes
    Options

    Dear Niharika Kakarla,

     

    for that case you can move the total capsule from dev to prod.

     

    In general we suggest to have same capsule structures and content for both systems.

     

    When you have your developments finished you can easily move the capsule from a to b

     

    Hope it helps

     

    regards

     

    Alexander Kappes

  • Hi Alexander Kappes

     so if some major changes happened to the database then also do we need to copy the entire database? and is it not possible to move particular cube / procedure / a set of entity members from 1 database to other "in same server r to a database which is in separate server?

  • Alexander Kappes
    Options

    Dear Niharika Kakarla,

     

    Database Changes are something totally different to capsule changes.

     

    For the database we provide the "BOARD Transport Tool" which allows you to transport just some of the changes (one Cube, Dimension, ...) from one to another system.

     

    But this is just working for Database changes. Capsule changes can´t be transported, you have to move the capsule from A to B or you have to rebuild manually.

     

    Hope it helps

     

    regards


    Alexander Kappes

  • I got it. thanks Alexander Kappes