Link to Form in Context

Jesse
New Member

Hey guys,

I’d like to make an action button that links to a form view in a related record but I’d like to prefill the ref column in the form…
Just like the “new” button in a ‘related column’ (ref rows) prefills the ref column in the form view.

I started with LINKTOVIEW(My Form View), which works fine, but have no idea how to prefill the ref column from there.

Guidance appreciated.

0 4 595
4 REPLIES 4

You would need to use LINKTOFORM. One way could be like… LINKTOFORM(“YourChildFormView”,“RefColumnName”,[KeyColumnOfParentRecord])

Nice!
Thanks for the quick reply. I’ll try this out.

Works perfectly. Thank you so much.

You’re welcome

Top Labels in this Space