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 221
  • 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

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.

Oh sorry I didn't see your answer @Steve ! Thanks!

So, basically using _inline at the end of the name would do the trick?


@Djigi wrote:

I was wondering if it is possible to create your own inline view


Sure, make it Ref and also you need some [Related ..] kind of Virtual Column in the parent table

Thank you for your reply. When I make it Ref, it creats a [Related ..] kind of Virtual Column and an inline view on its own.

Like I said, when I create make it Enum, I can make my own [Related ..] kind of Virtual Column and an inline view as well, but this does not link it.

My question is where can the view be linked to the the Virtual Column?


@Djigi wrote:

So, basically using _inline at the end of the name would do the trick?


No.

There has to be a view already created by the system that could be edited to suit your needs.
This view has _Inline at the end and that's how you notice it.

You can create any other list view (gallery, chart, table, deck, etc) and put it as REF in the Position config and it will work as the Inline View for that table records.

SkrOYC_0-1675879072074.png

Top Labels in this Space