Populate a Dropdown list from the database
It will be done by simple steps, Step 1: What you need to do is to create a custom util function and then tell your vardefs for that field to call the custom util function. Path: custom/Extension/application/Ext/Utils/<any_name>.php add below your code as per requirement. For example, function getAccounts(){ static $accounts…