How can we update one field value based on other field value using Business Rules.

Anil74
Tera Guru

Hi All,

How can we update one field value based on other field value using Business Rules.

1 ACCEPTED SOLUTION

Harsh Vardhan
Giga Patron

Hi Anil



get the value by using current.field_name and update it in the other field.



can you please share the screenshot? it would be easy to write a code.



if you are updating the value in other table field then use after business rule


View solution in original post

7 REPLIES 7

find_real_file.png


network should in single quotes   'network'


vab_13
ServiceNow Employee
ServiceNow Employee

I will not recommend using BR for this, you can do this at the front end, and this does not require a BR.



1. Execute on Update with filter on "Field" "Changes"


2. Check Advanced option and go to Advanced Tab


3. script and leverage the "current" object.



find_real_file.png