how to change field label and name through business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2021 08:31 AM
Hi all,
I want to change the field name and label through business rule.
Thanks in advance
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2021 09:04 AM
So on a new record screen, you want the field label to be "this" and then once it's saved, you want the label to be "that"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2021 09:07 AM
yes

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2021 09:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2021 09:20 AM
Thank you so much , is any possibility of achieving through business rule .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2021 09:23 AM
No - that's not what business rules are for.
A business rule can't run on a "per record" basis to update the dictionary.
If you want to make the field label conditional on if the record is a new or saved record - you need to do that through a client script.