Showing ideas with label Blue Prism RPA.
Show all ideas
From BP 6.4 you can partially segregate teams - separate folders for objects, processes, resources. Unfortunately some critical parts are still common. It would be great to have a way for teams: To manage/see their own credentials To manage/see their own work queues
... View more
While a Run time Resource is busy running a process it own't take another one. It will be a nice functionality if Que concept is introduced in Product. That way it will execute on First in First Out basis.
... View more
Status:
Needs More Info
Submitted on
22-08-19
08:51 AM
Submitted by
joakimeklund
on
22-08-19
08:51 AM
Hi, We'd really appreciate an option within Blue Prism itself to delete Resource Screen Captures that has been generated on the Runtime Resources.
... View more
Currently when opening Help it is not possible to use the Interactive Client at the same time. Please modify the Help window so that it is not an overlay. This would allow a user to work in Blue Prism's Interactive Client while referencing the Help document.
... View more
Status:
Not Planned
Submitted on
21-08-19
05:02 PM
Submitted by
NicholasRobbins
on
21-08-19
05:02 PM
When scheduling an automation to run at a specific time, if the pervious scheduled process overlapped, due to it not completing before the next scheduled automation, then the system never goes back to restart the second automation. It only shows in the Recent Activity log. It should try again.
... View more
Many corporations require a system that has SOX & MICS impacts to have strict password and security settings. One of those settings often requested but not available in Blue Prism is a "User Inactivity Timeout" option that logs the user off after X minutes of inactivity. This would apply to any user logged into the front-end of the Blue Prism application as a controller or admin, not the runtime resources. Any user that does not click on any buttons or new screens in the application would be logged off after X minutes.
... View more
Status:
Planned-Later
Submitted on
14-08-19
04:30 PM
Submitted by
sudhakarappala
on
14-08-19
04:30 PM
It is better to have web based dashboard to avoid installing BluePrism client in every interested party.
... View more
Status:
Not Planned
Submitted on
11-08-19
02:38 AM
Submitted by
VANESSAFELIX1
on
11-08-19
02:38 AM
When saving an object or process in Studio have BP automatically update the Edit Summary text with the last changes made to the process or object since the last save. This will save on development time and improve accuracy in the save summary.
... View more
Status:
Delivered
Submitted on
09-08-19
09:35 PM
Submitted by
JenniferGueldne
on
09-08-19
09:35 PM
At any given time, our organization has a large number of developers working within different business frameworks simultaneously in the DEV environment. Thus, our organization relies heavily on MTE to lock down content in the Studio between these different businesses. There are, however, seemingly serious gaps in the extension of MTE to the Unlocking Wizard. When a user wishes to unlock a process, they are presented with the option to "unlock all processes" or "unlock selected processes." Regardless of which of these options the user selects or the content restrictions imposed by MTE and their user role, through the Unlocking Wizard, they have access to unlock ANY of the processes in the DEV environment. This poses a serious problem to any other developers currently working in DEV as it releases the lock their process and forces them to seek alternative methods in order to preserve their work. MTE should be extended to the Unlocking Wizard to prevent users from unlocking processes that they should not have access to per the MTE restrictions imposed by their user role. This would significantly reduce risk in large organizations and protect on-going development work.
... View more
It would be great to be able to add a screenshots to the objects for reference and be able to print the object information to a document with screenshots.
... View more
Status:
Under Consideration
Submitted on
07-08-19
10:33 AM
Submitted by
TetsujiJunicho
on
07-08-19
10:33 AM
Hi, Right now, when I import VBOs, they are automatically imported on Default Folder. It would be helpful to be able to choose target folder.
... View more
I would like to have a menu setting that can be used to disable/enable the 'Don't log parameters on this stage' option for the selected stages/all stages - similar to the options for the log levels.
... View more
Status:
Delivered
Submitted on
06-08-19
12:55 PM
Submitted by
ChristopherJank
on
06-08-19
12:55 PM
When I add a new action, for example DB ORINOCO - Start > Launch, I would to have the option to automatically name the stage with the Action name actually used: 'Launch' or even 'DB ORINOCO - Start - Launch'. It might be renamed automatically or have like a checkbox: "Rename stage by object used"
... View more
Status:
Not Planned
Submitted on
06-08-19
12:54 PM
Submitted by
ChristopherJank
on
06-08-19
12:54 PM
Expressions are currently written in some kind of Visual Basic dialect, which is great for non-technical users or beginners from the 90s. It should be possible to write Expressions e.g. in C# becaue this would allow the creation of more advanced expression. Of course at some point a Code Stage producing a Boolean ("Flag") value could be used, but it has no access to an API or other interal functions so e.g. Exception details cannot be evaluated.
... View more
Status:
Delivered
Submitted on
06-08-19
12:53 PM
Submitted by
ChristopherJank
on
06-08-19
12:53 PM
Alomost everywhere Blue Prism is using Microsoft Rich Text Boxes for writing text. Especially when editing Expressions, this makes no sense. Rich Text Boxes should be used when targeting non-technical users who want to write a novel because they do two things: 1. They don't use monospace fonts like Consolas or Courrier New 2. They use Microsoft Office style for selecting word/characters Both points are just annoying when writing source code like Expressions. Monospace fonts are a must-have for writing structured expressions like source code and definitely apply as well to BP's Visual Basic dialect that is used in Expressions. The same applies to the selection mode: it has some kind of auto-completion built into it which makes selecting very hard (and annoying). Both points could easily be fixed in minutes by changing the text boxes' style.
... View more
Element attributes beginning with "Parent …" allow an identification of elements by considering their context. Unfortunately a rather simple but insecure method of generating this attribute's value has been implemented ("Parent Window Title" in this example): all window titles of all elements that are direct ancestors are baked into a single string, separated by just a space character. If an application has 3 windows with one window being a child to the root window and another window being a child to the child window, the "Parent Window Title" value for the "child-child" window will be something like "SubChildWindow ChildWindow RootWindow <UNKNOWN>". These issues will come with this implementation: 1. Space character can't be used as separators between window titles as window titles often contain spaces themselves. This way it is not possible to separate the window titles anymore. Also, BP seems to just concatenate the titles with additional spaces, resulting in values that have 2 space characters as separators. Hardly anything but wildcards can be used on something like that, which again results in a very unprecise matching. I suggest that a standardized format is used instead of just adding everything to this string and randomly putting spaces between it. 2. adding "<UNKNOWN>" to this string if the window title could not be determined is insecure as this could be interpreted as a real window title. Instead, another solution should be choosen to mark an unreadable title.
... 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
Status:
Not Planned
Submitted on
06-08-19
12:51 PM
Submitted by
ChristopherJank
on
06-08-19
12:51 PM
The application modeler should provide an API to interact with application elements in code stages so complex/missing functionality can be implemented. I would like to interact via C# with applications which are already connected to Blue Prism by using the functionality BP uses internally (e.g. directly accessing the .NET Process object in a code stage which holds the connection to the target application to send Win32 messages)
... View more
Status:
Duplicate
Submitted on
06-08-19
12:51 PM
Submitted by
ChristopherJank
on
06-08-19
12:51 PM
I want the Option to have a Button to cklick at Import to set all radio Buttons to "Don't Import this business object" Its a pain if you want to import just one Object from a FullBackup and need to cklick 800 times on the radio button for no import
... View more
Status:
Delivered
Submitted on
06-08-19
12:50 PM
Submitted by
ChristopherJank
on
06-08-19
12:50 PM
I want to have the Option to Export and Import a Calandar to anoter BluePrism Instance
... View more