Question:
Hi All,
I am using the "FORM" Step type in one of my Approval workflow. But there seems to be a problem with Change/Edit method of the form.
Our process is when an approver rejects the Form then the form should go to the Requestor in Edit mode. As per my Workflow logic the "Change Form" is going to the Requestor's Inbox but the User is not able to execute the Workitem. On execution it doesn't display the form and gives message "Form cannot be executed (parameters incorrect)". I have created a new Form in my Function Module and assign the Change method to the Task but still it not working.
Has anybody worked or encountered such a problem earlier with "FORMS"?
Kindly mail me the solution if any of you know of.
A quick help would be appreciated. Thanks a lot in advance.
Priya.
Answer:
If you try and test the method through the workflow object builder, does it work then?
Although I've not used the form object personally, the things I'd imagine you should be looking for are:
1) Is your workflow passing the correct parameters to the method? You could try sticking a breakpoint in the method code to check the variables, then executing the workitem...
2) Does your user have authorisation to execute the task?
You might also check for short dumps...
Regards,
Tim