Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Updating a field when another field value changes in list view

Siddharth4
Tera Contributor

Hi All,

I want to create a Business rule which can update a field value when another field value changes in a list view.

I have two rows in a list view, one is project name and another is project number and if i update project name then i want that project number get auto updated. To achieve this functionality using business rule. 

Project name and number comes from u_project_data table and goes to sc_task table and i want this BR in list view.

Can anyone help me with the script on this.

2 REPLIES 2

Mohith Devatte
Tera Sage
Tera Sage

Hello @Siddharth ,

you can write an  before update BR where the trigger condition be like project name changes.

then write your script by gliding the table and get the number and update it in number field

please mark the answer correct if this helps you

hello ,

did this help ?

is it helped mark the answer correct and close the thread so that it will be helpful for other users with same query