Question
Natwest Bank
IN
Last activity: 6 Aug 2024 12:55 EDT
Mapping class to DB of other application in same server
Hi All. I have 2 applications Parent Application APP1 and Child application APP2.
I need to write a report in Parent application APP1 on the child application class (APP2).
Below are the 2 approaches I can think of.:
1- Create a view table and map to a class and report on that class
Observations: it works, but looks like this won't work in pega cloud setup.
2. Created a class in parent app(APP1) and mapped to the same table as the child application APP2 class
Observations: it works, but not sure if its a good approach. Kindle let me know your thoughts on this. Please suggest a better approach if you could think of any. Thanks!!