Dear All,
Adding 3 dependent drop-down in my project with the help of coding in PHP . my current drop-down having 3 list items and currently working on depends only one but I want to change in drop-down depends on rest another category.
The documentation section Manually Creating Custom Fields provides a good description of creating fields using the module loader, including dropdowns. But how can I do the same thing for dependent dropdowns, where I need to specify a parent dropdown and…
This is a question and tutorial combined. The question is, can I do something similar to Relate inputs like Enum (dropdown) inputs? So after some scrounging around and figuring out of some custom features and extending features, I've come across the way…
Hello, I have a drop down field which id like to make one of the list values available to view on existing records, but no longer selectable when a record is edited or a new record is created. My current plan is to modify the javascript to remove any…
Hello. I followed the steps in this link to create a custom dropdown field: HOWTO: Add a search field that searches another module « Sugar Developer Blog – SugarCRM array (
'name' => 'ano_padv',
'label' => 'Ano',
'type' => 'enum',
'default' => true…
I'm working in a 7.6.1.0 Sugar Professional instance. I created the dropdown field sales_person_c in the Accounts module, which will later list all the users with certain roles. To accomplish this I replaced the field vardefs with the following: $dictionary…
Hello I wanted to hide two fields depending on a dropdown value: System: Sugar Enterprise 7.8 Scenario: Module where I want to hide: moduleA On record/create view there is a dropdown: docType (values: typeB, typeC, both, none) There is two related modules…