Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Try this
URLRoot() & "db/" & [_DBID_OPPORTUNITIES]& "?a=API_GenAddRecordForm"
& "&_fid_10=" & [Account]
& "&_fid_276=" & URLEncode ([Record ID#])
& "&z=" & Rurl()
URLRoot() & "db/" & [_DBID_OPPORTUNITIES]& "?a=API_GenAddRecordForm"
& "&_fid_10=" & [Account]
& "&_fid_276=" & URLEncode ([Record ID#])
& "&z=" & Rurl()
QuickBaseCoachD
8 years agoQrew Captain
I like to line up my syntax vertically to help avoid syntax errors. I still often have initial errors, but at least when I go back in to debug them, they are easier to spot.spot.