PaulPeterson1
4 years agoQrew Assistant Captain
Formula URL Help Needed
I am not overly comfortable debugging formula URLs. I have two questions. First, I am using a button to trigger a pipeline. The button is in an embedded report and currently when clicked it is going to the form view. I would like the result of the button click to be adding a check in a checkbox then returning to the report view. This is what I have now:
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=tokenmID&rid=" & [Record ID#] & "&_fid_80=1" &
"&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#])
What do I need to change.
Secondly, what is the best resource so I can learn more about this rather than constantly asking for help?
------------------------------
Paul Peterson
------------------------------
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=tokenmID&rid=" & [Record ID#] & "&_fid_80=1" &
"&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#])
What do I need to change.
Secondly, what is the best resource so I can learn more about this rather than constantly asking for help?
------------------------------
Paul Peterson
------------------------------