cancel
Showing results for 
Search instead for 
Did you mean: 

enter message in User Decision Step

Former Member
0 Kudos

Hi,

I am developing a workflow, I have a requirement wherein before the user takes decision and clicks on the buttons say 'yes' or 'no' , he should be able to enter a message, is there any standard object type or method which opens up a dialog box for this??

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

suresh_subramanian2
Active Contributor
0 Kudos

Hello Divya !

I suggest to design workflow such that the user enters message after taking the decision either "yes" or "no".

Any way, if you want to design the workflow such that the user should be able to enter the message before taking decision, create a method in your business object.In the method, call the function module CATSXT_SIMPLE_TEXT_EDITOR.Inscribe this method in a task step.As per your requirement, this task step should be maintained before the user decision step.

If the user should enter message after taking the decision, maintain this task after the user decision step.

Regards,

S.Suresh

Answers (2)

Answers (2)

former_member185167
Active Contributor
0 Kudos

Hello,

There's a way to do it in UWL, search and you'll find it (haven't done it myself).

If you're not using UWL then you can make your own step with Advance With Dialog.

regards

Rick Bakker

hanabi technology

Eddie_Morris
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

The user could simply add a note/message/attachment to the work item itself by using the Create Attachment button. You could also call the method SOFM.CREATE ebfore or after the User Decision step in order to create a message.

Regards,

Eddie