How to change lable instead of using configure dictionary on form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 01:21 AM
How to change lable instead of using configure dictionary on form.
I change the lable by configure dictionary and it is affecting for all extended table..so i want to avoid that..
How can I do this?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 01:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 02:10 AM
This will also effected for other tavble or not?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 01:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 02:28 PM
Hi
You can do it in multiple ways.
1. Configure dictionary and override label for extending tables.
2. Use the setLabelOf method of the GlideForm api in an on Load client script for a form:
https://developer.servicenow.com/dev.do#!/reference/api/sandiego/client/c_GlideFormAPI#r_GlideFormSetLabelOf_String_String?navFilter=glideform
Please mark my answer as correct/helpful, if it helped.
Thanks