Access from one instance to other instance through Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 12:24 AM
Consider in one form we are entering the details of other instance and roles which we required.
How we can provide access and roles to another instance via integration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 12:57 AM
Hi @nivethika,
It really depends on the more detailed needs. Generally speaking, there are 2 options:
1. You use an existing table / Create a custom table and retrieve the information as often as you need (or even better, on changes the other instance pushes the changes over to your instance). Make sure you keep the key from the other instance in your system (e.g. in the correlation ID) to match the data during updates.
2. You work with remote tables to retrieve the data. In this case you only store the information temporary: