Showing ideas with status New.
Show all ideas
Allow the insertion of images in studio as a note stages. For example, while developing an application object, we could place a screenshot of the screen we're interacting with next to the navigate stage. This would facilitate debugging, many times we need to fix an object that was not developed by us and we might not be sure which element we should be interacting with.
We could also place an image next to a complex business rule to make it easier to understand.
... View more
Currently the steps are listed as one continuous step, which can be broken up by a decision point.
If there are a lot of steps within the process it would be good if these could be broken up into sections within this such as:
Launch and log in to system.
Process steps
Log out of system.
This is to make the layout easier within capture but also to break up visually for the developer as well while looking and working through the steps.
... View more
We have a lot of requests in Interact all sent to the same role since they need to be able to view each others errands. But it would really ease handling if you could create subfolders to the Inbox and move requests around with same principle as your email inbox.
... View more
We would like the ability to mask parameters in logs. Currently you can either show or hide parameters, but hiding parameters can make it difficult to troubleshoot when it could be a data issue (or even confirm you're looking at the correct item in the log). Would ask that you add a third option with 2 selectors. The option should be to mask parameters. The selectors should be to show first or show last and how many characters. So if my data is 123456789 and I say show first 2, then I should see 12*** in my log. If I say show last 4, I should see ***6789. This will allow us to protect NPI but improve production troubleshooting immensely.
... View more
If a table in UX Builder has row selection enabled(single or multiple), it should also have the option to mark it as a required field. This will force the user to select a row from the table before being able to continue on. Currently as a work around we have to use a button that calls a UX service to ensure that table.selected has data before activating a second button to actually let the user progress. This adds clicks, is not intuitive to an end user, and creates more services to maintain.
... View more
The add attachment pop up window disappears after one attachment is added in Processor Workspace. This only happens when the add attachment is used within a process. We have had users ask for it to function like Legacy Processor where the window stays there until you are done attaching one or multiple items to the object.
... View more
Email - POP3_SMTP > List Messagesでメールを取得したところ、
送信したメールの件名にスペースが追加されてしまいました。 長い文字数の件名の場合に発生するようです。 SUPPORTに問い合わせたところ、開発チームでも再現されたと伺いました。 今後もメールの件名の長さは制限できない場合があり、長い件名でも取得できるよう改善いただきたいです。
... View more
Most of the steps carried out during installation and configuration of BP server can be scripted.
This seems to allow scripting a complete upgrade of to another BP version. What is missing though is the possibility to specify the encryption key in server configuration. eg /encryptionscheme <name><enctyptionmethod>
It is essential to use the same encryption key as used in the previous installation otherwise already encrypted data in DB cannot be read anymore.
It is possible via UI here:
... View more
Our organization uses Azure Information Protection (AIP) to classify the documents created by users (Also bots). Documents that are not classified will get deleted immediately. Having an object to get the token, Get-File status and reclassify a document would really helpful.
... View more
How about having a native end-to-end Chatbot solution in Blue Prism. Since Chatbots play an integral role now as the organization advances in terms of the latest technological advancement it becomes important to have a Chatbot functionality.
... View more
Per Microcrosotf recommendation that Azure AD join should be the first choice for new devices, we have deployed new machines to our RPA team, Microsoft indicates that SSO to on-premise resources (like Blue Prism) can still authenticate. https://learn.microsoft.com/en-us/azure/active-directory/devices/plan-device-deployment#azure-ad-join These machines are currently not able to SSO into BluePrism [Sign in usng ActiveDirectory button is not present], after working with the BP support team it was indicated that BluePrism is looking for the domain once is executed and not finding the Azure AD machine in the domain. type -AssemblyName System.DirectoryServices $domain=[System.DirectoryServices.ActiveDirectory.Domain]::GetComputerDomain() Write-Host "Current Domain: $($domain.Name)" We need the BP app to be more flexible as more and more companies are moving towards Azure AD joined machines.
... View more
Currently, there is no ability to see all the request submitted by the other users in the same group for the particular Interact form. Say for example Form1 designed and assign 3 users with any approver. Let say user A submitted 2 request and user B has submitted 3 request but no one can see all the request (5) submitted by both A and B.
We are trying to set a Super User role where he/she can able to see the all request submitted all users in the same group this way we can avoid any duplicate request raised by other users.
... View more
With V6 Surface Automation, we often want to be able to spy 2 states of a Co-Ordinate region, eg: a radio button selected/unselected.
The 'easiest' way to do this whilst developing, is to: 1) Read the image in the state you want it 2) Export that variable to a .png file 3) Import that .png into the Initial Value of the Image data variable. Would be nice to have a button to save the output of step 1) above, directly to the Initial Value of the variable, to save the messing round with creating a temporary .png file.
... View more
I see in Batch types there is a setting called Validation lists which allows to use Odbc to connect to database. In my case I want to use Excel file. I use following connection string:
Driver={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)};Dbq=C:\Users\JMarkowski\Desktop\test.xlsx;
When I test connection, it says it's successful, however when I go to document form definition I don't see there any data.
Can you please implement this functionality working with Excel in Decipher?
... 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
Raising this enhancement to get option to export HUB Audit Logs into any file format.
We are using HUB 4.6 for BP 7.1.1 Environment.
We require to save the Audit logs into our security system for auditing purpose. HUB 4.6 does not have option to export the logs and we are only able to view the logs on the HUB Web Portal.
... View more
My client (on 23.x) having the following suggestion on the new Process workspace. To indicate whether a Source image is ever being viewed. Usually, there are lots of Sources under the Work object, it is beneficial to the client to indicate if any Source is already opened (by anyone), or the other way round, which Source never being viewed, etc.
... View more
In the realm of automation workflows, file downloads play a pivotal role. Imagine a feature within Blue Prism that emulates the prowess of tools like Internet Download Manager (IDM). Instead of relying on the browser to manage downloads when a bot triggers a download command, picture an integrated functionality that adeptly captures the download process. This built-in capability would empower the bot to intelligently save the file to a designated destination, patiently wait for the download to finalize, and move to next stage upon completion. This feature would undeniably elevate the convenience of automation, particularly benefiting Citizen Developers.
... View more
it would be fantastic to have public (as in no login/auth required) facing Interact form, cause there is some use-cases where anyone in company should be able to create robot task by filling simple form.
... 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