
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2017 11:57 PM
Hi All,
How can we update one field value based on other field value using Business Rules.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2017 12:03 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2017 12:00 AM
Hi Anil,
Please provide more details of your requirement. How do you want this to happen. What I mean is when the form is submitted you want to calculate the value of other field or immediately on change of the field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2017 12:03 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2017 12:07 AM
Dear Sneha and Harsha,
I want to update the Category field to network when the state is On Hold using BR Scripts.
I tried with the below sample code
condition is State == '2'
current.category == network.
but its not working for me.
can you please help me with this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2017 12:13 AM
you can use out of the box condition field and action tab to set the field value.