I have an app for users to order products. I have an action on the product view that opens the order form. The order form have a related list of ordered items.
I would like the productid of the product that I click on to appear in the related list when the form opens.
In another app I used linktoform with the following target and it worked find:- LINKTOFORM(“Sales”,“ProductID”,[_THISROW])
I want to do something similar but insert the productID in a column of the related list of the form. Is there a way to refer to columns in related list in the linktoform function