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 245
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
Top Labels in this Space