on change in the list view

Sravanthi10
Tera Contributor

Hello Everyone,

Is there a way when we change a column value in the list view, the other column value will also change like on change client script?

for example,

If i change the Assigned to column value in list view, the automatically the User ID field should get updated for that record.

 

 

Regards,

Sravanthi

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

not using client script.

you need to use before update business rule to update the other fields when your field changes

Regards
Ankur

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

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

not using client script.

you need to use before update business rule to update the other fields when your field changes

Regards
Ankur

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

Thanks ANkur,

 

 

Regards,

Sraz