How to autopouplate the assignment group without on selelction of CI's (CI's have support group)

jaiho_rai
Kilo Sage
How to populate the configuration item selected to assignment group in the ServiceNow incident form with configuration only?
 
mean without code or lesser code ?
 
 
1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@jaiho_rai 

if you want the bring CI based on assignment group when Group is selected then you need onChange + GlideAjax

If you want to run this during the insert/update then you can use low-code, no code flow to be configured

You can decide your approach

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

View solution in original post

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

@jaiho_rai 

if you want the bring CI based on assignment group when Group is selected then you need onChange + GlideAjax

If you want to run this during the insert/update then you can use low-code, no code flow to be configured

You can decide your approach

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

is there any way to configure the dictionary field level?

@jaiho_rai 

you can use advanced ref qualifier and restrict only limited CIs but auto population won't work without scripting

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

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @jaiho_rai 

There is an OOTB (Out of the Box) Business Rule that automatically populates the assignment group. It follows a sequence and then populates the assignment group accordingly.

 

AGLearnNGrow_0-1741625694792.png

 

as you case is reverse you , you need to write your won logic  and run the same on CMDB Table and there is no other to do without code.

 

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

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