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
Not at all. You will note the field resets itself every now and then. Rurl() is the mystery formula as it is undocumented.