Access Policies - readonly fields
# support
t
Hi! I'm new to medplum and had a question about resource types and readonly field access. Say i had an access policy for a resource with multiple readonly fields. What is the best way to disable these fields on a form?
r
HI @threads0 , this is a great question! Right now, our built-in react components do not have this functionality
For your own UI components, you can do this manually by first fetching the user's access policy, then updating the form's input field properties accordingly
We're hoping to have a more streamlined pathway for this in the future
t
thank you!
130 Views