i have a custom package with a custom content element. The data (header + bodytext) of the custom element is stored in tt_content. This content element now needs a connection to a record of tt_address. Therefore i extendet tt_content with a field named address_uid.
My idea is to load all records (respectively the field 'company') from the table tt_address to a select field in a palette. The user can select a company and add header and bodytext and save the uid of the selected addressrecord to tt_content.
How can this be realized, in particular reading and displaying the data from tt_address.
THX for your supprt mimii