Showing ideas with status New.
Show all ideas
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
Have the ability to capture, track and transfer end user and/or terminal details for traceability • I.e... Requirement via Interact for example to capture; end user details (Human Agent Application User ID who triggered or submitted the process), IP address, date and time of submit requests, browser details etc etc and also have the ability to transfer these details or make these available within Blue Prism through the life of the automated process This is required for Audit & Internal Fraud purposes
... View more
Hi, I would like to see, that we can right-click on an object/a process in studio tab and get an export-Option instead of the export-function in the menu bar. That would save some clicks. Thanks Christian
... View more
While setting up password if someone is not following below criteria it should prompt message like “Password does not meet required complexity” and shouldn’t allow to set password till required criteria is met.
Criteria can be : Password should be between 8 and 12 Alphanumeric characters with at least one special character.
... View more
Hi Team, When Blue Prism releases major or minor we get email notification. Similarly, when new add-ons/extras or VBOs are added outside of the product. Can we get a notification? Just a example, we are using WorkQueue Report, JAB, MAPIE, whenever there's any new version of these comes available in the portal. Its good to get an alert for the customers to check for the new updates. Its very difficult for each developer or developer lead to check the portal daily to check for updates. Let me know if this makes sense.
... View more
Hey Blue Prism Team & Community, unfortunatly there is no way to authenticate at a Webservice with the currently logged in user using Blue Prisms WebAPI as the support told me. You have to store your credentials in the credentials section and select them directly from the WebAPI. There is no way to dynamically change the user to the currently logged in user. This could be easily enabled by adding a Checkbox or an option to the WebAPI common authentication types which sets "UseDefaultCredentials=true" at the outgoing request. For anyone else comming up with the same question my simply advice would be to not to use Blue Prisms WebAPI feature and better build up your own request using the HTTP Utility VBO.
... View more
Currently there is no timeout for process started from scheduler.
This feature is highly required when we are running multiple process independant of each other in same machine and one has to start at specific time.
Currently if process 1 stuck at certain stage due to some reason the second process never starts.
... View more
Data Gateway currently allow to export session logs to different data storage solutions. the information involved in the session logs would allow to work very well on troubleshooting tasks. Currently the event structure doesn't allow for queue workitem data to be sent with each event as well. Of course not all of the events happen while working on a workitem. But by an Analysis perspective, in case the session is working on a specific workitem, it would be useful to have each event carrying information that would help to identify to which workitem those session logs are related.
... View more
In some cases, resources and servers may not be able to communicate halfway. In the control room, the status is connected, and there is no error display on the resource PC side. However, there are cases where the schedule cannot be cast from the server side to the resource PC or the process cannot be executed manually. Restarting the resource PC or runtime does not improve the situation. After all, restarting the server-side service can only improve the situation. (Even if one resource PC fell into this situation) As a request for improvement, please add a function to initialize the target resource PC in the control room (= perform the same process as restarting the server service).
... View more
Currently, you can store the encryption key as a file on the Application Server. When you have multiple Application Servers connecting to the same Blue Prism DB, each Application Server needs to share the same encryption key. The only feasible way to do this is sharing the server configuration lines in the Automate.config file. It would nice to have at least a feature in the Key Store tab of BPServer.exe to import the saved key files.
... View more
Issue: *Runtime Resource Blueprism Listener is facing out of memory exception when the listener memory exceeds 1.5 GB. *The memory of the Listener is increasing because of the runtime resource logs. *Since the Logs include connection logs of all the runtime resources listening to same server Ref Tkt Number : 75620 Solution: * Disable/Enable option for the runtime connection logs * Utility or command to release the log memory remotely.
... View more
An error occurs if the robot is executed with insufficient licenses or resources. Therefore, I want you to implement a function or setting that is automatically retried.
... View more
under Security / Users: I wold like to export the Users incl. Passwords to another instanz of BluePrism
... View more
Hi Team, Recently we came across a typical scenario where we found some unrealistic numbers in MI utilization Daily /monthly table. Surprisingly this is a known issue and we are having below articles to address it. Why does the utilization of a runtime resource exceed a maximum of 100%? : However, I found below point need to be considered for further enhancement. > There should be a unique combination of process and resource ID in Shadow table . There should not be duplicate session with no -end time to previous one. if so, then its obvious that there is a problematic session which will lead to additional secs logged to the tables. This query helps to identify problematic instances. SELECT MI1.* FROM [dbo].[BPMIUtilisationShadow] AS MI1 WHERE MI1.enddatetime IS NULL AND EXISTS ( SELECT 1 FROM [dbo].[BPMIUtilisationShadow] AS MI2 WHERE MI1.resourceid = MI2.resourceid AND MI1.processid = MI2.processid AND MI1.sessionid <> MI2.sessionid AND MI1.startdatetime < MI2.startdatetime AND MI2.enddatetime IS NOT NULL ); ASK:- Could you please modify the select query to an update query and add it to utilization stored procedure with parameters like Use feature - Yes/No if yes , Then what is the action:- Delete - Delete problematic sessions Update- Update problematic sessions with a standard endtime (Ex:- add 15 mins to start time) This should be amended before running utilization Daily & Monthly stored Procedures. happy to support and clarify further queries. Appreciate your time to consider and FastTrack.
... View more
A significant number of documents sent for quality review are failed for due to issues with values configured in the Packaging Details task. As of now we are unaware of any way to edit any of those values after the document is released to quality review. This causes the user to rewrite the entire document. We would like a way to edit those values when making corrections to an existing document.
... View more
During creation of Case in Case Management, the user will enter a Case Name but it is not currently available for reports or to pass to our forms in an AWD LOB field. In Case Management Case Name is captured. AWD LOB field available for Case Name for visibility on forms and reporting. Here is the issue that the clients have reported.. If they enter the Case Name in Case Management, why can’t this information be passed to our AWD forms as an LOB field. I looked through the services but wasn’t able to identify if that would be do-able or not currently. Currently our A&G clients are on AWD 20.3 so want to see if it is currently do-able in later Chorus version. If we were able to retrieve the Case Name from Case Management and capture in an LOB then we could auto-fill. I see that the Case/Task search (LKCMSRCH) is finding my case name so seems like there should be a way to find and use to update an AWD LOB field.
... View more
During a recent Next Gen workshop exercise, prospective Next Gen customers indicated that they would like to see Processes displayed in descending order (versus ascending order) when displayed in Control Center. Note: developers stated that they might have multiple versions of a Process being displayed and they indicated that they did not want to have to scroll down to see their most recent version of changes.
... View more
Hi I see few Blue Prism VBO's like (MS Excel VBO, Utility - Collection Manipulation etc.,) has empty/missing description in input/output parameters. This VBOs are downloaded from Blue Prism Digital Exchange. It would be good if the description is available in BP provided vbo's as it will be helpful on how to use it for any solution designer. Regards, Praveen
... View more
Hi, Please provide more useful options in Decipher IDP Misc Parameters., for example: 1. If I don't want to read a header/footer in a pdf file, an option should be available where i can select On or Off for decipher to not capture the info. 2. if I have a table with 4 columns and I only want to read column 1 and column 3 then should have option of which I can set the columns which Decipher shouldn't identify the regions. 3. Provide proper examples with description for all the available options (Format Expression, formulas etc.,)
... View more
I understand it may improve user experience when they can chose their own language and see Blue Prism UI and log entries in their native language. However, in an international environment with more than one language, this seems to be contra productive as each user creates log entries in their own language with the result of some people see texts in non-native language nonetheless. I assume most people use English to avoid exactly this situation. Other users do just ignore texts they cannot read. It becomes more tricky when trying to report on DB level when date format may differ from row to row and instead of one keyword to search for, all possible keywords might have to be considered. Normally only 2-3 language are needed to be considered. Although some users may 'practice their Spanish/French/Chinese...' and may be missed in Audit log analysis. Example: I was querying Audit logs for event 'A%' to get changes to credentials. Additionally I wanted to extract the credential names by taking everything after the keyword 'credentials'. Then I noticed some logs are in another language and I have to search for another keyword as well. I immediately noticed this issues but I could have easily missed it. I guess when using the built in Audit report feature it would be quite hard to notice some records are missing in the result. Even more tricky is the situation when sub cultures are used, eg en-UK vs en-US. The text would be the same in both cases but (according to Wiki) UK uses dd/mm/yyyy and US uses mm/dd/yyyy. It would be great to have one consistent way of representing data in the DB and then only change how this data is represented in UI; not the other way round.
... View more