3

Is there a quick way to mark a custom entity as readable by all users via a Customizations.xml entry?

I have been successful in creating the custom entity I need, but cannot seem to make it readable by newly created users without creating a security role (with read permissions for the entity) and applying it to ALL users.

Is there a way I can ensure that everyone (even newly created users) have read access to a custom entity?

4

2 に答える 2

1

ユーザーがログインできるようにするには、少なくとも 1 つの役割が必要です。そのため、全員に割り当てられる共通の役割を 1 つ作成することをお勧めします。次に、この共通ロールでエンティティを読み取るアクセス許可を付与できます。

このアプローチは、将来、他のエンティティへのアクセスを全員に許可する必要がある場合にも役立つ可能性があります。

于 2013-10-28T22:48:52.347 に答える