Need BP to automatically retrieve queue report from the run and save it on local process and send via email
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-03-18 11:48 PM
I need an already inbuilt process, to be added the following output step.
Process should automatically provide update in case of following situations:
Day end report €“ Both queue report and inventory update
Terminations
No inventory
Information should be sent internally via email.
has anybody already done this? Is there any internal BluePrism BO that it is coded to do this?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-03-18 02:07 AM
For reporting on the queue: try from the Internal Business Objects:
The object Work Queues with for example the action: Get Report Data
For reporting on the robot terminations, you'll need to dive into (SQL) querying the BluePrism database (from which you can also get the queue data).
