Re: Make required field in company in Sugar 5.0 RC
What version are you using? It works okay for me in 5 beta 2 and 5 RC.
Anyhow try this:
Go to custom/modulebuilder/packages/<packagename>/modules/<modulename> and look at the vardefs.php in there. This is the vardefs for modules in the Modulebuilder. When you deploy a module, everything about the fields is defined from this vardefs file.
The fields you set as required should contain the line
'required' => '1',
Do you see it there? If not add the line and try re-deploying your custom module. Editing your module before it's deployed is far easier.
Server: Fedora
Sugar 5 CE
Apache 2.2.6
MySQL 5.0.27
Bookmarks