Behaviour actions linktoview function

Hi, 

I have a problem which I want my apps to view another table with certain condition(unique id same as another table id column)

Here is what I used 

LINKTOVIEW("Work Order_Detail","UniqueID"=[Ref WO ID])

I am able to save it however when I try clicking on the button it does not work.

Do you guys know what is wrong?

Solved Solved
0 5 111
1 ACCEPTED SOLUTION

Please read the function's documentation. It should be:

LINKTOROW([Ref WO ID], "Work Order_Detail")

View solution in original post

5 REPLIES 5

You should instead use LINKTOROW(), not LINKTOVIEW()

it does not show anything.
LINKTOROW("Work Order_Detail","UniqueID"=[Ref WO ID])

The Work Order_Detail is supposed to be the landed page but when I press the button it goes to N page which is non existent.

Nadhirah_0-1715242301338.png

 

Please read the function's documentation. It should be:

LINKTOROW([Ref WO ID], "Work Order_Detail")

This works wonders for me. Thanks!

Nadhirah_0-1715241961281.png

Here is the screenshot

Top Labels in this Space