Hi, clicking on the task i am seeing this error message, what might be th

Hi,
clicking on the task i am seeing this error message, what might be the issue with? "There was a problem retrieving the task. This task has already been completed".

...

OriginalPostID-111653

OriginalPostID-111653

  Discussion posts and replies are publicly visible

Parents
  • Note that Submit button should not be double clicked.

    To prevent double submit you can hide the button as part of the submit event of the form. This approach will hide the button once it is clicked avoiding multiple submits. In order to do it you can use: window.FormAPI.hide("button1"); where button1 has to be replaced with the ID of your submit button.
Reply
  • Note that Submit button should not be double clicked.

    To prevent double submit you can hide the button as part of the submit event of the form. This approach will hide the button once it is clicked avoiding multiple submits. In order to do it you can use: window.FormAPI.hide("button1"); where button1 has to be replaced with the ID of your submit button.
Children
No Data