Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689967000/88a07003-3545-44b8-b387-14bce88c35c3.jpg?itok=8ANrJzWz)
Wirpo Technologies
AU
Last activity: 16 Apr 2019 12:58 EDT
ABAC is not working
We had below configuration. We mentioned here just demo classes instead of our own classes
We have work class
Myco-Appln-Work-Simple
- Level property single value integer(exposed)
Data-Admin-Operator-ID
- Level property single value integer(exposed)
We configure "Read" access control policy under "Myco-Appln-Work-Simple" class
We configure "CanReadSimpleCase" as access control policy configuration. It has below condition.
.Level <= OpeatorID.Level
Case1 created with Level 3 and Case2 created with Level 4. Operator has level 3. We are able to access Case2