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

How to activate particular screen of an application

Hi all, I have a window application with many screens & individual window title for each. At some point in time I want to get focus/ activate a particular screen of that application. I used Activate application but didnt worked. Is anybody knowing o...

Send keys to create new email message in Outlook

Hi, I've tried to create new email message in Outlook through "^(N)" value, but I've got entirely different window than standard window in Outlook for new message. When I try to manually push the combination of send keys Ctrl + N I have the standard...

Anonymous by Not applicable
  • 525 Views
  • 9 replies
  • 0 likes

disable temporary files "~$"

Any tips on how to disable temporary files? when using utility Get files, it was able to pickup temporary files, files that have "~$" at the beginning of the filename.

Filter from webpage by search

Hi, I'd like to fetch an information that is dynamic with no proper ids/classes from a webpage.The scenario is, that I need to search the webpage for a particular text. If I find it I'll have to click it. Else, throw an exception. Manually it is don...

Anonymous by Not applicable
  • 355 Views
  • 2 replies
  • 0 likes

Retrieve application text.

Hello, Please can you tell me the best way to use Text functions in a Calculation stage to extract text from an application? - What formula is needed - Anything else required Regards, Johnny

jcarver by Level 3
  • 199 Views
  • 2 replies
  • 0 likes

Fonts

I'm trying to read/recognize text from e-mails within a client application (Java), which doesn't use Outlook, Lotus Notes etc. With the application modeler I can only work with the region mode (all the others can't recognize elements, JAB is installe...

Filter Collection

Hi, I am trying to filter a data collection based on the value of a field in the collection. I used the "Collection Manipulation " VBO in BluePrism. I passed in the query like [collection.field1] = "XYZ", hoping to get a new collection with only r...