‎2006 Feb 16 10:17 AM
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.
‎2006 Feb 16 12:39 PM
‎2006 Feb 16 12:39 PM
‎2006 Feb 16 1:06 PM
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.