Hello guys,
I have a combobox in the table "people" that gets elements from another table "link_list". This "link_list" table has 2 fields: "identifier" and multilanguage "link" (link_DE, link_EN). Link is a FS_CATALOG that allows only one element (link template). So in the "people" table, i'm trying to access (to show to the editor) value of a link that is originaly in link_list table, in the FS_CATALOG (tt_link - table column is "link_DE / link_EN"). I successfuly managed to get identifier with #item.getValue("identifier"), but when i try #item.getValue("link_DE").class() i get ...EditorWrapper. I need to go deep and get lt_text from the first element of that combobox ("link_DE").
FS version 2020-02
table template: people
field: link_list
table template: link_list
link template