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! Go to 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")
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |