How to set up LinkROW() to open current row

I am trying to add a technician’s name on an order in detail view. I have an action “go to another view in this app” with deepkey linktorow([_rownumber], “In Progress_FORM”), that prompts the user only for the [tech]. However, when the form saves, it says, “Key Field Customer Name required”. My key is [customer name] (which already has a value assigned to it), and I have also tried in place of [_rownumber], with the same result. This error leads me to think it is trying to create a new row of information instead of editing the current row. How do I direct the form to open the row that is currently in detail view? I cannot tell it to go to the last row because the row is not necessarily the last one.

edit: I should also add that the action is grouped with another action that changes the [status] of the order, which also changes it to another slice/primary view.

Solved Solved
0 6 1,352
1 ACCEPTED SOLUTION

LINKTOROW( [_THISROW] , "view" )

Nope

View solution in original post

6 REPLIES 6
Top Labels in this Space