Forum Discussion
SarahClark
7 years agoQrew Cadet
Okay, here's a new challenge. :)
Now I want the button to "Mark Complete and Create Activity." Complete is a checkbox in the Tasks table, fid 9.
Here is where my formula stands now. What do I add to have it mark the task as complete?
URLRoot() & "db/" & [_DBID_ACTIVITY_SUMMARY] & "?a=API_GenAddRecordForm&_fid_20=" & URLEncode ([Related Case #])&"&_fid_15=" & URLEncode ([Task])
Now I want the button to "Mark Complete and Create Activity." Complete is a checkbox in the Tasks table, fid 9.
Here is where my formula stands now. What do I add to have it mark the task as complete?
URLRoot() & "db/" & [_DBID_ACTIVITY_SUMMARY] & "?a=API_GenAddRecordForm&_fid_20=" & URLEncode ([Related Case #])&"&_fid_15=" & URLEncode ([Task])
SarahClark
7 years agoQrew Cadet
Thank you so much!
Form rules won't work because these buttons will be pressed from a report rather than a form.
Form rules won't work because these buttons will be pressed from a report rather than a form.