Read/Write Editability of Input Reference Set

0
Hello All, Is it possible to control the Read/Write Editability of Input Reference Set using Expressions, By verifying/comparing Attributes by Association of Current User Logged In… If student is Logged-In, we will fetch attributes by association, compare it with stored permission, if it is true, then it should be editable. If Yes, how ??   Thanks
asked
1 answers
1

This requirement can be implemented in many ways, But to make it very simple, you can create an attribute and use that attribute as a flag which you should handle as per your business logic. and Use that flag in that widget. Hope it will help you.

answered