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 603
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