Empty DropDown in LookUp

HelloI have a table which contains a field with an ‘id’ which points to an other table with different states. In the search layout I want to have a dropdown from this field which is filled with the values from the other table (lookup table)But if I load the search, the values for this field are presented in the way I set it up at the ‘Lookup Table’ Section of the field.The permissions for the lookup function is checked on. So I know this is not the issue. Do I miss something else?Thanks for your help

You may press F12 from your browser, and check whether any Javascript error message from Console section. In addition, you may check also the response from Network section.

yeah I checked that already and nothing appeared.
It’s so weird that everything works fine but the Dropdown is just empty

You may check HTTP response.

  1. Make sure you have already used the latest version of PHPMaker.
  2. Make sure you have already re-generated ALL the script files, and try again.