Auto populate the value from Reference field to String field

H M Aishwarya1
Tera Guru

Hi,

 

I want Auto populate the value from reference field of group table to string field of change request form, I am trying to do it by using Client script and Script Includes. Its not working as expected.

 

Client script: 

On change of Assignment group in the change request form the below fields should be auto populated

HMAishwarya1_0-1746009338611.png

This reference field is from group table

HMAishwarya1_1-1746009456335.png

 

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@H M Aishwarya1 

so you can write onChange of Assignment Group + GlideAjax and bring the value and populate on CHG form

share your scripts here along with script include and client script screenshots

OR

Why not show that Group field as Dot Walked field on CHG Form?

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

6 REPLIES 6

@H M Aishwarya1 

Hope you are doing good.

Did my reply answer your question?

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

Hi Ankur,

 

I tried dot walking the fields from group table and it worked for me, Thanks for the suggestion It helped me and my question is addressed. 

 

Thank You.