Re: Need to Remove Required Field in Contacts

Originally Posted by
nirensewsanker
Hi Guys
I am trying to remove a required field within my contact as it is hampering my ability to import contacts. i have removed it from all layouts yet it is still required when importing. How can I remove this field? or is there any other way to make not required?
Thank you
(5.2.0i)
create a file custom/Extenstion/modules/Contacts/Ext/Vardefs/custom.php
containing
$dictionary["Contact"]["fields"]['FIELDNAME']['required'] = false;
Where FIELDNAME is the name of the field you want not to be required
Then run a repair
Mike Solomon
Development Manager
Ivy Ltd
www.ivy.ltd.uk]www.ivy.ltd.uk
php version 5.2.6
MySql 5.1.59
Bookmarks