MI Report Generation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-04-15 01:06 PM
Hi,
We want to create a report which will contain the number of transactions(processed, unprocessed etc.) for a particular session.
Also, the report should be available on a particular date or a date range as required.
Could we achieve this functionality using any existing BluePrism feature or component?
If so please guide us how to achieve it.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 04:28 PM
Hello Lakshmi,
Yes this is completely possible.
If this is going to be for a single process you can build this into the current process to track when each type of transaction is made with a calculation stage. Then at the end of the session you can create a csv or excel output with the types of transactions the number of transactions and any other data you would like to capture within the process.
If you would rather build this separately, you can create a process that uses the Work Queue object to 'get all completed items' and then filter based on any different tags that you use for 'processed' or 'unprocesed' to give you an output without changing the original build.
Let me know if you have any more questions.
Best Regards,
------------------------------
Ronan Considine
Senior Business Analyst
Blue Prism
------------------------------
Yes this is completely possible.
If this is going to be for a single process you can build this into the current process to track when each type of transaction is made with a calculation stage. Then at the end of the session you can create a csv or excel output with the types of transactions the number of transactions and any other data you would like to capture within the process.
If you would rather build this separately, you can create a process that uses the Work Queue object to 'get all completed items' and then filter based on any different tags that you use for 'processed' or 'unprocesed' to give you an output without changing the original build.
Let me know if you have any more questions.
Best Regards,
------------------------------
Ronan Considine
Senior Business Analyst
Blue Prism
------------------------------
Ronan Considine
Senior Business Analyst
Blue Prism
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 05:12 PM
https://portal.blueprism.com/products/vbos/queue-reporting
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 07:49 PM
Thanks @John Carter for sharing the xml file.
@Lakshmi.Patankar - You can utilize the xml which John has shared. This has captured a lot of scenarios for report generation. If you want to create a separate process for just fetching the reports for a particular date or date range, then it can also be done using work queues where the date or date range can be passed as Input parameter for the process and completed/exception/pending items can be recorded as a part of transactions in Work Queue.
------------------------------
Manpreet Kaur
Manager
Deloitte
------------------------------
@Lakshmi.Patankar - You can utilize the xml which John has shared. This has captured a lot of scenarios for report generation. If you want to create a separate process for just fetching the reports for a particular date or date range, then it can also be done using work queues where the date or date range can be passed as Input parameter for the process and completed/exception/pending items can be recorded as a part of transactions in Work Queue.
------------------------------
Manpreet Kaur
Manager
Deloitte
------------------------------
