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

Does the blueprism supports JCSS API?

Does the blueprism supports JCSS API? Automation has to deal with Mainframe application but the application team will expose the JCSS API to deal with mainframe. Please provide information on this.

Expression Find

Hi Guys, If I have a data item with text for e.g. "information.PDF;information.DOC" or "12345.DOC" what expression would I use to identify that it had for e.g. "PDF" text? so I could have a (YES/NO) decision. Much appreciated. Regards, Johnny

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

Font recognition

BP presents many options on selecting the closest font to the image in the region.. When I look at the rendered image it seems to be a close fit to what I see on the screen, but it still doesn't recognize the text.. I have tried with many differen...

Issues with Spying a web page with Kendo UI

Hi All, We are trying to spy a web page with 3rd party UI controls (Kendo UI) where BP is highlighting the control/field but when we use a navigate stage to perform a navigation, it just passes stage without doing any action. Has anyone had issue...

Difficulty in spying Angular JS Combo Box

Hi, We have a web page containing an Angular JS Combo Box and we need to select one of the item from it. On selecting the specific item a web form is supposed to load below on the same page. We have tried using all the three spying modes (HTML,AA,R...

Anonymous by Not applicable
  • 279 Views
  • 1 replies
  • 0 likes

Single Sign On

Can you describe in detail the term "Single Sign On" and it's configuration and what all BP version's supports it ??

Reading PDFs without Ctrl+A & Ctrl+C

At my current project, we have setup robots to read PDFs daily from Outlook through MAPIEx using Ctrl + A and Ctrl + C, then storing the clipboard to Blue Prism. However, there's a problem with this technique, Ctrl + A & Ctrl + C doesn't store vital ...

Work Queue Item Keys

After loading data into queue, Is it possible that I can update the Item Key by using Get Next Item and Set Data actions?

Excel File Blocked by Trust Center

Internal : Could not execute code stage because exception thrown by code stage: You are attempting to open a file type that is blocked by your File Block settings in the Trust Center. Hi, I am getting following error while working on excel file. Net...

How To Invoke a JavaScript Function through BP

I have a small alert function which I want to invoke upon a certain action. So I want to run a small java script function through BP? I went through the documents for this but couldnot exactly find as where to find that function. Any help would be a...

Reading from HTML Object List

Dear Expert I'm working on a project where after searching for a key word on a webpage the possible matches are shown in a dynamic list: "/HTML/BODY(1)/...../UL(1)/LI(1)/DIV(1)" "/HTML/BODY(1)/...../UL(1)/LI(2)/DIV(1)" "/HTML/BODY(1)/...../UL(1)/LI...

Multible bots on a single machine

Hi, We have only one machine available for running the bots. Since good number of workitems are coming on a daily basis, we cant process all of them with a single robot. therefore I was wondering whether we can have 2 robots working in parallel on th...

Variable path during spying

Hi, I have to spy an element of webpage, but the path is variable. Say path is TABLE(1)/TBODY)/TR( x )/TD(1)/TABLE(1)/TBODY)/TR(1)/TD(1)/ The value of x varies from 0-9. How can i implement it?