How to use a report link and save the changes to DB in the current screen?

Hi All,

I am currently using a Submit Button to save the changes in a screen (obviously). I am trying to replace it with a Report Link whose purpose would be to redirect back to the previous screen or a screen of my choice, and at the same time would be able to update the DB based on my on-screen changes before redirecting to the specified page.

Note: The current screen I'm on right now is a part of a Record. So, there is no Process Model associated. Hence, using Submit Button doesn't really help me moving out of the screen or redirect to some other screen.

 

 

Thanks in Advance

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Arun Theja Muthyalu
    This seems like a reasonable approach at a stretch - and the solution to the issue of the user submitting the final form and returning to the original interface is pretty simple: don't provide any submit buttons on the final form, but instead give it a short task timeout (to kill off the unnecessary process model) and force the user to manually navigate away from that task when they're done whatever they were doing.
Children