Hi
Thanks for the reply.
I did indeed create a vardefs.ext.php for Prospects in order to
state that the field was no longer required when importing
targets within the Campaign module :
sugarcrm/custom/Extension/modules/Prospects/Ext/Vardefs/vardefs.ext.php
PHP Code:
<?php
$dictionary['Prospect']['fields']['last_name']['required'] = false;
?>
Is this modification still valid with version 5.2.0c ?
Were you suggesting that I create one for leads as well ?
Well, I tried anyway and the symptom is the same : I can manually create a lead, devoid of 'Last Name',
but when I attempt to import leads from a CVS file, the 'Last Name' field remains required :
Error => "Missing Required Fields: last_name'
Thanks
ysh
Bookmarks