Today, we can see the log of changes made to a process or object, but we can not go back to an older version if there were bad changes. A simple way to fix this would be to be able to export from the process/object version history, so it can be reimported.
... View more
The "show latest screen capture" is a great feature. I think it could be enhanced with a simple addition: Show the Exception Message which was triggered at the time the screenshot was taken, perhaps along the ribbon bar. For bonus points.... would it be possible to jump to the relevant screen capture directly from the Log, rather than having to find the Resource in Control Room and right click there.
... View more
Hello There, Can we explore adding Arabic language OCR in Decipher IDP and added feature or other tool for translation from Arabic to English. Trust me there are plenty of business cases for this features which will make you realize huge growth in adaption & Blue Prism market in middle east. Regards
... View more
Some of our clients request that their scheduled jobs respect daylight savings time changes. At the moment, we have to shift them manually, but if Blue Prism could make that easier - for example, with a field in the schedule where we can input daylight savings dates for a year+ and have schedules automatically shift accordingly, that would be nice. I realise you can achieve this with multiple schedules, but with many jobs, less schedules is cleaner. Thanks.
... View more
When a user is terminated from the company or transfers to another team, there is no option to terminate them in the Communications User screen. You can only Create New or Modify Existing. In addition to this, the Communications User screen (see attached) should have the ability to expand the user list box out to the right since there is all the unused real estate on the right side of the screen. A user list export functionality or way to run a report of users to audit user access would be great as well.
... View more
Many dynamic applications are tough to be automated and while Xpath is more reliable than HTML Path, there is no such option to interact with the elements using the Xpath.
... View more
In addition to the idea to group and filter environment variables the multi team approach should also be applied here with having access rights on (groups of) environment variables
... View more
We run several independent BP instances to serve multiple development teams. Information about usage, status, schedule, licenses, ... is hard separated and has to be evaluated for each instance independently. It would be nice to have one common supervisor server, which at least makes meta data available conveniently. This could also serve for central license management. This could also be seen as big step towards multi tenancy.
... View more
Status:
Delivered
Submitted on
03-03-22
09:42 AM
Submitted by
Bhanupraveen0511
on
03-03-22
09:42 AM
Hi Team, The recent version of decipher is better than the previous version. But i have seen some of the features can be added to the next release. that is if decipher can read the QR code and Barcode that would be very good idea can be implemented. and also mentioning about the Stamps cleaning on some files. that would be great implement can be added.
... View more
I have been asked by a client to submit the following use case:
As an AWD front end business operation user, I want to have a generic feature in AWD to search out AWD Work and sources items with AWD fields (e.g. BA, work type, source type, queue, status) and defined LOB fields as searching criteria by taking my AWD privilege into consideration to get a result of AWD Work & Source list and then I will be able to trigger bulk download of selected images and AWD data from search result in order to provide those downloaded AWD Data and Images to HSBC’s clients upon their request via digital channel e.g. sFTP.
... View more
As part of development best practices , we all know it's wise to deselect all attributes which were selected by default but have blank values. Having a button to deselect all such attributes with just one click would be very helpful. Otherwise we have to manually deselect such attributes for every element we spy
... View more
Hi Team, Scenario: The bot is throwing a warning message if the particular task exceeds warning threshold. After that we are unable to stop or terminate the session. The bot will stuck completely. We manually login to the bot VM's and terminate session. Moreover the warning status is not updated in session info table in the BP database. Please try to add the warning status in the session info table and we can delete the session from the back end. We tried all the work around and no luck on this issue. Its a maintenance overhead for bot controller. This is the reoccurring problem since I start using blue prism from 2016. Please fix the issue in next release.
... View more
When working on your process or object in Studio, all tools you need are on the screen - tools on the left, buttons and menus on top. This is a great arrangement as long as you're developing or maintaining your processes. However, when you are testing or doing a demo, all that stuff gets in the way and limits your real-estate on the screen. You need to have access to as much space as you can. Typically, you don't want to maximize BP as other apps the process interfaces with are also on the screen. Wouldn't it be nice if you could click away the toolbar on the left and the menus on top? Customizing in style with Office, Eclipse, RDi, Visual Studio, ... - all other IDE's! Now, you might argue that if there's too much on the screen it is about time to split some of it off into new pages. Correct, I agree to that. Unfortunately, we still have to live with the legacy stuff that was made in the early BP years and we're not supposed to re-factor everything we see when we're only going to do a smal tweak to the process. Also, for a demo it would be nice to have a clean screen only displaying the process itself, without all the extra's in order not to divert the attention from what you're trying to demo.
... View more
Status:
Not Planned
Submitted on
12-11-19
11:40 AM
Submitted by
HanumanthYemmet
on
12-11-19
11:40 AM
Release management is one of the key activity when it comes to manage the processes versions. we create packages and we take release from it as and when required and we need to name the release manually every time with own naming convention. it would be good if an automatic version of the each release can be generated while taking the release prompt a pop up which allows to accept/reject the release version. if accept then create a release with same as process name with version automatically. also the pop up will give a area to add the description to that release, why that version is generated where reason is added to justify it. example: PID_001_Process_Order_Creation i create a package with name UAT_PID_001_Process_Order_Creation similarly for PROD_PID_001_Process_Order_Creation as i need to take multiple releases as and when changes are done, blueprism can just create a release with a version. Example: UAT_PID_001_Process_Order_Creation_0.1 Desc : initial release for UAT UAT_PID_001_Process_Order_Creation_0.2 Desc : bug fixed and changes added as per the business requirement in order status. PROD_PID_001_Process_Order_Creation_0.1 Desc : initial prod release it saves time of the developer and will not mislead if there are too many releases in backup. this automatic versioning will be maintained automatically by allowing auditors to track, when and how many releases are taken and the reason of it by looking into the description and version number. Looking forward to hear back from team on the same. will be adding more details to it if this idea is worth. Thanks
... View more
Status:
Needs More Info
Submitted on
15-09-22
03:14 AM
Submitted by
kentarootaki
on
15-09-22
03:14 AM
I divide up posted idea about visually impaired engineers. I want to bring up the idea of Blue Prism's UI in this post. I hope that the UI of Blue Prism can perform all operations with shortcut keys. The visually impaired engineer will more actively participate in developing if it comes true.
... View more
When running a Click stage in Edge Browser mode using an element with JavaScript in the "href" attribute, MV3 extension throws error but MV2 extension executes the stage correctly. A workaround flow for MV3 is:
1. Read the "href" value of the element and if it includes JavaScript:
2. Use "Set Attribute" to set the "href" value in the "onclick" attribute
3. Use "Set Attribute" to set empty value in the "href" attribute
4. Run Click Element via browser mode Since this code will be required for every browser click to be able to handle this scenario (JavaScript in "href"), I would suggest to incorporate this flow in BluePrism code in order to ensure the backwards compatibility of Click for the MV3 extension.
... View more
Noticed a major difference regarding saving in BluePrism 6.9 Suddenly after saving, all my active data is removed, basically performing a full process reset, which never happened before. That is in my opinion a very bad idea as I myself like to save after every confirmed functional change, thus forcing me to either not save or to redo the actions if I am debugging something or developing actively. Is this saving behavior intentional?
... View more
Status:
Under Consideration
Submitted on
12-09-22
12:54 PM
Submitted by
JamesLeslie
on
12-09-22
12:54 PM
Client has requested the ability to access the Security Admin tables to enable them to create reports against the User Definition table to highlight users who need security/resource updates/housekeeping maintenance. (FYI the security group / user (group and individual) table has a mas file but the associated acx file does not enable access to be connected to by default)
... View more
Status:
Not Planned
Submitted on
31-10-19
04:50 PM
Submitted by
DominiqueDALLER
on
31-10-19
04:50 PM
The BP compare tool (BP 6.5.0) is currently unable to compare the application modeller part.
... View more
It would be great to have a native PowerPoint VBO with all functinality and expansion from Blue Prism itself on digital exchange for the PowerPoint.
... View more