Resolved! How to set attachment type fields to read only in UI
Firstly, I created a table and some fields. Such as: table: table1,field1: title(String), field2: body(String), field3: file(File Attachment).... And the type of field3 is File Attachment. Secondly, I wanted to create a UI policy that sets the field...
