Change Branch Entries

Hi, is there a way to change the pre-defined Selection in the Branch-Drop-Down-Menu?
When i create a new Firm-Entry, there is no suitable entry in the Branch Drop-Down, the one next to the Typ Drop-Down-Menu

For now you will have to create your own drop-down definition in custom folder:

  • create file
    custom/Extension/application/Ext/Language/en_us.lang.override.php
    Name of file may be as you like.

  • copy drop-down definition array from include/language/en_us.lang.php
    Name of drop-down definition is industry_dom

  • paste to custom/Extension/application/Ext/Language/en_us.lang.override.php
    as
    $app_list_strings[‘industry_dom’] => array(
    ‘industry1’ => ‘YourIndustry 1’,
    ‘industry2’ => ‘YourIndustry 2’,
    ‘Apparel’ => ‘Apparel’
    );
    add/remove entries in array as wished

  • log in to backend path of your crm as administrator

  • Go To administration > repair > quick repair and rebuild

  • log in to frontend and check.