Showing ideas with status Delivered.
Show all ideas
When selecting a Business Object from within an Action, it can become difficult to locate the specific one you are looking for if you are in an environment with a high number of objects. It would be extremely helpful if the list items within the Business Object dropdown field could be filtered.
... View more
I think a Blue Prism license for academic/training purposes is a necessary evolution in Blue Prism's future. Currently, partners get an internal use license (5 sessions) that can be used by any of the partner's employees and that license is not intended for production use even though I am not aware of any actual limitation by the license file other than concurrent sessions. I'm suggesting a similar license but one with feature limitations instead of concurrent session limitations. For example, the license itself could contain instructions for which parts of Blue Prism should be available once the license is installed in a BP environment. Scheduler could be disabled or there could be a limit to how many users can be added to the BP environment. I assume this might take an update to Blue Prism itself along with an update to the licenses, but I think it's worth it. I have more to share as always, but I'm trying to limit the words here. 😃
... View more
When retiring a schedule, control room users sometimes accidentally click the delete button as the delete button is right below the retire button. It would be beneficial to add a warning when deleting schedules to prevent accidental deletion. It would be even more beneficial to separate the delete button from the retire button as well. If at all possible a recover function would be beneficial as well. If the schedule is deleted it will take resources, time and research to create the schedule again. If at all possible, the bare minimum would be to move the button further away from the retire button or simply add a warning.
... View more
Hi, in Interact there are almost all basic field types supported but I am missing Multiline Text Field. Regards, Zdenek
... View more
I Would love BP to provide an additional tool to manage the CICD. I tried/propose to build a web/windows app based solution for it which has/should have the below features: 1- One time configuration for all environments (Dev,SIT,UAT,Prod). 2- A login option in line with the user's access to BP (planned) 3- As soon as you login, it shows you dropdown /list view of all the processes present in different environments. 4- Once you select any process in any environment: it gives you 2 options : a) Elevate to next Environment (Dev-->SIT, SIT-->UAT, UAT-->PROD). Once you click, all the dependencies are automatically moved/created in the next environment. b) Demote/Degrade to previous Environment/Disable Process 5- It also should provide an option to create/manage the credentials from this app There can be endless possibilities around this one stop CICD model as the admin team doesn't have to login to BP to move the processes and dependencies across environments Thoughts for discussion open.
... View more
Beyond comparing versions a process or objects in one environment, it would be great to do comparisons between different environments. Not only just to see what may need to be migrated, but also to see what changed (in the app modeler as well). Appian announced this functionality this year in their platform.
... View more
We can integrate python scripts with Blue Prism to perform cognitive tasks which is almost impossible to solve by only RPA. So we can build a solution which will deliver a exclusive solution from the largest open source platform which is Python
... View more
Hyperlinks: There is no ability to add hyperlinks on an Interact form.
The URL will need to be displayed in a textbox on the form. The user would then copy the URL and paste into a web browser.
We will need to use this method when uploading files back to an Interact user.
Not appropriate for the user (business) to follow this below solution to open a link:
Proposed Solution: Copy and paste the link. Next release of Interact might resolve this issue.
... View more
I think that "Set next stage" command should get a hotkey, so that a developer could click at an Action and press the hotkey (instead of the right-click menu) to set next stage to it. It is just a tiny 1-2 seconds saving, but given the frequency "Set next stage" is used, the benefit to the users would be huge...
... 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:
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
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
We would like to have the option to change the default setting on the comments. We have a lot of Batch/System comments that are important for our users to see and it would save a lot of clicking to be able to adjust the default comment view to whatever the user needs. This would also reduce potential mistakes by our users missing important comments.
... View more
Hi, in current Interact version (4.3) there is no support for embedding hyperlinks in Text field or Paragraph. This would be really useful to have it. Regards, Zdenek
... View more
Currently, robots can be manually executed only from the terminal where BluePrism is installed, but if there is a web-based console screen, it will not depend on the terminal, so please implement it.
... View more
Status:
Delivered
Submitted on
23-01-20
11:57 AM
Submitted by
Stefan__Pappalardo
on
23-01-20
11:57 AM
In the release notes of every blue prism version you can find fixes and changes. That's fine if you want to look backwards only. But normally a release has to be kept for some time and needs a valid decision. There is no list of open unfixed bugs and issues. But especially that list would be very helpful for platform operators to verify which version will be the next release candidate for rollout. Example Use Case: If there were such an information about the broken Scheduler in v5.0.18 we would have skipped that version. Without the information we stepped into that trap. 😞 So please publish a list with all known open issues. As minimum information it should contain the following columns:
Unique Reference Number (ticket number or bug number or ...)
Affected Blue Prism Version (ie: 5.0.18, ...)
Impact to the business (for example: Scheduler unusable)
Status [new, confirmed, fix planned (with target version/date), won't be fixed (with reason why not), fixed (with traget version), ...]
The list should be searchable and filterable. Thanks in advance
... View more
Currently in AWD 20.3 the max length of a manually created variable is limited to 75 characters. Client has need where they enter up to a 750 character variable text that they need to be included in letter. Within Communications - Data Source Setup, created variable with field type of "textarea" but length cannot be set beyond 75 characters. Has this been addressed in later release? On horizon? If not then this is desired so larger text variables could be passed into Word during letter generation.
... View more
Code Stages currently only support older language levels of .NET languages. Especially C# is currently only supported in v. 5.0, which was released in 2012. Modern constructs like initializing auto-implemented Properties were introduced in later versions but are features expected by programmers to be available per default. As BP is using the native .NET framework to compile Code Stages on runtime into dynamic assemblies, the latest version supported is C# v. 5.0. More recent versions can easily be supported by using Microsoft's Roslyn compiler platform, which is provided as a NuGet package: https://www.nuget.org/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/ It should even be possible to configure the language level dynamically so old code can be compiled in the same way as it currently is.
... View more
It would be really helpful to have extract feature for Environment variables within Blue Prism. Right now the only way we can do is from SQL Server and playing with raw database is not safe. So built-in functionality to extract env variable table would be great!
... View more