Hi all,
I have created a custom field with fieldtype “Attach” in crm deal doctype it is showing in the erpnext
but when I check this field in the crm app it is not showing custom field with fieldtype “Attach”
and when I check inside the code it has been restricted by adding “Attach” fieldtype inside the restricted fieldtype
in path : apps/crm/frontend/src/components/FieldLayoutEditor.vue
Is there any way to access the attach fieldtype in the crm ?