Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Push notification Installation

shivaadapa
Tera Expert

Hi

This is my requirement
"Push Notification Installations [sys_push_notif_app_install] records in the app scope should be removed from the package"

I want to know why do we remove those records?

10 REPLIES 10

Maik Skoddow
Tera Patron
Tera Patron

Hi @shivaadapa 

yes, I know that annoying situation that individual push installations from users are captured in an application.

For this reason I built a Business Rule which is "redirecting" these records to the "Global" scope: https://www.servicenow.com/community/developer-articles/my-collected-list-of-useful-business-rules/t... 

Already existing records you can either move to the "Global" application (in case the app is in global scope) or delete (in case of custom scoped applications)

Maik

Hi @Maik Skoddow 

I am beginner. I don't understand this please explain me briefly.

Hi @shivaadapa 

 

If I understood correctly, Mike built a BR that redirect Scope notification to Global Domain to avoid this rework.

 

Refer his article to understand more.

 

Am i right @Maik Skoddow 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Hi @Dr Atul G- LNG 

yes, you are right. 

Maik