TimT
3 years agoQrew Trainee
Save and Keep Working button
I've seen a post similar to mine but the thread was old.
I am looking to see if there is a way for me to make a Formula - URL or a Formula Rich Text button that will basically mimic the Save & Keep Working button. The roadblock I'm coming across is that I have report link table (from another table, of course) in my form in which a user can select options, put notes in, etc etc.
Any time i try to use something like:
URLRoot() & "db/" & Dbid() & "?a=dr&dfid=2&rid=" & URLEncode([Record ID#])
& "&rdr="&URLEncode(URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl())
it's asking me if i'm sure if i want to leave as the changes will be unsaved. Is there any way for me to make a Save & Keep Working button that will save the changes in the report link? Basically, i want to press it and refresh the page as once changes happen on the report link table, i have a pipeline running. The users have to refresh the page itself to see what the pipeline has done.
I am looking to see if there is a way for me to make a Formula - URL or a Formula Rich Text button that will basically mimic the Save & Keep Working button. The roadblock I'm coming across is that I have report link table (from another table, of course) in my form in which a user can select options, put notes in, etc etc.
Any time i try to use something like:
URLRoot() & "db/" & Dbid() & "?a=dr&dfid=2&rid=" & URLEncode([Record ID#])
& "&rdr="&URLEncode(URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl())
it's asking me if i'm sure if i want to leave as the changes will be unsaved. Is there any way for me to make a Save & Keep Working button that will save the changes in the report link? Basically, i want to press it and refresh the page as once changes happen on the report link table, i have a pipeline running. The users have to refresh the page itself to see what the pipeline has done.