Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Arshad,
What Matthew means is that you also need to populate the field for say [Related Initiative]
In this button below from your app, the Action is now connected to both a Minute and an Initiative by two relationships. So the Add Action button needs to populate both field IDs 11 and 13.
Like this
URLRoot() & "db/" & [_DBID_ACTIONS] & "?a=API_GenAddRecordForm&_fid_11=" & URLEncode ([Record ID#])
& "&_fid_13=" & [Related Initiatives]
& "&z=" & Rurl()
What Matthew means is that you also need to populate the field for say [Related Initiative]
In this button below from your app, the Action is now connected to both a Minute and an Initiative by two relationships. So the Add Action button needs to populate both field IDs 11 and 13.
Like this
URLRoot() & "db/" & [_DBID_ACTIONS] & "?a=API_GenAddRecordForm&_fid_11=" & URLEncode ([Record ID#])
& "&_fid_13=" & [Related Initiatives]
& "&z=" & Rurl()
_anomDiebolt_
8 years agoQrew Elite
Sorry for the off topic comment but I noticed you are using the infamous Rurl() function that isn't documented among the other formula functions. So I created this application with one formula text field and set the formula to Rurl().
Rurl()
https://haversineconsulting.quickbase.com/db/bm3rgckkd?a=q&qid=1
Every time you edit or view a record or report it changes it value! What's up with that?
Rurl()
https://haversineconsulting.quickbase.com/db/bm3rgckkd?a=q&qid=1
Every time you edit or view a record or report it changes it value! What's up with that?