cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing notes after a decision approve/reject

Former Member
0 Kudos

Hi,

I am working on a CRM business activity workflow ( BUS2000216). in which the sample creator have to get the approval for certain products depends on the quantity. Depends upon the requirement I am sending a work item with approve/rejact options to approver with the product details. Capturing his decision and updating the item details for the activity.How can we capture the comments/notes entered by approver for the same.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This question has been asked several times in the forum. Pl search before asking.

But, to answer your question, you can use SELFITEM.NOTE_CREATE method to pop-up a header & details text that you can send back to wflow container thru &&_ATTACH_OBJECTS&& from task to the corresponding wflow container. The same cont. element you can passback to the next witem as an attachment or embed into the e-mail if you are using a sendmail step.

If you want, another approach is to write a custom FM using the std. FM 'TXW_TEXTNOTE_EDIT'.

Either one should meet your requirements immediately.

Hope this helps

venu

Answers (1)

Answers (1)

former_member184495
Active Contributor
0 Kudos

Hi Veera,

you could also try with the FM CATSXT_SIMPLE_TEXT_EDITOR, but I doubt if you can retrieve it in future, if you want.

Hope it helps.

Aditya