Hi,
like to add status messages to an Nintex form. The adding is working fine, but if I try to remove
the status message after some time with
setTimeout(function() {
SP.UI.Status.removeStatus(statusId);
}, 3000);
the script returns an call stack error. On the other hand SP.UI.Status.removeAllStatus(true); in the same Timeout function is working well but it's not requested to remove all status messages at the same time.
If I use this at an SharePoint site without Nintex, there's no problem, so the error is not inside the code.
Is there any way to implemnt this to an Nintex form, too or any other way to set status messages ?
Thanks Stefan