Updating a field when another field value changes in list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 07:11 AM
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.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 07:16 AM
Hello
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2022 11:36 AM
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
