FranciscoOjeda
11 months agoQrew Trainee
Completed task button
Hi,
I am trying to do a button to mark as completed a task.
When I try this, the Status is changed to "Completed" but as text and not as the multiple choice option "Completed" of the field. This is a problem because if I colour the records that are completed, these ones are not coloured.
How can I solve this?
This is my formula:
If([Task Status]<>"Completed",URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#] & "&_fid_11= Completed" & "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid()))
Thanks!
------------------------------
Francisco Ojeda
------------------------------