DaneHughes
7 years agoQrew Trainee
Help with URL Button to add child record and then save automatically
Hi,
I have a URL formula button to add a child record and pre-populate fields. Is it possible to have this button automatically save the child record as well without it opening the new child record and having to save it there?
I did my best to research these forums, but couldn't find a solution. I realize I could achieve this with a checkbox and QB automation, but I'd rather have a button for this.
Here is my current formula
URLRoot() & "db/" & [_DBID_ACTIVITIES] & "?a=API_GenAddRecordForm&_fid_38=" & URLEncode ([Record ID#])
& "&_fid_6=" & "Mailed Letter"
& "&_fid_125=" & "Birthday"
& "&_fid_23=" & "Outreach"
& "&z=" & Rurl()
Appreciate any help.
I have a URL formula button to add a child record and pre-populate fields. Is it possible to have this button automatically save the child record as well without it opening the new child record and having to save it there?
I did my best to research these forums, but couldn't find a solution. I realize I could achieve this with a checkbox and QB automation, but I'd rather have a button for this.
Here is my current formula
URLRoot() & "db/" & [_DBID_ACTIVITIES] & "?a=API_GenAddRecordForm&_fid_38=" & URLEncode ([Record ID#])
& "&_fid_6=" & "Mailed Letter"
& "&_fid_125=" & "Birthday"
& "&_fid_23=" & "Outreach"
& "&z=" & Rurl()
Appreciate any help.