Can one app access another app's (scoped) business schedule?

C_dric Chen
Tera Contributor

Hello, people.

 

A while ago, I created a business schedule for an application A to calculate a record's business duration. As advised by a co-worker, I made the business schedule scoped. Now, I've been tasked with developing a new application B, and the application B needs to use the same business schedule to calculate business durations.

 

My questions are: Is it possible to allow the application B to access and use the application A's business schedule? If yes, how do I set things up? If not, is it possible to somehow convert the business schedule into a global one? Or will I have to create a global business schedule from scratch?

 

Thank you in advance!

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi @C_dric Chen 

from an architectural point of view, I would move the schedule to Global scope. That way, you have no dependencies anymore between the app which is hosting the schedule and the apps which are consuming it.

Maik

Thank you kindly! Would you know how I can achieve that?