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 EliteSorry 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? - MCFNeil8 years agoQrew CaptainTracking people on the links you add now eh? very nice. ( I clicked it)
- _anomDiebolt_8 years agoQrew EliteNot at all. You will note the field resets itself every now and then. Rurl() is the mystery formula as it is undocumented.
- MCFNeil8 years agoQrew CaptainIs this tracking from the community now?
&_ga=2.136254644.463809833.1505098337-1257757333.1504802482
(this is from the copied link address above) - _anomDiebolt_8 years agoQrew EliteOff hand that looks like a google analytics thingy. I think they are tracking you!