Forum Discussion
MCFNeil
8 years agoQrew Captain
Does the edit and the add record portion work? It looks like you might need an apptoken.
Also, rather than redirecting to the parent, try just have the page refresh; (similar to this)
"javascript:" &"$.get('" & $URL & "',
function(){" &"location.reload(true);" &"}); " & "void(0);
Also, rather than redirecting to the parent, try just have the page refresh; (similar to this)
"javascript:" &"$.get('" & $URL & "',
function(){" &"location.reload(true);" &"}); " & "void(0);