- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
05-12-2025 06:10 PM
サービスポータルウィジェットで、承認テーブル(sysapproval_approver)を選択した簡易リストを作成後、リストから承認者が自分のレコードを選択すると[状況]タブからプルダウンで承認済みや却下を選択することができますが、ライセンスの関係上承認者ロールを使用していなくても変更が可能であることは正常な動作でしょうか?
また、こちらの[状況]タブを読み取り専用に設定することは可能でしょうか?
解決済! 解決策の投稿を見る。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
05-12-2025 10:54 PM
If I go to the OOTB "Approvals" in portal header menu and then it shows me list
Then I open the approval record, I see 2 buttons
I believe you are navigating to the form widget and this is what you are seeing
You can write onLoad client script on sysapproval_approver table and make state field readonly
Ensure UI Type - Portal
Script:
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 フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
05-12-2025 10:43 PM
is that a custom widget?
How are you navigating to this page?
share some more details
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 フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
05-12-2025 10:54 PM
If I go to the OOTB "Approvals" in portal header menu and then it shows me list
Then I open the approval record, I see 2 buttons
I believe you are navigating to the form widget and this is what you are seeing
You can write onLoad client script on sysapproval_approver table and make state field readonly
Ensure UI Type - Portal
Script:
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 フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
05-12-2025 11:02 PM
Thank you very much!