required fileds

Hey! 

Is it not possible to set the field type relation to a required field?

I have checked the box but it does not work when I'm working within the module.

Parents Reply Children
  • Hi Alexandra,

    Yes try with the steps as suggested by Dymtro, if the issue still persists please check whether required property was set to true on field in vardefs file or not. If not please add this line in the below file

    custom/Extension/modules/Opportunities/Ext/Vardefs/<sugarfield_fieldname.php>

    $dictionary['Opportunity']['fields']['fieldname']['required']=true;

    Replace fieldname with your respective fieldname and Run QRR to the instance.