Forum Discussion
BenjaminLarrabe
10 years agoQrew Cadet
Try this code in a formula text button:
"<a class='Vibrant Success' onclick=$('#RedirectURL').val(document.location.href.replace(/&rl=[a-z0-9]*/,''));$('[name=rl]').val('');$('#saveButton').trigger('click'); href='#'>Update & Keep Working</a>
"<a class='Vibrant Success' onclick=$('#RedirectURL').val(document.location.href.replace(/&rl=[a-z0-9]*/,''));$('[name=rl]').val('');$('#saveButton').trigger('click'); href='#'>Update & Keep Working</a>
RyanBlackwood
8 years agoQrew Trainee
This only seems to work on records that have already been saved. Is there a code that will work on new records? Save the record, then dump you back into edit mode on the same record? Right now if I use this formula on a new record, it will save that record and dump you into edit mode in a new record (which then becomes an endless loop).
Thanks
Thanks