Hello I have a question about actions , link to row

hello i am trying to edit a existing row (not make a new one) using a action button
LINKTOROW([Work Order],“CM Permits”)

I want to use the work order as a reference so it know what row to edit

What am I doing wrong here ?

Any help will me much appreciated

Solved Solved
0 7 278
1 ACCEPTED SOLUTION

To open the form view for an existing row, use LINKOROW() and specify the name of the form view, like this:

LINKTOROW(key-column-value, "form-view-name")

For example:

LINKTOROW([Work Order], "CM Permits_Form")

View solution in original post

7 REPLIES 7

Btw the action is trying to link to another table

Steve
Platinum 4
Platinum 4

What is this meant to do?

3X_d_9_d9e4f0b9cff112ad89dcedfabfca021cd9f1c98f.png

sorry I am using this
the pic is wrong
LINKTOROW([Work Order],“CM Permits”)

It’s not clear to me what you want to do or what isn’t working. Does the action button not take you to the desired row? Where does it take you? Are you getting an error? If so, what is the error?

I want it to open the form view for “CM Permits” and edit the row referenced by [Work Order] number

the the form is empty that it opens I want it to open the fill form (edit the row) and just some values

To open the form view for an existing row, use LINKOROW() and specify the name of the form view, like this:

LINKTOROW(key-column-value, "form-view-name")

For example:

LINKTOROW([Work Order], "CM Permits_Form")

Thanks Steve

I got it working

Top Labels in this Space