Product Forum
Get personalized help and advice from other SS&C Blue Prism users here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Exception in Global Code

Is there a way to produce an error in the global code on the initialize page of an object, which is then returned as an exception in the process or the calling object?------------------------------Stephan Wintersteiger-BCB AGEurope/Amsterdam---------...

AbbVie - How Bert the Bot helps patients

Here's how AbbVie's data pros – and a group of college students – invented bots that give our employees time to focus on more complex tasks.How Bert the Bot Helps Patients | AbbVie Abbvieremove preview How Bert the Bot Helps Patients | AbbVieAbbVie'...

Change date/time format from CET to US (with AM/PM) format

​Hi there,I have been dealing with some trouble some web user interface which I can't find a proper solution with. I'm working in NL, and are using some internal websites, which are created by our US partner. At the end of the form, you have to give ...

Resolved! Cannot Spy CaseWare App elements

Hello BP community.  I am working with an app called CaseWare Working papers. This is a 64 bit application and I have set my application wizard on the 64 bit setting.I have not been able to spy the document tree below in any of the spying modes.  The...

17394.png

CSV Format Issue

Hi - I have a file that is coming through in a CSV format. The file contains numbers that exceed 15 characters. ex: 43283423423428. This number when saved in a CSV format is being converted to "43283423423420". The ending 8 is replaced with 0. Howeve...

Recover stage not working

Hi All,I am using work queues. If there is any exception in an item i am using recover stage and marking item as an exception and proceeding with next item.For the 1st item recover stage is executing and marking it as an exception and picking up the ...

Consume Web Service Soap with header authentication

I'm trying to consume a SOAP web service with a basic authentication scheme. As per the guidelines in the Blue Prism Web Service guide, I generated the code using "wsdl.exe" and included it in the object's initialise. I created a new action and inclu...

Recover stage not working

Hi All,I am using work queues. If there is any exception in an item i am using recover stage and marking item as an exception and proceeding with next item.For the 1st item recover stage is executing and marking it as an exception and picking up the ...

Resolved! HTML Spying Performance Issues

Hi,We are having performance issues with attaching and spying. For example, a HTML element takes from 10 to 20 seconds to register regardless of the attributes selected, apart from path, which we can't use.This is consistent across at least 3 differe...

Outlook DASL Query - Get Received items (Expert)

Hi All,I am using Get Received items (Expert) action of Outlook VBO, i have noticed that DASL query is performing ok but it returns rows(Mails) where received date is current year, rows where received date is older than current year not being returne...

Can not compare text with date.

Hello,guys. I'm working on a project where i need to get some data from excel. The data is in my collection and in the last column there is a date which is in text format and i need to compare that with Today() how can i format that text to date? Tha...

Exposing Object as Service

Hi,I've exposed an object in blue prism as a SOAP service and I'm trying to test  the service by calling localhost:8181/ws/ in a web browser.However, in IE I get a "cannot reach this page" error. I fI try to fix the error in IE you get a "The remote ...