cancel
Showing results for 
Search instead for 
Did you mean: 

MI Report Generation

Anonymous
Not applicable
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

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
------------------------------
Ronan Considine Senior Business Analyst Blue Prism

John__Carter
Staff
Staff
https://portal.blueprism.com/products/vbos/queue-reporting

------------------------------
John Carter
Professional Services
Blue Prism
------------------------------

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
------------------------------