Hi, I have a requirement where at any given point of time, I want a report in which for a case with given case id, I can view time spent under every status in the journey so far.
Can I exploit any OOTB Reports? or I shall built from scratch?
@GaneshA51 - Did you explore the “pxStageHistory” pagelist in the clipboard which is available within the pyWorkPage. The pagelist property holds all the relevant details like when the user entered a stage and when the stage was completed.
@GaneshA51 You can make use of this ootb report INDEX-TRACKSTATUS!PYDETAILEDLIST but you need to save as the when rule work - . pyTrackStatus and change the value from false to true.
@JoyashishS thanks for reply, correct me if I’m wrong, but I think that is for stages, I have status as the primary parameter.
Thanks @BhanuPrakash_G , I found that in launch portal and that seems helpful, can you please guide me, how to get it in dev studio? for some reason, it is not coming in Report Definition available in Dev Environment, or either I’m doing the wrong way
