Hi,
I understand that EditView and DetailView have been replaced with the Record View in SuiteCRM 8.
In my custom module, I have a relate field that is populated via a logic hook. I want to display this field in read-only mode (as in Detail View), but currently it also appears in edit mode, which makes it look like the user can change or select it — even though it’s not editable and shouldn’t be.
Is there a recommended way in SuiteCRM 8 to show relate fields as read-only in Record View edit mode? Or to hide them from edit mode entirely?
Thanks in advance.