Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Check if user exist on another servicenow environment

Jose MMR
Tera Guru

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.

1 ACCEPTED SOLUTION

ReginaldFawcett
Tera Guru

Just a thought, but you could use a REST API call from one environment to the other on the sys_user table.

View solution in original post

1 REPLY 1

ReginaldFawcett
Tera Guru

Just a thought, but you could use a REST API call from one environment to the other on the sys_user table.