Forum Discussion
EverettPatterso
6 years agoQrew Captain
You may need a custom save button for that and hide that default save & close.
Formula URL (go to parent and edit)
Formula Rich text (save and redirect button)
------------------------------
Everett Patterson
------------------------------
Formula URL (go to parent and edit)
URLRoot() & "db/" & [_DBID_CLIENT] & "?a=er" & "&rid=" & [Related Project]
Formula Rich text (save and redirect button)
var text myurl = [Go To Parent]; "<a class='Vibrant Success' onclick='DoSave();' href='" & $myurl &"'>Save</a>"
------------------------------
Everett Patterson
------------------------------