記事をインポートする方法Summary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 記事をインポートするには、次の 2 つの方法があります。 1.[Import Articles] モジュール 2.[記事をインポート] ボタン 両方を同時にアクティブにすることはできません。いずれかを設定します。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Instructions<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } [記事のインポート] モジュールを有効にするには: [ナレッジ] または [システム定義] > モジュール>アプリケーションメニューに移動します。[記事のインポート] モジュールを [アクティブ] = true に設定します。 [記事をインポート] ボタンをアクティブにするには: 1.glide.knowman.import.hide_import_functionality を false に設定します。 2.sn_km_portal.glide.knowman.serviceportal.enable_redirect を false に設定します。 3.ナレッジベースの [寄稿可能] ユーザー基準を設定します。 4.[記事のインポート] モジュールを非アクティブ化します。 Related Links<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 次の条件では、[記事をインポート] ボタンがネイティブプラットフォーム UI に表示されないことに注意してください。 1.[記事のインポート] モジュールがアクティブであること、かつ [記事のインポート] モジュールがアプリケーションナビゲーターで利用可能であること。 2.ナレッジベースに寄稿できません。 3.プロパティglide.knowman.import.hide_import_functionalityが true である 4.プロパティ sn_km_portal.glide.knowman.serviceportal.enable_redirect が true です。これにより、ナレッジ管理サービスポータルプラグインを使用して、ネイティブプラットフォーム UI でナレッジ記事を表示できます。このプロパティが false の場合、セルフサービスナレッジまたはナレッジ>ホームページに移動すると、[記事をインポート] ボタンがある $knowledge.do ページが開きます。