Hello Experts,
I am new to Workflow and webreports, looking how to capture the comments of the workflow and then update the approval emails. I am think about to use an attribute tehn update the attribute in the E-mail step.
Thank you,
The comments are available in the database, your Account Executive can provide an NDA for the schema docs if you dont have them already.
There are two WR tags in the Tag Guide - WFComments and WFTaskInfo - which may provide what you are looking for.
Thanks Greg
Thanks Greg!
I used WFcomments with the following tag where 4 is the taskid
[LL_REPTAG_&SUBWORKID WFCOMMENTS:4 PLUCK:wf_value SETWFATTR:"Comments" /]
I do not know if you can assist the following issue
In my output i got invalid characters as \r\n, is there a way to remove it
Thanks a lot for your assistance
you can use UNESCAPESTR subtag to do this, the documentation - what there is of it - is include in the ESCAPESTR subtag.
@ Greg Thanks a lot, it is working fine now.