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

Add timeout to vba code in code stage

Hi. I have a Code stage that will execute a macro in an excel workbook - and it looks like this: Dim wb as Object = GetWorkbook(Handle, Workbook) Dim excel as Object = wb.Application excel.Run(MacroName)   I would lilke to add some code that will...

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

How to enable HTML Mode with Google Chrome

Hello,   I'm using BP version 5.0.23 and want to use HTML mode of spying with Google Chrome. Is there any setting or patch available?   We do not want to upgrade to the latest version as it takes long time in our process.   Any help is highly a...

Web Service Licensing

Hi all, just looking to know if exposing an object as a web service qualifies as using a full license, or how does licensing work with web services on Blue Prism?  I was led to believe that exposing a single process or object does utilize a license b...

Master process calling another process as need

Hello   Im looking to create a main process that handled specific Machines and process, this main process will be in charge of call the specific process, on a free machine, when is need it, the main process will run 24/7, and the other under reques...

Anonymous by Not applicable
  • 392 Views
  • 3 replies
  • 0 likes

web app: drag & drop not working

I am automating a report in a web app.  One of the requirements is to select a column and drag it "up" to select it.  Think of what an Excel sheet looks like - drag Column A up by about 40 pixels, then release it. I've spied the column name using bo...

Spymode in Microsoft Dynamics AX

Hi there Anybody who have suggestions about spymode in Microsoft Dynamics AX ? I have tried AA and WIN mode but I find it hard to use for my needs. Especially sending global send keys (or write) to the adress bar.......... Thanks Jens

Get First 100 rows from collection

Hi Team, Get First 100 rows from a collection. i have 500 rows in one collection.Required first 100 rows only to another collection. Thanks in advance.Please share your idea.   Thanks Murali Mohan

Opening a Hyperlink

Hi All, I have a requirement where Robot needs to open a Web URL. The URL is not provided directly in text but its provided as a hyperlink with some title text. Is there any way we can identify that hyperlink from some text and then click on it to...

ERROR: Internal : Could not execute code stage because exception thrown by code stage: Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED))

Hi ,   I am getting below error when I try to Save As word document which is generated by one of my windows Application. ERROR: Internal : Could not execute code stage because exception thrown by code stage: Call was rejected by callee. (Exception...

Sharepoint API List Add people

Hi, I'm having an issue adding people with the sharepoint api so that they will show up from the windows directory. Is it possible to be able to upload data into a "People and Groups" field from Blueprism?

Anonymous by Not applicable
  • 423 Views
  • 3 replies
  • 0 likes

Process Lock

Is there any way to identify if a process running on a bot is already in use by any other bot similar to Environment lock ? Example - Suppose I have multiple bots running a single process where we have called another sub processes 'populate queue' a...