Page 1 of 1

Use multiple repositories in one module

Posted: Mon Mar 05, 2018 5:33 pm
by bberrabah
Hello;
I am working on a test project for various business acts: Contract Subscription and Modification.
So i have created separate RX project for each business act. The second is referencing the first.
I am facing a case that i need to create a module that use elements from his own repository and elements from the other repository.
Do you have any idea about how to do it please?

Re: Use multiple repositories in one module

Posted: Tue Mar 06, 2018 9:43 pm
by Support Team
Hello Bberrabah,

A recording module is limited to one repository. You have two options:
  1. Separate actions into their own recording modules to allow the use of the needed repository element
  2. Merge both repositories (manually) and migrate it to its own project which both projects reference
The first option is a quick easy solution, but if you expect this to occur more often, it is highly recommended to look into the second option. The second option takes more work upfront but will save you a lot of time in the future and overall is a best practice for this scenario.

I hope this helps!

Cheers,
Ned