The CreatorCon Call for Content is officially open! Get started here.

how to get the group names which are having group type as SME

sajampan
Giga Contributor
 
10 REPLIES 10

sajampan
Giga Contributor

sajampan_0-1755615724752.png

Like this we have so many groups  with this type, wants to know all group names.Could you please check attached sreenshot

 

 

@sajampan then pelase refer to my reply, it's already answered above 😉 

https://www.servicenow.com/community/developer-forum/how-to-get-the-group-names-which-are-having-gro...

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


Hi @sajampan 

Create a report on the Group table.
Add Type as a column in the report.
Then add a condition where Type = SME.

 

OR

DrAtulGLNG_0-1755617608250.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]

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

Ankur Bawiskar
Tera Patron
Tera Patron

@sajampan 

it's an easy requirement.

where are you stuck?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Bhuvan
Mega Patron

@sajampan 

 

You can add field 'type' in list view and use 'show matching' to show list of groups mapped to it and export it in the format you want.

Bhuvan_0-1755618047970.png

If you want in report, you can use filter conditions 'type' = 'SME'. Type field is a reference data type that refers table 'sys_user_group_type' and your requirement can be achieved in many ways.

 

If this helped to answer your query, please accept the solution and close the thread.

 

Thanks,

Bhuvan