Bi-Directional integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 03:58 AM
I have created rest api integration for Bi-directional integration on problem when create or update the problem in one instance then automatically create or update problem another instance but update action is not working
anyone known please let me known
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 04:18 AM
Hi @siva44 ,
You can check the logs in sys_outbound_http_log table and check whether the outbound went as expected or not. If the log is fine, check whether the user have roles to create/update/read the problem record.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 04:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 04:41 AM
hi siva,
After inserting(POST) record in another instance. In logs Responsebody you can check no sys_id present.
Or you can check problem form updated with client id after inserted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 04:47 AM
I had already update the problem with client_sysid but the log is shows the the record is not defined