Urgent: Servicenow Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 05:04 AM
Hi Team,
Does any one know how to compare two fields on different tables in ServiceNow by using integration?
User submit with "Name : Abel Tuter" In instance 1, it will check in instance 2 User table "Name". If it is correct record will insert else record not insert.
For ex.
Instance 1:
Table1 : Test
Field : Name - String
Instance 2:
Table2 : User Table
Field : Name (sys_user)
Please help...
Thanks,
Charan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 05:14 AM - edited 12-14-2023 05:15 AM
Hi @Charan Vedurupa ,
You can have a check in your script (Instance 2) something like below.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 05:18 AM
So what's your business requirement here?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 05:52 AM
Thanks for reply.
We want to create on record in "Test Table" field name value(Name) in Instance 1 by compare with another instance 2 'user table' field "name".