Renaming The Filed In Child Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 10:37 PM
Hi Community,
How to rename the filed name in alm_hardware(alm_asset is the parent table) table using dictionary overriding.
Thanks,
Manu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 11:04 PM
Hi @Manu143
You want to change the Label ?? right.?
You can right click on that field >> select Configure dictionary
new form will get open like below :
In related list click on create new entry in "Label"
Select table and Label and save the form.
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
09-20-2023 11:27 PM
Hi Vishal,
Thanks for the reply so here we dont need to create new dictionary overriding is that? It will not affect on other table right?
Thanks,
Manu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 11:31 PM
Hi @Manu143 ,
No it will not affect other tables. after doing changes you can cross verify by opening record from any other child table of alm_asset.
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
09-20-2023 11:32 PM
Hi @Manu143 ,
No there is no need to create new dictionay override and label used only for this table not affect to another table.