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
The idea is to have a Data Item exposure such that we can store and update that variable across sessions - its more like an environment variable but to which we can make updates too.
This will help us in storing variables across sessions like flags, data which requires the value from the other session run that currently has to be stored in externally like in excel, notepads, etc.
... View more
I know many of you would like this, I would like a connector to set up a Zoom meeting, please post it on DX.
... View more
Hi there, with the AND and OR operators currently available the following expression throws an error when a flag data item is not set. IsFlag([Flag Item]) AND [Flag Item] Returns Error: ... right-hand-value is empty. If Blue Prism would support conditional logical operators like && and || in C# repectively AndAlso and OrElse in VB.NET the expression in this example would be valid. The evalauation of the expression would stop if IsFlag() returns False becuase the whole expression couldn't be True anyway. We could use a single decision stage only and could use this kind of expressions in choices. Currently there are two options: - always set a default value for flags - break the expression mentioned above up in two decisions and execute the second decision only if IsFlag() = True With choices this cannot be handled easily.
... View more
Dear Blueprism,
I am working as a process controller, not able to clone the calendar. Could you please add the cloning calendar option in the system tab. It would be better helpful. System tab -> System -> Calendar.
Best Regards,
Srinivas Goud Surakarapu.
... View more
Hi, It would be great to fetch "Submission Id" right after Raising a submisssion. In my case I want to make hidden or mandatory some fields based on the business needs. As can bee seen in attached screenshot, submission id created when a submission is raised by API. For that reason, I believe that this feature can implement easily.
... View more
It will be great if blue prism can have integration with slack . The only thing we can achieve for now is sending messages . If we can also include the below will be great .
- Search
- Update Status
- Invoke Slack Operation
- Invoke Slack Admin Operation
- Channel Activities
- Create Channel
- Invite to Channel
- Remove from Channel
- Join Channel
- Leave Channel
- Message Activities
- Get Messages
- Send Message
- Get Replies
- Reply
- Download File
... View more
Status:
Not Planned
Submitted on
02-10-19
02:19 PM
Submitted by
LasseSørensen
on
02-10-19
02:19 PM
I really wish i was able to import a .ics file into the calendar function so i could better control the holidays that is not built in. I would even be satisfied with the possibility to create a custom calendar and only mark the days a process should run, instead of now marking everyday it should not run. For the particular process in mind, i would have to mark 353 days as holidays, to get the desired option.
... View more
Status:
Not Planned
Submitted on
19-12-19
01:15 PM
Submitted by
anne.van.duijvenvoorde
on
19-12-19
01:15 PM
When using an action stage currently all individual objects and processes are in an unfolded treeview. I'd like to request 2 new features / changes; - Collapsed items in the treeview in stead of expanded. - Search function which will only show objects that match the search term.
... View more
When trying to install the ROS or Communications Add-in for Word, the install results in an error if the user has Word Version 2211. The Add-ins need to be compatible for Word Version 2211. This is the version that our entire enterprise is using so we cannot roll back to a previous version of Word.
... View more
The font readability is currently bad in some of the Process/Object Studio UI elements, for example due to kerning issues. The changed zoom functionality in 6.8 has also made it more difficult to develop. Now that the font scales with zoom, everything below 75% zoom makes the elements unreadable, so development has to be done with 100% zoom, which makes it harder to get an overview of the process. Allowing for better customization of the fonts on user/system level and disabling font scaling below 100 % zoom would enable smoother development.
... View more
It will be great to add a feature for Browsers to read the "Item Value"(DOM Value) of the selected item in an HTML combo box?
Please find the example below:
I want to read the Item value(DOM Value) which is "/m/02gsvk". This will help in many scenarios where value remains same and the selected text changes according to the local language setting of the site.
... View more
Ability to identify the browser elements using dynamic DOM XPath( not the HTML path) by node level identification via selenium functions for browser automations inside Application Modeler
... View more
If blue prism can add a mechanism to auto-update DX assets/VBOs to the latest release then this can bring a significant change to users.
... View more
Enhance the action to allow user to indicate if it should check for Locked items as part of the Pending items
... View more
Status:
Not Planned
Submitted on
20-08-21
09:20 AM
Submitted by
Stefan__Pappalardo
on
20-08-21
09:20 AM
Currently the Decipher.DLL need to be copied manually to the Blue Prism Automate base directory. It would be great if the Decipher.DLL would be already there by default.
... View more
Please change 'Link to Asset' to link to the latest version of Decipher's assets. I would also like the content of 'Getting Started' to be compatible with the latest version. (The latest version is 2.3, but "Link to assets" will take me to the 1.2 page) The relevant page on Digital Exchange is below: https://digitalexchange.blueprism.com/dx/entry/3439/solution/blue-prism-decipher The sample process and documents are not compatible with 2.3, so I am having trouble figuring out how to use VBO to build a process in 2.3.
... View more
In Blue Prism Interact V4.3, we do not have option to tag the queue item in Interact form.
If this option is available in interact form, it will help us for better tracking work queue items
... View more
Currently there is no option to add custom word template in the setting option in capture. This hold true till version 3.1. this feature once added will save time for org not to copy paste the information from capture doc file to their own file.
... View more
When archiving session logs in BP it should be possible to chose another target location than file system. It should be possible to specify a target DB. The session log table takes huge amount of space and regular archiving is inevitable. Normally only very few days are kept online in Blue Prism DB. Any investigation or analysis on log data needs first to restore from file system back into DB. The target of the restore has to be BP instance, thus may impact existing environment or new environment has to be set up. The idea is to archive session logs into another table (in another DB) instead of file system. This opens several possibilities: - DB Backup and Restore can be used (whose implementation is normally more sophistiscated than file system backups) - Table organization can be utilized (eg partitioning) - Data in this table can still be easily access and used - Backup and Restore to/from this table is independent of and won't affect BP instances - Archived data in the table will be a snapshot at the time of archive (see below for implications) Currently the session logs (and also archived logs) have references to other DB objects like resource, process, ... Although the deletion of the referenced records is prohibited as long as the session logs are online, they can be deleted when logs are archived. Restoring session logs may then have an incomplete view of what happened in the past since referenced resource, user and process may already been deleted or otherwise lost (eg upgrading BP into new BP instance). Therefore those references have to be resolved into their names (in addition to their IDs) before writing into archive table.
... View more