ポータル画面にカルーセル機能を実装できるか

RinaKondo
Tera Contributor

コミュニティの皆様

 

いつもお世話になっております。

ServicePortal画面にて、背景画像を自動遷移することは可能でしょうか?

ご存じの方いらっしゃいましたら、ご教示のほどよろしくお願いいたします。

2 件の受理された解決策

SeanPT
Tera Expert

Hi,

I just used Google translate so I'm not 100% sure if this is what you're looking for but yes, you can add an HTML Carousel component to your service portal. You just need to put it in the HTML of a Widget then that Widget should be inside a Page which is inside your Service Portal. Here's a Bootstrap example of a Carousel: Carousel · Bootstrap v5.2 (getbootstrap.com).

 

Japanese Google translation:

こんにちは、

Google 翻訳を使用しただけなので、これがあなたが探しているものであるかどうかは 100% わかりませんが、はい、サービス ポータルに HTML カルーセル コンポーネントを追加できます。 これをウィジェットの HTML に配置するだけで、そのウィジェットはサービス ポータル内のページ内に配置されます。 カルーセルのブートストラップの例を次に示します。Carousel · Bootstrap v5.2 (getbootstrap.com).

元の投稿で解決策を見る

Community Alums
適用対象外

OOTBのウィジェットで「Carousel」というものが存在します。
https://docs.servicenow.com/ja-JP/bundle/tokyo-servicenow-platform/page/build/service-portal/concept...

 

こちらをサービスポータルに設置後、ウィジェットの鉛筆ボタン→ハンバーガーアイコンから”Open in platform”をクリックし、設定画面の関連リスト [Carousel Slides] にて表示画像や表示順などを設定することができます。

https://docs.servicenow.com/ja-JP/bundle/tokyo-servicenow-platform/page/build/service-portal/task/ad...

元の投稿で解決策を見る

4件の返信4

SeanPT
Tera Expert

Hi,

I just used Google translate so I'm not 100% sure if this is what you're looking for but yes, you can add an HTML Carousel component to your service portal. You just need to put it in the HTML of a Widget then that Widget should be inside a Page which is inside your Service Portal. Here's a Bootstrap example of a Carousel: Carousel · Bootstrap v5.2 (getbootstrap.com).

 

Japanese Google translation:

こんにちは、

Google 翻訳を使用しただけなので、これがあなたが探しているものであるかどうかは 100% わかりませんが、はい、サービス ポータルに HTML カルーセル コンポーネントを追加できます。 これをウィジェットの HTML に配置するだけで、そのウィジェットはサービス ポータル内のページ内に配置されます。 カルーセルのブートストラップの例を次に示します。Carousel · Bootstrap v5.2 (getbootstrap.com).

Dear SeanPT

Hello, thank you very much for your response.
I see that HTML can be placed within a widget... This was very helpful as I have just started learning about ServiceNow.
I will try it in ServicePortal based on the material you posted.

 

 

SeanPTさん

こんにちは、この度は回答いただきまして誠にありがとうございました。
HTMLをウィジェット内に設置することができるのですね…。ServiceNowについて勉強を始めたばかりなので、大変参考になりました。
載せていただいた資料を基にServicePortalにて試してみます。

Community Alums
適用対象外

OOTBのウィジェットで「Carousel」というものが存在します。
https://docs.servicenow.com/ja-JP/bundle/tokyo-servicenow-platform/page/build/service-portal/concept...

 

こちらをサービスポータルに設置後、ウィジェットの鉛筆ボタン→ハンバーガーアイコンから”Open in platform”をクリックし、設定画面の関連リスト [Carousel Slides] にて表示画像や表示順などを設定することができます。

https://docs.servicenow.com/ja-JP/bundle/tokyo-servicenow-platform/page/build/service-portal/task/ad...

Yu Kikuchiさん

 

ご回答ありがとうございます。

製品ドキュメント通りに操作したところ、無事実装することができました。

OOTBで存在する機能だと思っていなかったので非常に驚いております…。

 

お忙しい中、ご丁寧にURLまでご提示くださり誠にありがとうございました。