Action to: Open NEW entry form - as though you clicked on the "New" Inline for a List

Anyone know if it is possible to use an action button to take me to the same form (insert new record) view as if I had clicked on the NEW button on a LIST view inline?

In other words, I want this action button:

2X_6_6313ba0ffa3448d76b873e0291a18031588ad9f8.png

To take me to the same place that this button does:

2X_1_1cd65afdd50e132f0bbc40ad1b6349751986efd1.png

i.e. it takes me here:
(new record entry form, with FK already populated)

2X_8_8809ad1bc2a93be1cbfa68528818ee18988a7a9d.png

Solved Solved
0 3 568
1 ACCEPTED SOLUTION

Yes you can do that with the Deep Link action likeโ€ฆ
LINKTOFORM(โ€œChildFormViewNameโ€,โ€œParent IDโ€,[ParentKeyColumnName]) where the โ€œParent IDโ€ is your Ref columnโ€™s name in the child table.

View solution in original post

3 REPLIES 3

Yes you can do that with the Deep Link action likeโ€ฆ
LINKTOFORM(โ€œChildFormViewNameโ€,โ€œParent IDโ€,[ParentKeyColumnName]) where the โ€œParent IDโ€ is your Ref columnโ€™s name in the child table.

Thanks Aleksi!
At first that was taking me to a blank screen (see below), but after a reboot, it is working.

Appreciate the help!

Youโ€™re welcome

Top Labels in this Space