Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
That worked and was immensely helpful. I just added a missing closing " on the first line. Posting the correction here for others to find.
"javascript: {
"$.get('" & $AddAcknowledgement & "');" &
"window.location.replace('" & $escreen &"');}"
My next test will be to see if I can get this to work as a button in an email Notification.
"javascript: {
"$.get('" & $AddAcknowledgement & "');" &
"window.location.replace('" & $escreen &"');}"
My next test will be to see if I can get this to work as a button in an email Notification.