I have an question: when I click the Reject button the WF status will update
Reject and I want Workflow originator will Resubmit again. how can I do that ?
Thanks and best regard
Trieu nguyen
On 2/9/10 2:34 AM, in article
83B6FFC3-DCB9-4887...@microsoft.com, "Trieu nguyen"
Thanks you so much for your reply. It is good for me. I must create new
method in class submit and set it ResubmitWorkflowMenuItem. It will run. I
have a question : How can I run ChangeRequest and Deny in Workflow Approval ?
Thanks and best regard
Trieu nguyen
"Patrick G. Hodo" wrote:
> .
>
When I perform Reject action of workflow approval (outcome type: return), then I can resubmit the workflow. Is it true? and as you mentioned that reject actually ends the workflow so how can I use Reject approval action.
Thanks in advance.
> On Tuesday, February 09, 2010 3:34 AM Trieu nguyen wrote:
> Hi All,
>
> I have an question: when I click the Reject button the WF status will update
> Reject and I want Workflow originator will Resubmit again. how can I do that ?
>
> Thanks and best regard
>
> Trieu nguyen
>> On Tuesday, February 09, 2010 2:57 PM Patrick G. Hodo wrote:
>> This is not by design. Reject is for the end of the workflow. If you want
>> the originator to have the option to resubmit, they must "return" the
>> workflow. To get around this, you must manually set the status on the
>> workflow record to something besides "Reject" or modify the "canSubmit"
>> method to allow it.
>>
>> On 2/9/10 2:34 AM, in article
>> 83B6FFC3-DCB9-4887...@microsoft.com, "Trieu nguyen"
>>> On Tuesday, February 09, 2010 7:53 PM Trieu nguyen wrote:
>>> Hi Patrick,
>>>
>>> Thanks you so much for your reply. It is good for me. I must create new
>>> method in class submit and set it ResubmitWorkflowMenuItem. It will run. I
>>> have a question : How can I run ChangeRequest and Deny in Workflow Approval ?
>>>
>>> Thanks and best regard
>>>
>>> Trieu nguyen
>>>
>>> "Patrick G. Hodo" wrote: