- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
昨日
こんにちは。
現在serviceportal画面で、「インスタンス定義からのデータテーブル」を使用して、特定のテーブルのレコードを一覧表示しています。
レコードを押下すると画面遷移してレコード内容が確認できるようになっているのですが、そのレコード内容をPDF化して印刷したいと考えております。
PDF化した際、こちらが希望しているレイアウトがあるため、UIアクションを作成してPDF化→印刷の機能を作成しました。
しかし、このUIアクションをportal画面で表示することができません。
「フォームボタン」の項目にチェックも入れました。
標準画面でレコードを開いたときにUIアクションが表示されるのも確認できました。
今回、実装希望場所が「インスタンス定義からのデータテーブル」であり、「フォーム」ではないため、なんとなく表示がされないんだろうなとは思っておりますが、どうしてもUIアクションを表示させたいです。
なにか方法はありますでしょうか?
解決済! 解決策の投稿を見る。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
昨日
that's correct.
You are rendering list and not form.
you will have to clone the OOTB Widget "Data Table from Instance Definition" and then add some custom button to handle the Export.
I will recommend not doing this as it involves customization and will lead to technical debt.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
昨日
that's correct.
You are rendering list and not form.
you will have to clone the OOTB Widget "Data Table from Instance Definition" and then add some custom button to handle the Export.
I will recommend not doing this as it involves customization and will lead to technical debt.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader