Hi
I am working on version 21.2.
I have a scenario, wherein I want my task report to display the "Task Accepted Time".
I am using the function:
gettaskacceptedtimestamp(tp!id)
When I am calling this function in an expression rule, the rule is running fine and giving the date and time as per the task id passed. However, when I call this rule in the task report and pass tp!id, the value of the column remains blank. Also if I directly call this function in the task report, the value of column remains blank.
Can any one please help me with this issue.
Thanks in advance!!
Discussion posts and replies are publicly visible
I think some functions like (averagetaskworktimeforprocessmodel() - scripting functions category) wont work in process report. I don't find a documentation but I remember read somewhere. If that's a case you may need a find a workaround and get accepted time populated in the process/DB and the take it.