cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture the comments into custom table from UWL task approved / Rejected

Former Member
0 Kudos

Hi Gurus,

We have a requirement to develop the custom application for approval process from UWL task. We have created two web dynpro applications one for HR inputs and another for manager screen for approval. And also we have developed one workflow for decision task.

We have planned for two solutions

1) To send decision task from workflow to UWL. We have configured XML file to display the comment section. But after approval / reject with comment, how to capture the comments in custom table?

2) Instead of decision task we have created one activity, this activity will trigger one notification kind of mail in UWL inbox. In this case, everything  we can handle in web dynpro application for saving the comments in custom table.

But one challenging think is that how to complete that activity which is triggered from web dynpro application and also we need to trigger one more task for approval 2 level

Kindly help me on this.

Regards,

Narasimha C

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Narasimha,

On UML url you will get the Work Item in the Window Handle Event also we can get the Comments if you are storing the data in the work flow Container.

Use loop control for number of approvers..Level of approvers you can maintain in the Custom table if level 1 is completed it will continue and if you want to Cancel the Work item at particular level you can write the condtion in the Loop control so that the Work item will get Cancelled with out Further Process.

Thanks & Regards

@surendra@

ChrisSolomon
Active Contributor
0 Kudos

Just curious....why are you not using HCM Processes & Forms that has a lot of this functionality (and more) built in?