Linking specific FORM to table row select

Hi everyone - new here… first post.

When I select a row in the table below on the left, I want it to open a specific form to edit just the relevant info. The form includes columns that appear based on values (e.g. if an invoice is switched from “payable” to “paid”, the payment options appear, etc.)

It was working perfectly yesterday.

And I cannot figure out for the life of me how to get those columns to show in the form.

I’ve tried:
Table behavior on row-select “auto” - and it takes me to the detail view with all fields, and requires an extra click to see the form
Table behavior on row-select “edit” - it opens a form with half the columns I need, even though it seems to be pointing the custom form I created with custom column order
Table behavior on row-select “run an action” - If I use “App: open a form to use this row” I get the same problem as above
Table behavior on row-select “run an action” - If I use “App: go to another view within this app” it takes me to the form I point to, but doesn’t take me to the related record…

I was working perfectly (I was using “App: open a form to use this row” - until it suddenly didn’t anymore, and I’m not sure what I did different… I tinkered with the underlying data, that I am using as dummy data to test the features, but that’s all I can think of.

Also, agin… new here… I could’nt think of how to this more concise. See please, if you don’t mind, let me know if this message conforms to the community standards…

Thanks in advance

Solved Solved
0 7 942
1 ACCEPTED SOLUTION

You don’t send the name of the key column, you need to send the key value of the record you want to edit.

If you’re using this Action on a row-select the easiest way to do that is to use:

LINKTOROW( [_THISROW] , ... )

View solution in original post

7 REPLIES 7
Top Labels in this Space