Save and continue in Edit-Form
Posted: 30 Mar 2020
Hi,
I would like to give users the possiblility to save their input in edit-form and continue with edit-form. The Thing I Need is discribed here quite well:
https://community.nintex.com/t5/Nintex- ... td-p/57485
I found this code somewhere in the forum:
function SaveContinue() {
var uri = fd.setUrlParam(decodeURIComponent(window.location.href), 'FDRedirectWithID', 'fd_Item_Edit.aspx?ID=');
console.log(uri);
fd.sourceFormParam(uri);
return true;
};
At first sight it seems like if it works. You can press F5 and changes are in the form. But the input is not really saved.
For example calculated fields which refer to this fields are not re-calculated. If you hit cancel-button the entered data is gone.
Is there any possibility to get this done?
Greetings and stay healthy
I would like to give users the possiblility to save their input in edit-form and continue with edit-form. The Thing I Need is discribed here quite well:
https://community.nintex.com/t5/Nintex- ... td-p/57485
I found this code somewhere in the forum:
function SaveContinue() {
var uri = fd.setUrlParam(decodeURIComponent(window.location.href), 'FDRedirectWithID', 'fd_Item_Edit.aspx?ID=');
console.log(uri);
fd.sourceFormParam(uri);
return true;
};
At first sight it seems like if it works. You can press F5 and changes are in the form. But the input is not really saved.
For example calculated fields which refer to this fields are not re-calculated. If you hit cancel-button the entered data is gone.
Is there any possibility to get this done?
Greetings and stay healthy