Forum Discussion
IvanPinney
6 years agoQrew Trainee
Thanks Mark,
I've dropped it in, The button clicks and submits, and appears to be working, however, the Date is not showing up in the new field? Any Pointers here?
I created a URL - Formula and Dropped in the Above Code.
I changed it to, Field ID to 445 to Match the Field "Snooze Date" which is a Text Field
Code Below:
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_445=" & ToText(Today());
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"
I've dropped it in, The button clicks and submits, and appears to be working, however, the Date is not showing up in the new field? Any Pointers here?
I created a URL - Formula and Dropped in the Above Code.
I changed it to, Field ID to 445 to Match the Field "Snooze Date" which is a Text Field
Code Below:
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_445=" & ToText(Today());
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);"