How to change the translation of the csdm_app_services table name?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi all,
I’m trying to update the Finnish translation for Application Services (csdm_app_services), but I’m unable to locate where this translation is actually defined.
The label appears specifically in the list view (list header / navigation) when accessing Application Services.
What I’ve already checked:
Translated Fields (sys_translated)
UI Messages (sys_ui_message)
Table/field labels (sys_documentation), including creating translations for cmdb_ci_service_auto
Enabled I18N debugging, but it did not reveal a clear source for this label
Observations:
The UI references csdm_app_services, but this does not appear to be a physical table
It seems to map to cmdb_ci_service_auto, yet updating labels there has no effect
The label “Application Services” remains unchanged in the list view
This makes me suspect that the label might be coming from:
A module (navigation) label
A UI Builder / Workspace configuration
Or some non-standard / indirect translation source
My questions:
Where does the “Application Services” (csdm_app_services) label in the list view actually originate from?
Is this controlled outside of standard translation tables?
What would be the correct way to override or localize this label?
Any insights or pointers would be greatly appreciated.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Go to sys_db_object.list ->open your table-> in Label related list , as per required language , set your table name.
Check the screen shot from this post: how to translate the table name visible on the form.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
57m ago
Also check the table name for Application Services. If you have any customization are there.
OOB it should be
Application Service (cmdb_ci_service_auto )
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11m ago - last edited 2m ago
csdm_app_services is a wrapper to enable you to view Service Instances in the Application Service Wizard. It points to the Service Instance table and is not a table in its own right; given the Application Service Wizard (which is launched when you open a record in the list or click New) is completely inaccessible for editing (see https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0993250), it's unlikely you will be able to translate anything on it, if OOTB language packs do not translate the content already.
@Tanushree Maiti the correct table name for cmdb_ci_service_auto is Service Instance as of CSDM 5/Australia release.
I hope this helps!
Mat