We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Process behind notification

saba tanveer
Tera Contributor

What is the process behind bell notification? 

sys_notification is triggered and record inserted into ui_notification_inbox, is there any flow or business rule which runs and inserted record into ui_notification_inbox and then change its 'status' field.

3 REPLIES 3

SumanthDosapati
Mega Sage

@saba tanveer 

Check this link

https://www.servicenow.com/docs/bundle/yokohama-platform-user-interface/page/administer/navigation-a...

 

Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth

saba tanveer
Tera Contributor

ui_notification_inbox using any OOB business rule or flow? how its record is created? I want to know the functionality behind it?

@saba tanveer 

A record is created when the trigger condition is met in Custom Next Experience notifications.

However to your question how it works in the backend to create a record might be encapsulated by ServiceNow.

But if you want to use it, then setup a notification in System Notifications > Provider > Notification and set the trigger conditions.

 

Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth