We should have a stage where it will Prompt as a popup window and user need to fill in the real time value. This can help with unattended automation and where user need to enter value during the run time.
... View more
The below tables grow ginormously on a daily basis, I believe that from an Production operations perspective, these tables should be compressed. 1) SessionLog NonUniCode Table 2) WorkQueue Table 3) Scheduler Table 4) Audit Events The base schema uses simple data modelling with no advanced RBDMS features incorporated to the base schema. The design needs an enhancement.
... View more
Having recently migrated some processes from V4.2 to v6.5, I discovered there was a real need for a migration tool. To buttress my point, the migration tool will 1. Automatically migrate all processes, objects, environments and other assets without any manual intervention. The only manual intervention will be to trigger the tool (.exe). We had over 100+ processes in v4.2 and moving across to the new environment was a real pain 2. Compare the versions of assets(process, env variables) if they already exist in the target environment. Technically, our strategy was to keep two environments running currently and any migration failure experienced in v6 will result in roll back changes and back to V4. After migration, some shared objects were amended in V4 by other developers, That automatically left both environments out of sync and sometimes, the new asset isn't moved over to V6.4. 3. Automatically takes a snapshot of all assets by automatically associating dependencies with processes and creating releases. I know my comments sound ambitious but this will alleviate some of the laborious tasks with respect to migration.
... View more
As a Chorus user, I'd like to be able to specify (independent of locale, browser settings, or system configuration) how dates appear in Chorus. This should include both entry fields and other places (such as history) where dates are presented.
While it is possible for Chorus process developers to control input fields in form design, the options are limited, and this does not change other areas such as history, which results in further user confusion. This also does not address a single process used in different regions with differing standard date formats, where the only current solution is the creation of multiple otherwise identical forms.
One suggestion is to enable an additional user preference, as this would cater for Chorus implementations where a single solution (set of processes) is used across multiple geographies.
... View more
Currently, the fact that a process is exposed as a web service is not a part of the release package. As such, it needs to be changed manually on import to a new environment. It would be better if exposure status was stored within the .bprelease file itself, in the same way the "process published" flag is stored within the release.
... View more
In the CSV export generated from the control room for the queue content, we don't get any column that tells the state of the item and whether the item is in the Pending / Exception / Completed state. Of course, there are some workarounds to segregate items as per the state but the blue prism should be having a specific column for this in the CSV export. Also, this will give businesses a better clarity on queue content to understand Pending / Exception / Completed items and eliminate manual efforts in data manipulation.
... View more
You should be able to edit retired schedules. Currently the only way to edit a schedule is if it is live, which poses a risk that the schedule may run before the changes you need to make are made. For example, I have a retired schedule where I wish to change the calendar used from a Mon - Fri to Tues only, but if I unretire this on a Friday to edit it, the schedule will run straight away, before I am able to update the calendar which would tell it not to run on a Friday.
... View more
We have run into an issue post upgrade to edge which does not allow us to read a table after spying only a column. Before you were able to just select a value and then could have the bot read the entire table. Trying to highlight the entire table properly and have it read it and save to a collection has been impossible with Oracle Reports.
... View more
When retiring a process there should be a warning if the process is referenced by a schedule. When using the find references function on processes the referencing schedules should be shown.
... View more
Raising this enhancement to get option to export Decipher Audit Logs into any file format. from Web Portal
We are using Decipher v2.3 for BP 7.1.1 Environment.
We require to save the Audit logs into our security system for auditing purpose. Decipher v2.3 does not have option to export the logs and we are only able to view the logs on the Decipher Web Portal.
... View more
When expanding various windows in the product there are many windows which don't auto fit to occupy the space they have available. A small menu update would make some of the tooling a lot more friendly to use. For example read/write/navigate stages with multiple stages and panels, when navigating long named variables or long/wide application modellor trees makes the clumped menus very awkward and you need to expand them. Having to do this window operation so frequently though is a killer and makes using these menus a total pain when you have to adjust screen menu sizes so frequently, almost as standard when doing build work
... View more
We have found that a BOT needs use Multiple Credentials. We currently manage this by naming Convention: BOT_IGOR_AD BOT_IGOR_IVD BOT_IGOR_GMS BOT_C3PO_AD BOT_C3PO_IVD BOT_C3PO_GMS Please provide a tree view similar to studio that might look something like: - BOT_IGOR
+ AD + IVD + GMS
- BOT_C3PO
+ AD + IVD + GMS
... View more
Status:
Not Planned
Submitted on
19-11-19
07:56 AM
Submitted by
MarleenHordijk
on
19-11-19
07:56 AM
At this moment when a task in a scheduler is no longer relevant, we change the on complete of the previous task. The not-relevant task will still be visible in the scheduler and this is confusing en messy. I understood that removing a task is no option because of the existing archive logs. We would like to have the possibility to retire tasks from the scheduler that are no longer relevant so that the task is not visible in the scheduler anymore.
... View more
As a Third-Party Administration (TPA) business I can receive instructions in various formats, mainly PDF, that contain multiple client instructions and I use the document splitter functionality to create multiple subdocuments and transactions for processing.
As a key control to ensure every page from the original document is included with a sub-document I require the annotations to be shared with the original document as per the functionality available with the desktop and applet versions of the content viewer.
... View more
Currently, the views of owned cases by teams or team members is limited to 10 cases per page (with the ability to page through). Would like to see this increased to at least 50.
... View more
Status:
Needs More Info
Submitted on
23-05-22
02:28 PM
Submitted by
Brian_Hesse
on
23-05-22
02:28 PM
Easier and more intuitive reporting capability for individual productivity and performance monitoring.
... View more
Also there is no way to clear the errored email from the screen so you do not know if it was resolved until you locate the original work object. In many cases the issue is a malformed email address, we built a service that attempts to prevent it but it is not 100% accurate so items still fall through the cracks.
... View more
Blue Prism tool does not have the capability to provide information on the list of RunTime Resources connected to APP Servers. This feature provides capability if the Load Balancer is running correctly. Blue Prism should Add Feature to lookup in the Blue Prism GUI and see which appserver is currently connected to which runtime resources. On a long run this feature will help the ROM architects.
... View more
in current versions following behavior is implemented: If BP language matches Windows language setting then Windows region settings are used. If BP language does not match Windows language then BP region settings are used. Example 1: Windows language: English (US) Windows region: German BP language: English (US) ... BP uses German region settings Example 2: Windows language German Windows region: German BP language: English (US) ... BP uses English region settings In example 2, data would be presented differently in eg Excel and in Blue Prism. This behavior is not limited to German but affects all situations where Windows language and BP language does not match. However, also the opposite is true, eg when Windows and BP are both set to German then Windows region is used. The idea is to have constant behavior regardless of language and if languages matches or don't match. Please always consider Windows Region as the ruling formatting
... View more
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