Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

User Decison Step in Workflow

Former Member
0 Kudos

Hi,

I have a User Decision step in Workflow.

My requirement is to provide the user to enter some text(Between 10 -15 Lines) whenever he takes the decision and also provide a button to view the Previous Text History.

So I created the User Decision step with 3 Outcomes - Approve,Reject,View Log.

For View Log Button iam calling the Function module in the Method.This function module internally uses SUBMIT to call a Report where the user can input his text and view the Log.

But the problem is when the user presses the BACK button in the Report, it should come back and show the work item ( i.e. where he can see the 3 buttons Approve,Reject,View Log ) .Instead it comes out entirely and shows the Business Workplace.

Please let me know how to handle this.

Regards,

Srinivas.

2 REPLIES 2

Former Member
0 Kudos

u need to set the status of the screen else it will consider the status as 0 & comes back...

0 Kudos

Hi Ramesh,

What status....

Regards,

Srinivas.