Forum Discussion
MarkShnier__You
2 years agoQrew Legend
I doubt that there is a specific class specifically for Discussion Boards. But if you have a specific question we can try to help you.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- LyndaSchutter12 years agoQrew TraineeWhen I reply to a post in my new discussion board, the reply does not connect to the original question. I'm thinking it has something to do with the thread ID
On the discussion board in quickbase builder, the thread ID number auto populates.
I mirrored the formulas into my build, but still cannot get the id to populate.
I have a URL formula for the reply as
URLRoot() & "db/" & Dbid() & "?act=API_GenAddRecordForm&_fid_32=" & If(Length(ToText([Thread ID])) = 0, ToText([Record ID#]), ToText([Thread ID])) & "&_fid_6=" & URLEncode([Subject])
and the Thread url is
URLRoot() & "db/" & Dbid() & "?act=s&query=" & If(Length(ToText([Thread ID])) > 0, "{'32'.EX.'" & ToText([Thread ID]) & "'}OR{'3'.EX.'" & ToText([Thread ID]) & "'}", "{'32'.EX.'" & ToText([Record ID#]) & "'}OR{'3'.EX.'" & ToText([Record ID#]) & "'}") & "&clist=6.10.12.30.4&slist=6.3&opts=sortorder-A.groupby-V.nos."
------------------------------
Lynda Schutter
------------------------------
Related Content
- 7 months ago
- 8 months ago