DavidBrogdon
7 years agoQrew Assistant Captain
Do I need the ""GenAddRecord"" in 'add (child)' button formula ?
If I am targeting a specific custom form for the new record, do I really need the GenAddRecord part in the following formula?
URLRoot() & "db/" & [_DBID_ID] & "?a=API_GenAddRecordForm&dfid=10&_fid_15=" & URLEncode ([Record ID#])& "&z=" & Rurl()
I noticed if I just use the url of the actual form in place of the genaddrecord it still goes through to the form just fine. So, do I actually need that part?
New to these URL formulas, thanks for any insight.
URLRoot() & "db/" & [_DBID_ID] & "?a=API_GenAddRecordForm&dfid=10&_fid_15=" & URLEncode ([Record ID#])& "&z=" & Rurl()
I noticed if I just use the url of the actual form in place of the genaddrecord it still goes through to the form just fine. So, do I actually need that part?
New to these URL formulas, thanks for any insight.