Dynamic Dropdown shows complete list instead of filtering based on the parent Dropdown

~~ SuiteCRM 7.11.23 ~~

Test DD is showing a complete list instead of just showing Test 1 options





Code in custom/Extension/application/Ext/Language/en_us.lang.ext.php




Big Thanks in advance!!!

Hi,
haven’t tested myself, but I would do another try with just one “_” character like this:

test_parent:

'test1' => 'Test1',
'test2' => 'Test2',

test_child:

'test1_opt1' => 'Test 1 Opt 1',
'test1_opt2' => 'Test 1 Opt 2',
'test2_opt1' => 'Test 2 Opt 1',
'test2_opt2' => 'Test 2 Opt 2',

Still Doesn’t work for me :frowning:

Hey,
maybe you can compare your studio settings with this tutorial:

Thanks for the reply!


I’ve done all that but programmatically
My dropdrown fields in custom/Extension/modules/test_testModule/Ext/Vardefs/customFields.php :
Parent DD:




Child DD:



Extended language in custom/Extension/application/Ext/Language/en_us.lang.ext.php:



And yet after all that I still get this result


Might I have done something wrong?