Inline view association

Hi,

I was using enum type refering to a table, instead of ref type, because at first I didn't want the add "New" to show in form view. I changed it back though, because I did want the function to be enabled.

When I changing it back it created a new inline view wich was automatically associated with the ref type when detail view is opened. This gives the option to let you choose which columns are shown and in which order. When I use enum type instead of ref type, this inline view is not created. I was wondering if it is possible to create your own inline view. Of course creating is not the problem, but finding where this association is specified is. Does anyone know how this link between the inline view and the detail view is to be specified?

At first when I changed enum type from ref type, it deleted the virtual column that referes to the other table automatically as well, so I had to create this back manually. I could not find any options for the association of the inline view in this virtual column either.

Thanks in advance!

Solved Solved
0 5 234
  • UX
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

If the column is configured as follows:

Steve_0-1675783346058.png

By default, the inline view used would be EXAMPLE_Inline and the detail view would be EXAMPLE_Detail.

View solution in original post

5 REPLIES 5
Top Labels in this Space