Can one app access another app's (scoped) business schedule?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 03:58 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 10:14 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 01:24 PM
Thank you kindly! Would you know how I can achieve that?