Please add a Local flag to the ToDateTime conversion function (as already exists on MakeDateTime). This would be a huge help, to get over the frustrating issues seen during BST (and presumably for installations working across multiple timezones), when you would like to for example, Defer a Work Item to a specific Date Time. eg: If I want to defer a Work Item to 9am tomorrow, whilst in BST, I have to currently do something long-winded such as break down the desired date into dd MM and YYYY, so I could use MakeDateTime (with the Local flag set to True), or build in a decision stage, to allow subtracting an hour from the time when in BST.
... View more
Within Blue Prism, if a user forgets their password, it would be good to enable them to reset their own password by entering some security questions.
... View more
I believe that there could be a button to recover the user's password in the blue prism itself, even if it is through answers to security questions already pre-defined by users previously, this would make life a lot easier!
... View more
Status:
Not Planned
Submitted on
06-08-19
12:52 PM
Submitted by
ChristopherJank
on
06-08-19
12:52 PM
HTML parsing is ridiculously slow, causing huge performance issues for interacting with web applications. Identifying a single element can take up to 15 seconds even though "Match Index" was activated. Still, there seems to be a very ineffecient HTML parsing going on and a bad implementation of how to filter elements with the selected attributes (selecting more attributes will increase the identification time, which makes no sense unless the whole HTML is parsed again for every filter).
... View more
When we create a table into Interact Form, by default all columns created are TEXT type. It's would be great to have the possibility of change the type for each columns into the table with BluePrism's Variable Types --> Number, Text, Flag, Collection, DateTime ... Thanks!
... View more
It would be great if there was a Blue Prism branded stencil for Visio in order to create business documentation like infrastructure diagrams. This could be helpful in identifying specific elements. That way we also have a very uniform type of documentation across customers. This would create some sort of good practice and make it easier to read as everyone would be accustomed to them.
... View more
Status:
Under Consideration
Submitted on
13-06-22
10:34 AM
Submitted by
smsjames
on
13-06-22
10:34 AM
Provide the capability to turn on debugging when building process models so that the values being created in non AWD LOB fields can be shown. It is incredible difficult to track the fields that are being created/used in complex presentation and automation services. This should be a process level option that can be turned on and off as models are built.
... View more
Status:
Not Planned
Submitted on
23-10-19
04:21 PM
Submitted by
MarshallMclane
on
23-10-19
04:21 PM
Embed within BP functionality for end business users to trigger bots, load queue items, make decisions all during the bot execution. As of now everything is scheduled and has very little human interaction. Ability for end user to trigger bots, send queue items to bot, and review exception items should be embedded in the tool. Many of the other RPA tools are building out or have released this feature. NO automation tool is complete without enabling smooth human to bot interaction.
... View more
At the moment using https on the resourcePC the parameter /sslcert needs the hash value. From my perspective it will be better to use the common name (CN) of the certificate, because the CN won't change if the certificate is renewed, but the hash value will. Therefore there is some maintenance work to do to use the new hash value, which can be prevented by using CN
... View more
Hi, in Interact 4.2 you create form rules (as in previous versions of Interact), however, when you create a lot of rules depending on one element it would be very useful to have some numbering/sequencing of rules instead of having an icon. Imagine that you have over 30 rules under one element and you need to find the right one and the text does not fit in the space dedicated for the rule description. This would be really very helpful! Thanks. Regards, Zdenek
... View more
Clients need the ability to allow variables in the email subject line. Currently the subject has to be selected from a drop down menu from a predefined set of subjects that the content admin defined. Clients need to be able to pull in variables to the email subject. Lincoln has a large initiate to implement Communications. This project requires flexibility in the email subject line when the claims specialist are responding back to emails.
... View more
Status:
Not Planned
Submitted on
10-11-19
10:07 AM
Submitted by
WimVan_de_Velde
on
10-11-19
10:07 AM
Hi, It would be nice to be able to detect and modify the status of a work queue (running/paused) from within a vbo. Also a filter on any kind of "get items" from that queue would come handy, because now you get all the items, even if the queue is in pause. Kind regards, Wim VdV
... View more
Status:
Delivered
Submitted on
22-08-22
12:39 PM
Submitted by
Stefan__Pappalardo
on
22-08-22
12:39 PM
Solution: Please add support for teams that are able to access the tickets that were created by all members of the team. This will make it much more easier to collaborate during the daily supporting tasks. Background: Currently only the opener of a ticket is able to access and work with his own tickets. Using the Cc option is limited and unreliable. Cc can only be added after creation of a ticket. And Cc does not work every time (for unknown reason). And attachments or embedded screenshots will get lost in most cases. All this makes it much more complicated to collaborate during daily supporting tasks.
... View more
Currently, the Exception Types are created by users manually typing into the combo box within the Exception Stage's properties.
This often leads to multiplication of the same exception type due to typos, misunderstandings, etc.
Example below:
This in turn becomes a nightmare when it comes to reporting, as often a hard set rule cannot be followed for extrapolating these from the overall pot.
I suggest removing the ability to add new exception types by typing into the combo box, and instead make it a privileged action within the System settings.
For example within the already existing Exception Type screen:
This could be done by implementing an "Add new exception type" action on the side panel, below the already existing "Scan processes"
... View more
Unlock Precision Control with UX Builder Buttons: Customize Button Length According to Your Scenario and Business Needs.
Along with the current text-dependent spacing, manual length adjustments provide a sleek, uniform appearance for enhanced visual appeal and user experience.
Witness a more polished and professional design in the form below, where uniform button size elevates the overall aesthetics.
In the below form, you can see. It will look even better if the same-size buttons are presented.
Or
... View more
Empower Your Design Precision with UX Builder Sections: Unlock Vertical Section Management!
Gain full control over the height and length adjustments, ensuring seamless vertical arrangement of content. No more limitations – optimize the display of text, labels, and various content types for an impeccable user experience.
Take charge of your design and make your content look exactly as intended.
Currently UXB Headers -
Expected Header-
If required users should be able to like labels -
... View more
Status:
Planned-Now
Submitted on
22-03-23
03:37 PM
Submitted by
CarolineChriste
on
22-03-23
03:37 PM
Invesco has identified a loss in functionality from EnCorr. Our processors would like to have the option to save a draft of a letter they are creating, to be able to come back to it, and complete the letter at a later point.
They want this option when it is necessary to gather additional information about the content before completing the letter.
... View more
We need to spy a web based application, but it uses a shadow DOM. Therefor we can't use the Browser spy mode.
Using the UI spy mode might seem like an option, but this method is considerabely slower.
I've read on the forum the method of injecting Javascript, but this option doesn't work in our case.
We have investigated the issue further and found out that a small change to the Chrome Browser extension could fix the problem.
There are two following elements in the source code of the Chrome extension which need to be changed:
· getHtmlSource.js - with case Node.ELEMENT_NODE the outerHTML is called.
· The outer HTML consists of only the 'regular' dom-elements, but not the shadow dom-elements. Could this be adjusted so that the shadow dom elements are also being serialized?
·
· main.js - in several places the getElement functions of document are used like 'getElementByTagName' etc. These functions only scan the regular dom; could they be replaced by functions that also scan the shadow-dom?
... View more
Hi, I am wondering why after so long why is BluePrism doing the auto conversion of Date & Datetime to UTC. It is definitly the most annoying thing in BluePrism. It is literally frustrating to work with anything Date related in the software. Why not give the ability to deactivate this conversion that it always does? Even when your datetime is already in UTC time, it will convert it anyway, making your date so out of whack that it doesn't make sense anymore... and don't get me started on collection with date where you need to loop in the collection. You can get them converted a lot and making your process a lot harder to develop because you need to account for those instead of just doing that yourself if you need to. BluePrism should never touch any variable automatically without the dev actually doing something. using DateTimeKind works for the first time when you output but BluePrism clears that after that point so it doesn't really matter what kind it is. Please let user do their things. I know I am not the only one having trouble with that. I saw in another company devs that were using SQL query to get the "Now()" date instead of Blueprism cause it was more reliable. That's not normal to have to do workaround like that for anything. I've been working with BluePrism since version 4 and this is by far the worse thing that has been following us since then. regards,
... View more
When the Interact API is used to create a submission, the response should include the ID of the created submission.
This way, the ID can be used to perform actions such as updating the status from "Submitted" to "Inbox" when additional input is required from end users.
... View more