MannyCruz
8 years agoQrew Assistant Captain
Auto-Fill an end date?
Hey, guys, I'm pretty new to QuickBase, but I currently have a button that sets the status of a task to "Complete" and redirects to the table view (where you originally clicked the button)
I tried to use a form rule that would Auto-Fill the end date with today's date once the status changes to complete, but it isn't cooperating with the button. So the status will change but it won't populates the date.
Can I get my current "complete" button to populate the date too?
Here's the button code, thanks!
var text url=
URLRoot()& "db/" &Dbid()& "?a=API_EditRecord" &
"&rid=" & [Record ID#]&
"&apptoken=cn3eu67ch3m9b76jdmn5b7vzn6d"&
"&_fid_10=Complete";
"javascript:" &
"$.get('" &
$url &
"',function(){" &
"location.reload();"&
"});
I tried to use a form rule that would Auto-Fill the end date with today's date once the status changes to complete, but it isn't cooperating with the button. So the status will change but it won't populates the date.
Can I get my current "complete" button to populate the date too?
Here's the button code, thanks!
var text url=
URLRoot()& "db/" &Dbid()& "?a=API_EditRecord" &
"&rid=" & [Record ID#]&
"&apptoken=cn3eu67ch3m9b76jdmn5b7vzn6d"&
"&_fid_10=Complete";
"javascript:" &
"$.get('" &
$url &
"',function(){" &
"location.reload();"&
"});