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.
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.
hey, Alexandra
Could you give an example to clarify whether it is about making fields mandatory or rather validation scenario?
Best,
Dmytro
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient
When creating an opportunity, I want this field to be required.
But even though the box is checked its not requierd when I do create an opportunity.
It should work fine as soon as the custom field is represented on the Record View for Opp module
Could you check?
Best,
Dmytro
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient
So when creating a new opp. I will not get an error regarding the field, as the other requierd fields.
That works on a demo instance (see below)
Do you happened to have some code customizations for Opps Record View on your instance?
Alternatively, try to 1) run Quick Repair and Rebuild, 2) clear the browser's cache 3) use incognito mode to try
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient
That works on a demo instance (see below)
Do you happened to have some code customizations for Opps Record View on your instance?
Alternatively, try to 1) run Quick Repair and Rebuild, 2) clear the browser's cache 3) use incognito mode to try
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient
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.