Question
accenture
PH
Last activity: 16 Apr 2024 12:13 EDT
Report Definition Email Timestamps
Hi All,
I'm creating a report definition that records timestamps of:
1.) When the first email from the consumer arrives.
2.) When the first reply from an agent to the consumer's email is sent.
For the first point, I'm using pxCreateDateTime to capture the timestamp of the initial incoming email.
For the second point, I'm looking whether there exists a PEGA OOTB that captures the date and time of the initial response to the consumer. If not available, I'm interested in methods to include the timestamp of the initial reply in the report.
Aside from these requirements, I'm also checking if there is a property/OOTB that captures the number of follow-ups made by consumer in the email. Is there a way to do it?
Any insights is highly appreciated.
@IanKeithT16911417
For the first point, you are correct in using pxCreateDateTime to capture the timestamp of the initial incoming email. For the second point, there isn't an out-of-the-box property that captures the date and time of the initial response to the consumer. However, you could potentially use a custom property and set its value to the current date and time when the first reply is sent.
As for capturing the number of follow-ups made by the consumer in the email, there isn't an out-of-the-box property for this either. You could potentially use a custom property and increment its value each time a follow-up email is received from the consumer.
Please note that these are general suggestions and the specific implementation would depend on your application's design and requirements.
⚠ This is a GenAI-powered tool. All generated answers require validation against the provided references.
How to report the duration time from each Step within Stages?
Questions on Pega Customer Decision Hub (CDH) integration with Email Servic
how to fetch date from DateTime field in Report Defination