Hi Developer,
In SugarCRM Studio I can add a field with the type relate and link to the Accounts module. There should not be an explicit relationship between the modules. A custom table is then created for this, in which the ID of the account is inserted…
Hi all.
I am trying to use the vardef (populate_list) to pull fields in on the subpanel create. I have this working for Contacts by doing something simple such as:
$dictionary['Contact']['fields']['account_name']['populate_list']['description'] =…
Hi All,
I have created the decimal type field using vardef where the length is 18 and precision is 15 which is also same in MySQL but when i try to update the field value up to 15 decimal like 34.1234567899876489, it is storing as rounded value up…
Hi all, I have two fields defined in my vardef.php for a module. They have a dependency rule, so that they are not shown in the Record View if the rule does not apply. However when I'm at the List View and click on "Preview" the data of the fields are…
Hi All I am wandering how I can make a field required, this is a rationship field and cant see it in studio. As its not in studio i was going to write a vardef file as add the argument 'required' => 'true' , the problem is i don't know the field name…
Hi Everyone, Hopefully an easy question here for someone who is more in the know than myself: Is there a certain order that files in custom/Extension/modules/%MODULE%/Ext/Vardefs are rebuilt? The reason I'm asking is because when some fields were originally…