Application Development and Automation 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: 
Read only

Workflow problem

Former Member
0 Likes
341

Hi ,

I am sending a work item to a user which has

3 options :

1.Select

2.Reject

3.Cancel.

I want to allow the user to enter the 'Reason for rejection' text

when he selects the Reject option.

Do you have any ideas how to go about it ?

Any hints will be gratefully appreciated.

Regards,

Sandip.

1 ACCEPTED SOLUTION
Read only

ramki_maley
Active Contributor
0 Likes
330

Hi Sandip,

You can find an answer .

Cheers,

Ramki Maley.

2 REPLIES 2
Read only

ramki_maley
Active Contributor
0 Likes
331

Hi Sandip,

You can find an answer .

Cheers,

Ramki Maley.

Read only

Former Member
0 Likes
330

Hi Sandip,

Initially pop up a dialog box with the message 'Enter Reason for rejection'.

Maintain the rejection code and reason for rejection in a custom table

Provide F4 ( List box ) fetching the reason for rejection from this table and allow the user to select one of the reasons from the existing list items.By doing this as and when any additional item is required it could be added in the table.

Regards,

Saraswathi.