Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Does anyone know what needs to be added to a report to get the Date Completed of a change notice or a change task?
Solved! Go to Solution.
I got it.
I looked at the joins. I had the Work Item referencing the Change Task. I changed it to have the Work Item reference the Change Notice and it showed the time I was looking for.
Wrong (for what I wanted) Corrected
Thank you.
you can add Resolution Date attribute for change notice and change request. for change task there isn't OOTB attribute exist you can create IBA to record the Resolution Date. or use Change task Lifecycle history information to get change completed date (date on which change task moved to Resolved state.)
Hope it Helps!!!
Thanks
Shreyas
I have used that. However, what I'm looking for is the date that each person with the Task of the CN or the CN itself completed it.
I found the name of the completed date of the Task but I also want the completed date of the CN.
We use completed date from "Process Status" table under "Process" tab of Change Object.
For Reporting, its available under WF Voting Event Audit table.
Yogesh,
I need to find the Completed Date of the Change Notice. Not the Change Task. I already found that wf voting event audit.
I don't think I have the right Join's.
I got it.
I looked at the joins. I had the Work Item referencing the Change Task. I changed it to have the Work Item reference the Change Notice and it showed the time I was looking for.
Wrong (for what I wanted) Corrected
Thank you.