Cross Domain And Cross Application Transfer Of Data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 07:24 AM
Hi All,
We have requirement where we want to pass data from a table in ABC domain and ABC application to a table in XYZ domain and XYZ application. Currently I have written a business rule in Global application and Parent domain(The parent domain is parent to ABC domain as well as XYZ domain) on Task Table as the tables between which I want to pass data are extended by Task table . I have used queryNoDomain() to query the records.
But it works sometimes sometimes it doesn't as a result causing performance issue.
Can some please suggest someway by which I can achieve smooth working of the functionality?
Thanking you in anticipation !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 03:59 PM
Hi, with no clear details of your code or the context in which it is triggered\run, the forum is not really in a position to review or advise. Tables are not configured in separate 'domains' and it is the data within a table that is domain separated which makes your explanation very difficult to image.
I would not expect the method queryNoDomain() to be the cause of performance issues and expect that this method is not the root cause of your issue.
Perhaps you can update this thread with clear details of your application(s), structure, process, functionality requirement and your full code in plain text so that it can be reviewed\assessed.