简体   繁体   English

有没有办法在 ServiceNow 中使用像 Term Store(SharePoint) 这样的系统?

[英]Is there a way to use a system like Term Store(SharePoint) in ServiceNow?

I am looking to implement translated terms and reuse them inside ServiceNow platform.我希望实现翻译的术语并在 ServiceNow 平台内重复使用它们。 What is the equivalent of SharePoint Terms Store in ServiceNow? ServiceNow 中的 SharePoint Terms Store 相当于什么?

There are a handful of ways to localize text in ServiceNow to other languages.有多种方法可以将 ServiceNow 中的文本本地化为其他语言。 One way is to create alternate language labels for tables and fields using the Labels related list on the Dictionary Entry form.一种方法是使用词典条目表单上的标签相关列表为表和字段创建替代语言标签。 Perhaps the closest equivalent to the SharePoint Term Store would be the Messages [sys_ui_message] table.也许与 SharePoint 术语库最接近的等效项是消息 [sys_ui_message] 表。 You can provide translations for messages in various languages, then when you call gs.getMessage('your message here') the logged in user will get the appropriate message for their preferred language.您可以为各种语言的消息提供翻译,然后当您调用gs.getMessage('your message here')时,登录用户将获得适合其首选语言的消息。

This documentation page provides more information and examples: ServiceNow Product Documentation › Custom Translations .此文档页面提供了更多信息和示例: ServiceNow 产品文档 › 自定义翻译 Hope it helps!希望能帮助到你!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM