- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 03:24 AM
Hello!
I want to change the state label on the problem table but when i try to change the label i get this:
anyone able to help me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 03:37 AM
It should work...!!
Output :
Can you share screenshot of configure dictionary form on state field ...!! (may be related list)
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 03:30 AM
Hello @robertpetrovics
Please create onLoad Client Script on the change table-
function onLoad() {
g_form.setLabelOf('state', 'New Name Of Field');
}
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 03:34 AM
Hi,
That will only work on form, not on Lists or reports.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 03:35 AM
Can you tell how you got to this page?
Did you right click on the field and click on configure label or how?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 03:37 AM
It should work...!!
Output :
Can you share screenshot of configure dictionary form on state field ...!! (may be related list)
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates