Hi there
I added a new table (customer N. and Name, plus additional infos) plus ListPage. works.
Now I want to integrate those table values into corresponding customer cards.
I added an extension for the customer table. I see those fields in the inspector when I open the customer card. so that seemed to work.
the fields are flowfields type lookup from the original table.
BUT the values from the new table (which I add via List) are not copied over to the extension table fields.
my syntax is
//CustomerNo is one of the columns in the new table, and "No." is the PK of the customer-Table I try to extend.
Could you please point me as to what I am doing wrong ?
Thanks in advance