Hello everyone,
I'm having a weird problem in custom entity form. This is current situation:
+I have a custom entity form with 4 fields (shown by default and editable) in it along with system Owner field (hide by default and read only). It works fine.
+Now I disable all fields in entity form. When I open the form The Owner field isshown up and editable (!?) (in both CREATE and UPDATE mode)
The problem occurred regardless I disable all fields by Field settings (read-only option = true)or by jScript in OnLoad event.
The environment as in Title.
--> Do you know if this is CRM default behavior or it's a bug? Any comment is appreciate!
PS: The interesting case is: if I delay the disable jScript using setTimeout("disable function", 1000). Then the system Owner field is NOT shown...