JackWoods
4 years agoQrew Trainee
Modify Add Task Button to Checkbox on New Task/ Sub-Table
Hey Community - I'm looking to simply modify the existing/standard "Add Task" (Sub-Table) Button on my Parent table so that it can update a checkbox field for me on the new sub-record being created. I modified the URL formula code but it doesn't seem to work and just takes me back to the home screen - no error message. the checkbox field is FID194. Please let me know what's wrong with my code below.
Thank you,
URLRoot() & "db/" & [_DBID_TASKS] & "?a=API_GenAddRecordForm"
& "_fid_192=" & URLEncode ([Record ID#])
& "&_fid_194=true"
& "&z=" & Rurl()
------------------------------
Jack Woods | Low Code 4 Lyfe
------------------------------
Thank you,
URLRoot() & "db/" & [_DBID_TASKS] & "?a=API_GenAddRecordForm"
& "_fid_192=" & URLEncode ([Record ID#])
& "&_fid_194=true"
& "&z=" & Rurl()
------------------------------
Jack Woods | Low Code 4 Lyfe
------------------------------