- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-15-2025 09:50 PM - 編集済み 07-15-2025 10:16 PM
Hi Experts!
Is it possible to set read-only access permissions to application files for developers in AES for scope applications?
A developer wants to develop application XXX based on application YYY. However, to prevent unintended changes to the YYY application files, the developer wants to set read-only access permissions to application files for the YYY application.
Best regard.
senon
解決済! 解決策の投稿を見る。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-18-2025 01:17 AM
Unfortunately, we have found that a role to resolve this issue does not exist in the current version (Yokohama).
We consulted with the person in charge of App Engine at ServiceNow, and they confirmed that there is no role that grants read-only access to application files of a specific application for delegated developers.
While delegated development allows permissions to be configured via source control based on specific functionalities, granting development permissions just to reference an application also enables the creation and modification of application files.
At this time, neither App Engine nor delegated development provides functionality that meets the requirement of developing an application by referencing other applications.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-15-2025 10:05 PM
Open the table definition (e.g., in sys_db_object).
Under the "Application Access" tab:
Uncheck Can create, Can update, and Can delete.
You may allow Can read if App XXX needs to reference the records.
This makes data in App YYY read-only for external scoped applications like App XXX.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-15-2025 10:10 PM
Yes this is possible, you can restrict it based on roles with Read operation ACL. If you don't want to touch ACL's use Query Business rule to view records.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
07-15-2025 10:20 PM
I suggest to add snc_read_only role to him