Help

Re: Pre-filling linked records in forms from a button in another table

55 0
cancel
Showing results for 
Search instead for 
Did you mean: 
JaredKinchen
4 - Data Explorer
4 - Data Explorer

Having a bit of trouble and would love some insight.

I have 2 tables. The first table is a Work Order Table and the second is an Activity log table. In Table 1 I have a button configured to upon click open the form view on Table 2. I have a referenced field in Table 2 to reference the record the button was clicked on table 1.

I am struggling with the button url on a table 1 record that will open the form on table 2 and prefill the referenced linked fields.

Here is what I have so far:
Screen Shot 2022-07-15 at 8.51.51 AM

Screen Shot 2022-07-15 at 8.52.02 AM

10 Replies 10
HannesK-ME
7 - App Architect
7 - App Architect

Hi there,

Hannes from the miniExtensions team here! Our form offers this functionality right out the box! You'd simply create a formula that links to the form in the second table and appends the required prefill. This can be set up in a matter of minutes and works like a charm! You can prefill by record ID or using the primary field. When using the primary field name you'd just need to be sure to encode any special characters using the ENCODE_URL_COMPONENT function.

Our form also offers static prefills, which can be super useful if you need to prefill every form submission with the same value (say, setting a status as "New", for example). Those static prefills don't show up in the URL and are therefore not overrideable by your users (if you hide the field on the form or make the field visible, but read only)! There's a lot of functionality to discover here.

You can try it all out with a free account now! 🙂 

Screenshot 2024-11-29 at 16.29.06.jpg