
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 06:09 AM
Hi all,
I have one task and it is to create from one environment using a catalog item if the user selected on the item exists on another environment.
I think to create a Ajax function to call a Script include. This script do the work of comunication and check if user exists using sys_id.
Do you have any idea of to do the server script to comunicate between environments?
Regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 06:13 AM
Just a thought, but you could use a REST API call from one environment to the other on the sys_user table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 06:13 AM
Just a thought, but you could use a REST API call from one environment to the other on the sys_user table.