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.

Automated Incident Synchronization with User Validation Popup in ServiceNow

SayaniB82563620
Tera Contributor

I have successfully integrated two ServiceNow instances using REST API and Business Rules, specifically focusing on the incident table. This integration ensures that when an incident is created in one instance, it is automatically reflected in the other instance. However, I need to implement a feature where, if the caller ID (user) associated with the incident does not exist in the other instance, a popup message should be displayed to notify the user. How can I achieve this functionality? 

1 REPLY 1

SumanthDosapati
Mega Sage

@SayaniB82563620 

In which instance do you need the popup? In source instance before submission of incident?

If yes, Then write a before insert business rule on incident table to check the user details. However that's not a best practice and not an ideal use case.

 

Regards,

Sumanth