We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Comments
Every time we bring in someone new, I can count on a confused/angry email about this, and I have to spend time talking them off the ledge. (That may seem like an overreaction, but think about often per day some people click the save button, as opposed to others. The little things start to seem bigger than they otherwise might).
What if I posed the question like this:
Using custom JavaScript, if someone submits a specific request offering, can I redirect them away from the My Requests view and put them right back at a blank form of the same request offering type that they just submitted? And, what would that JavaScript be? I'm still learning.
This is a great idea so up-voted. In the meantime, both options could be done as a customisation.
For the extra button eg 'Save and New', it would need to call and then reload the page.
For the editing the return to page, this is the code to set the 'Back' url: so you would need a custom task for each WI type, that runs when the URL contains 'New' that sets that. Then upon clicking 'Save', it will return to a fresh 'New' page.
If anyone wants to have a go at building this out fully, I'm very happy to help.
Geoff
const pageElement = document.getElementById('main_wrapper');