Autofill column based on view Context

Hi, there are several forms in my app with fields that I would like to be auto filled based on the view I was previously in. For example, I have an Assets table and an Asset Deployment Log table. The Deployment Log has a field where I select the Asset I want to deploy from my Assets Table. Iโ€™d like to have a button on the detail view for my Assets table that opens a new form for the Deployment Log that automatically has the Asset I want to deploy filled based on the Asset I was previously viewing.
Iโ€™m thinking this is like a Context expression?

Solved Solved
0 5 412
1 ACCEPTED SOLUTION

Linktoform(โ€œview nameโ€, โ€œasset column name in formโ€, [asset column name in current table])

View solution in original post

5 REPLIES 5

Check out linktoform()

So I got the Linktoform part but any advice on the field being autofilled based on the view I navigated from?

Linktoform(โ€œview nameโ€, โ€œasset column name in formโ€, [asset column name in current table])

That did the trick! Thank you!

Steve
Platinum 4
Platinum 4

For reference:

Top Labels in this Space