- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2018 08:53 PM
Hi All,
I wanted to removes values from list field when state changes.How can i achieve this?
I tried in business rule by setting current.u_field_name=' ';
You can find how does a list field looks in the image i attached.
Thanks
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2018 09:06 PM
Hello Kumar,
You will need to write a before update business rule with condition as State changes
and on the second tab of business rule Set the Field value to empty
You can change it as Approvers To empty value here
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2018 09:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2018 09:43 PM
Thank you for your response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2018 11:58 PM
Hi Alikutty Karupamveeti,
But, our developing instance does not have empty record. I wanted to clear the below shown users names from the approvers list icon when change request state changes to review.
I can't set the list field either as current.u_approvers=''; (or) current.u_approvers='null'; (when change state changes to Review).
Thanks in advance.