Hello ,
I need a dropdown basis on table records , dynamically.
Is it Possible or not .
for example :
I have a table that have 5 reocrds, i need that records in drop down field in suite crm .
Hello ,
I need a dropdown basis on table records , dynamically.
Is it Possible or not .
for example :
I have a table that have 5 reocrds, i need that records in drop down field in suite crm .
$dictionary["][“fields”][""] = array(
‘name’ => ‘’,
‘type’ => ‘’,
‘inline_edit’=>‘false’,
‘function’ => ‘’,
‘vname’ => ‘Resources Offered’,
);
You can achieve a dynamic drop-down field using this example.
put this code in a PHP file under the following path 'custom/Extension/modules//Ext/Vardefs and, you can define the function in custom_utils.php and store the file in the following path ‘custom/include’.