Enhancement request to have the ability for the system to tell you if the user being disabled is an owner of a case like it does with work in the worklist. Product Management provided the following feedback as to enhancements in the works:
We have User Admin requirements in play right now and this use case has not been addressed yet.
User Admin is undergoing enhancements to support the ability to DEACTIVATE a user ... which is different than just disabling their status.
Today, disabled is both a temporary and a permanent availability status.
When you intentionally disable somebody ... it is because you want to take away permissions (security, privileges, configurations for various teams - like a case team). We check today to handle assigned work. We don't check on any memberships anywhere else. This is a good use case.
... 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
Status:
Needs More Info
Submitted on
19-11-19
08:14 AM
Submitted by
MarleenHordijk
on
19-11-19
08:14 AM
Our schedulers are starting at 05:30 AM every day. We come in the office at 08:30 AM. Sometimes a resource was not available at 05:30 for several reasons and the scheduler has not started. Becasuse we are living in the time of knowing everything at the time of when it happens via push messages on our phone, we would like to have this option also for the control room and the resources. If there can be an app via your smartphone (or another solution) that sends you a push messages when a resource is down for longer than an amount of time or for no reason, that would be helpful. Maybe this could be done for the proces status also? When one is in status of warning or teminated.
... View more
Status:
Planned-Later
Submitted on
09-08-23
11:03 AM
Submitted by
Tejaskumar_Darji
on
09-08-23
11:03 AM
As Blue Prism V7 is out now for a long time what are the plans for upgrading V6-specific exams to V7?
... View more
Sorry in advance folks, this is gonna be a long one... When starting the compare panel by pressing the 'Compare' choice:
...a compare window pops up. It shows the older version on the left and the newer on the right. In the first few seconds after opening this window, the number of changes is shown: 'xxx difference(s) found'. After a second or two this text disappears. When you press the RightArrow button marked 'Show next difference' the focus shifts to the next change, Equally so, the LeftArrow button shifts focus to the previous difference while the double arrows jump to the first or the last difference.
The definition of 'next' seems to be chronological rather than the 'next change on this page' which is quite confusing and not very handy when doing a 4i audit. A process I was changing today logged no less than 522 differences when i was done with it. This'll be a tough one to handle in our 4i audit later this week! However, at least 400 of these changes are related to house-keeping - removing unreferenced data items, no longer used pages, parameters and actions etc. These house-keeping differences are not as relevant as 'real' changes such as changes in the flow, new/changed actions, new/changed parameters etc., at least not on an audit. So it would be nice if they could be omitted by choice... Summarizing the above, I only have three requests to improve this compare window: 1. Can the status text with the number of differences found stay where it is and not disappear? 2. Can the definition of 'next difference' be modified so BP focusses on all changes on the current page and after that hop to the next page to show all changes there? 3. Would it be possible to identify house-keeping differences and have the choice to omit them from the Compare window?
... View more
It seems machines (runtime resources & workplaces) are always identified by their host names, regardless of system settings. In our case our settings were: register using short names, communicate using FQDN However, the registration considered short names and FQDN and caused issues after DNS name change that made manual DB updates necessary. The machines were verified based on their short names in BPAResource and Blue Prism crashed because of FQDN mismatch. The only reason to chose 'register using short names' is to avoid long FQDN names in Control. Therefore: 1. add settings for short/FQDN in Control that is independent on communication and registration 2. always register and evaluate FQDN and never short names only
... View more
In the current Blue Prism architecture, each resource PC will try to establish a connection to every other resource PC. This communication is not needed for standard Blue Prism functionality (scheduling, ad-hoc process runs) and is used only for some feature (eg. resource pools). However, this communication creates spurious network traffic and most importantly raises flags with security teams monitoring network chatter. As the communication is not strictly necessary, it would be useful to be able to disable it completely. I assume there would also be a small, but measurable performance increase across the platform. Note: I do not wish to disable interactive client -> resource PC connections, as these are useful in case the RPA controller needs to "drag 'n' drop" processess.
... View more
Status:
Not Planned
Submitted on
09-07-19
11:38 AM
Submitted by
Walter.Koller
on
09-07-19
11:38 AM
It would be helpful to be able to create and apply templates for user security role definitions in System tab. Additionally to be able to export and import those templates to move from one environment to another. Being able to export security roles in structure format will allow to run security audits on granted permissions (eg discrepancies between template and individual settings). This will support us in our multi team environment with 4 roles x 9 teams (and growing).
... View more
Hi team, it’s possible at the moment to convert passwords to Text data item. It would be good to block it so passwords are not fetched. Michał
... View more
It would be really useful if the date/time since when the resource is idle, is shown next to the name. Maybe something like the image attached Recently we came to know that a bot is idle for a long time but the controller didnt get to know about it. Regards,
... View more
Hi All, I guess most of us would have come across this issue whenever we try to use excel macros (MS excel VBO) that "macro error pop ups" If we could create a action in ms excel VBO, to close the error pop up and carry the error note inside the object that will be great.
... View more
Currently there is no user interface to modify the connection details for RabbitMQ (network address, port, username, password) passed on Hub/Interact installation. Please add user interface to change connection details for RabbitMQ to the settings section of Blue Prism Hub. Thanks
... View more
To workaround a slower interaction with a Web Application in Blue Prism we have had to use Java Script injection. We would like and enhancement in BluePRism to be able to retrieve function execution return values, or code injection return values as outputs within an object. Currently, you can only put the code “in”, and not get anything back out from a webpage, it would be useful without a workaround, if there was some functionality implemented for this. See details from dev team: As we are trying to interact with elements on a webpage which will return values, such as the contents of the ‘innerHTML’ values of a field, the only current way to do this effectively is to do: <element>.select(); Then sending a global “<{CTRL}C>{CTRL}”, and then extracting the value from the clipboard. As this is not always 100% reliable, what it would be good to be able to do, is when invoking a method In JS, to be able to get the return values, so being able to inject a method such as: Function getText() Var x = <selector>.innerHTML if ( x === “”) { return “Blank Value” } else { return x } And being able to have x stored in a data variable that is output from the webpage directly into Blue Prism. As it’s possible to invoke the method / inject the javascript into the page, surely it must be possible to get a return value just as easily?
... 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
We need an auto size and auto layout functionalities which formats the entire BluePrism page similar to what is available in Visual Studio for SSIS job. Perhaps with a notification that reverify any recovery blocks in the page. Surely, I am not the only one who get annoyed by new developers arranging the flow of the process in a convoluted manner.
... View more
I realize that if a Web API Services call results in a HTTP status code 500 (5xx even, probably) it throws an exception. I would like to actually receive the data from the request no matter if it's a 500 or whatever status code is returned. Sometimes you actually want to process and respond to the codes yourself. Sometimes even code 500 can be programmed to return something to parse. Best way to provide backwards combability would be to add an option to a web service call to not throw an exception, if this option is turned on as default, nothing will break at an upgrade.
... View more
We should have row numbers labeled in the first column of collection for ease of identification of row by number. Similar to MS Excel.
... View more
being able to inject DLL files into objects when creating code actions, so they also become part of an release package.
... View more
Hello guys,. Since our digital workers are hosted on vmware, it's alway a pain to find a way to set a specific screen resolution for the bot session. A common objet to achieve this would be very helpful. Thanks !
... View more
Team is it possible to retry a session or copy a session. For example if we start a process and due to some reason it's terminated we can just start from there. It can contain a new session ID not the same though. It will be helpful at least we can copy the parameters, what I feel while testing giving Startup parameters every time is very tough. I dont know if it is possible or not but just gave some idea.
... View more