Dropdown values in customCode
Came across an interesting question which led me to check and write a blog post. Translate enum value to display in customCode It is a two step solution. Step 1: Create / Edit custom/modules/Accounts/view.detail.php add following code in function display. function display(){ global $app_list_strings; $this->ss->assign('APP_LIST', $app_list_strings); // ...... // ......…