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
Hi ,
The function will return null value for anyone of the following reasons:
Could you please check and confirm all the above conditions are met?
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.
Hi Selvakumar Kumarasamy
Yes all the conditions are met.
Hi All
The function was not working in the task report, so the workaround I did is, in the interface where there is the grid which calls this task report, over there an expression rule is called which contains the function gettaskacceptedtimestamp().