I have learned how to make one field just visible to special role in XXEntiyForm ,but how can I implement one field in XXEnitityColume just visible to special role?
How did you do the first one?
@zerodev Follow the tutorials of tenant ,which handle the field of tenantId visible only to admin.
I recommend using permissions for this. Assign a permission only to that role. Roles are only a set of permissions. Don't depend on them.
Navigasyon daha uygun yap谋land谋r谋lm谋艧 edilemiyorsa, do臒rudan veritaban谋na eklemek
Admin can be removed, it should be prohibited under the
@volkanceylan yes, I just want to make one field has a special read/write permission,how can I do this?
Look at the document, it's all over.
There is a topic about GetEditableFields in multi tenant guide. That is what you need.
Most helpful comment
@zerodev Follow the tutorials of tenant ,which handle the field of tenantId visible only to admin.