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()
MCFNeil
8 years agoQrew Captain
Tracking people on the links you add now eh? very nice. ( I clicked it)