snc_internal role not get assigned to users

manirathore
Tera Contributor

According to the servicenow documentation, whenever the user logs in first, snc_internal role is automatically assigned. But it is not working.

3 ACCEPTED SOLUTIONS

Right, you cannot add any other roles to snc_internal. It should be stand-alone role. That's how SN implemented this

Thanks,
Murthy

View solution in original post

Yes, but Flow is recommended as it is low/no-code. I think I’ve answered your question—please accept the answer and close the thread."

*************************************************************************************************************
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]

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

View solution in original post

Hi @manirathore 

Here you go. I’m sure this is what you’re looking for. If yes, please accept it as the answer and close the thread.

DrAtulGLNG_0-1755209644292.png

*************************************************************************************************************
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]

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

View solution in original post

19 REPLIES 19

I don't think they made it open for us but let me double check and confirm you

Thanks,
Murthy

@Murthy Ch Yes please, its urgent

@manirathore 

Since, the code is written in core platform side. we cannot really see that. Instead what we can do whenever first time user logged-into the system. we can write our own after update BR and we can add the role to the user.

Thanks,
Murthy

@manirathore do you mean to add another role under snc_internal? Why?

 

Please Can you share screenshots?

 

 

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


i have one requirement where i want to assign one more role just like snc_internal when the user logs in for the first time. How can i achive that?