i am writing workflow to reject (cancel) but its not working
its saying you cant cancel before submitting
i am writing workflow to reject (cancel) but its not working
its saying you cant cancel before submitting
Message which is showing is correct. Because how can you cancel the document without submitting it? If you submit, you can cancel. Understand some logic and think.
Yes i understand that but here my case is different. Am creating a time sheet at that time status is “Open”(saving the sheet Employee dnt have permission to submit sheet). Manager Can Approve/Reject that sheet.Now manager want to Reject and employee needs to have option to reuse same dates but employee can not use same dates as its showing overlapping message.
Here Submit means eight Approve/Reject when we are giving Doc Status = 1
You need to set up some logic so that if the user rejects, the document status does not move to 2 but stays at 0. However, once the document reaches the rejected stage, the user will not be able to update the form, and all fields will become read-only.
Otherwise, as you said, the rest you have to do is not possible.