Hide field in edit view

Hi guys, can one tell me how I can hide a specific field in the edit view only? I was trying to hide field through studio but it’s also hiding field in quick contact automatically. If I was trying to read-only through code then it also makes read-only in quick contact. My custom code is
array (
‘name’ => ‘profile’,
‘label’ => ‘LBL_PROFILE’,
‘type’ => ‘readonly’,
),

All I want hide/readonly profile field in edit view only.

Hi,
you can select which fields to display in EditView/DetailView/ListView/QuickCreate in the studio. I wouldn’t know that one of these views has impact on the others.

Hi dilifent, I tried this but it’s also impacting on the Quick create layout.

mhm, can’t confirm. I’ve removed “department” from EditView, added it to QuickCreate and it works as expected:

quickcreate:
chrome_h9krvAQwv4

detailview:
chrome_tmnVgCC3vg

editview:
chrome_hI7SoTCUVn

Maybe an issue of an older Suite version? :thinking:
Or have you done other modifications that could override your studio settings?

I’m using Version 7.11.10 Sugar Version 6.5.25 (Build 344). And yes, I have done some modification in studio setting. I had created almost 3 custom module.