Showing ideas with status New.
Show all ideas
When sharing the BP database within a large company, the number of processes and objects and the group folder they're save on might grow very long. Finding the process or object you're working on might require a number of clicks.
This behavior is not helped by the fact that the Studio panel groups are collapsed again every time you visited another panel such as the Control Room. 1. Don't collapse groups in Studio once opened, leave them expanded even when returning to Studio when other panels are visited. 2. Create the possibility to mark my projects so I can find them easily by a single click. See MS Visual Studio or open source Eclipse how it is done there. I reckon both these options would be nice to have in Control Room also...
... View more
When viewing a process or object, you cannot search it as the 'Find Text' box is locked and greyed out. This leaves opening the process or object in Edit mode as the only option to search it - not ideal as you'll also lock it that way and run the risk of changing it.
Allow for searching a process or object when in View mode.
... View more
When jumping from page to page, you can only go back one level by using the 'Back to page Reference' option under Right-Click.
Add a 'Back' button in style with an Internet Browser that'll take you back where you came from.
... View more
Can we give a "Only visible if" functionality to process start up parameters. Say for an example i have 6 startup parameters for a process, but when i run this process from control room i can only see 3 of them and other's are only visible if i set the 2nd parameter to TRUE or so . This can be perfect thing so that we can only show the mandatory and the most obvious used ones to the control room team or the developers.
... View more
When we see a control panel , we see two panes of "Available Resources" and "Process Names" . There is no way to find out what is the run mode of that process by looking at the control panel. In the "Available Processes" pane can we also add a column of "Exposed Run mode" with description and process name . It will ease much of our time as now while running only we know what is the exposed mode of that process . No need of going to check the objects and process manually . One now have full idea about how many and what processes he\she can run on a VDI on control pane is now showing run modes also .
... View more
Hi Team, I see that there is a bug in our current BP license file , which should be fixed on priority. When we see a license file say dated (oct2018- feb2019) one can still use those license files by changing the date of there machine and then blue prism works as normal which should not be a ideal case! Can we make this resolved !
... View more
In Excel VBO a slight change would allow the application of password to workbooks, when saving them. Currently a pwd can only be used, if the original file contains one already. Module: Save Workbook As 1. Add as new input parameter in the Start stage: i_pw_WbkPwd 2. Add the same in the code stage as input parameter PWD 3. In the code of the code stage change: wb.saveas(filename) to wb.saveas(filename,,PWD) That's it... Kind Regards Martin Reuter PS: this would mean that we can use the standard version and do not have to customize it for ourselves... Thank you.
... View more
There is a Refresh Button in control room but hidden inside a menu bar. There are no other options and only refresh button is there. So we can have Refresh button directly sitting on home page of control room, instead of putting it inside menu bar. This thing makes no sense. I think this should be immediately resolved.
... View more
Currently when Blue Prism DB is created via command line it is not possible to specify authentication type (SSO, named users, mixed) and mixed more is assumed automatically, which might not be what is needed or even working. There is also a huge difference between pure SSO authentication in Blue Prism and mixed mode, where authentication is delegated to SQL DB. This needs additional user management (AD + SQL Server), which is not even possible for us because of clearly defined user create & management processes, responsibilities and effort allocation.
... View more
It would be great to have an option to sort all the packages created by date. Over a long duration there are many packages created , and in the absence of a type and search option it becomes cumbersome to find the required package
... View more
Hello and thank you for your attention. At my company, "import" is not allowed. We need to convert BP 6.8 pages to BP 6.0 without using Import tool. I know when you copy a page, it's actually a .xlm file, as below shows.
And when this same simple Page is done in BP 6.8 or 6.0, there are some synthax differences.
BP 6.8 syntax vs BP 6.0 syntax
For example, "displayX, dirsplayY and displayZ" from BP 6.0 are equivalent to "display x, display Y, display Z" in BP 6.8.
This messes up when copying BP 6.8 stages to BP 6.0, the stages are transferred correctly linked, but coordinates are messed.
Example copied from BP 6.8
Copied to BP 6.0
Would it be possible to please have a tool to convert syntax? I know IMPORT and EXPORT tools already might do this, but, as I said, they are not allowed at my site. Thank you very much for your help in this question. Regards Eduardo
... View more
Currently in BP, we have given access to credential manager for all developers, this will allow every developer to allow and modify all the credentials. we need a mechanism to restrict the specific credentials to specific users to overcome this issue.
... View more
We are not able to split Credentials into small groups. Grouping function for Credentials as with grouping functions of Processes/Objects, Queues, and Resources would be useful so much if there are lots of Credentials.
... View more
Some time we need to take release from upper version(6.8) and import it in lower version (6.5). At this time everything mess up after importing due to XML format change. There should be an option for version choosing when we will take the Release.
... View more
It will be great if we can download\copy any of our objects Application Modeller attributes to another object or environment . Say i did some changes in my DEV for a object (just a attribute property change) it will be great instead of importing the complete object to UAT\PROD i just import my attribute file of that object . Thus if someone wants to just only have attributes file due to some automaton of Peer review\documentation one can directly check the file instead of complete .bprelease. Moreover attributes can be then be moved across objects or environments.
... View more
An error occurs at the write stage in the following environment.
SAP :GUI740 Patch3 BluePrism :v6.4 Error Message :Failed to perform step 1 in Write Stage 'XXXX' on page 'XXXX' - Exception has been thrown by the target of an invocation.
... View more
In Control Room, when right click at the queue view, there is the option "Export current view as report...", which generates a CSV file with the queue view.
I would like to request the option to change the list separator when generating the report. By dafault the report is generated with comma separator. I think there should be the option to use system default (or other list separators) to generate this report.
... View more
Can Blue Prism dev team incorporate a configuration that customers could turn on - it would strictly enforce TLS 1.2 communications only. In order to allow customers to interoperate with their insecure applications , this setting could be set to 'Disabled' by default.
... View more
When I check for changes to a process or object, I want a visual way to understand it, such as "Compare", and a way to understand it by writing like a list. (Example of the list: Input BB of XXX page AAA action has been changed to CC) ) ===== ご担当者様 作成したプロセスやオブジェクトの変更箇所を確認する際、Compareのように視覚的にわかる方法と、文字でわかる方法が欲しいです。(〇〇ページ◆◆アクションのInput△△が▼▼に変更されました など一覧で) よろしくお願いいたします。
... View more
For now when we expose a process as a web service it remains resource dependent , in other words that resource should be always up and running else the service will return timeout . Can we make the exposure of service as either Application server dependent or queue dependent . This will also help with Load balancing as there is no such mechanism to share load out,now for exposed service.
... View more