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

C# Code Stage Guidelines

Guys,I need a document guidelines for writing code stage inside the Code Properties within a business object.I receive issues like Invalid token 'catch' inside a C# function which is not ok.Therefore i need a guideline document to understand properly...

Anonymous by Not applicable
  • 212 Views
  • 0 replies
  • 0 likes

Move emails with MS Outlook Email VBO WithProfiles

Hello all, I am currently looking to try and move an email from a subfolder back to an inbox in MS Outlook. I have been trying to use the 'MS Outlook Email VBO WithProfiles' - Move Email to Inbox Sub folder With Profile action stage. I have been abl...

Move emails with MS Outlook Email VBO WithProfiles

Hello all, I am currently looking to try and move an email from a subfolder back to an inbox in MS Outlook. I have been trying to use the 'MS Outlook Email VBO WithProfiles' - Move Email to Inbox Sub folder With Profile action stage. I have been abl...

Chrome - Read - Read Attribute not working

Hey, hey, I am pioneering first chome object in our team and right now I am facing some spying problem, that I'd often would solve with dynamic path atribute. I'd spy an element that is easy to spy, and then add some sufix at the end, so that I am a...

Schedule Process to stop after 23.45 hours

Hi,I have a daily 24 hour process, which is scheduled to start running at 09:00 each morning. As is best practice, the process should stop and restart at least once in this period.I would like to stop the process at 08:45 each morning, then the sched...

Oracle Forms 6i

Hello,I'm facing a problem with my robot which operates on Oracle Forms 6i. Everything is fine till a have to deal with message boxes. Unfortunately, I can only grab Message Box as a whole object and buttons. I need also read a text value which is in...

19008.jpg

JavaScript to Access DOM with RPA

Hi,I have just a general question concerning using JS to access some DOM elements with injecting JS as opposed to spying them.The reason I am wondering about the Pros and Cons to this technique is because we are having speed issues accessing a system...

16877.png 16878.png

Read "on behalf of" email address

Hi All, We have a requirement where we want to read "on behalf of" email address.For eg. if I get an email      abc on behalf of xyz, then I want to read the email address of xyz.Thanks in advance------------------------------Sagar DubeyApplication D...

6.5 version process studio bug

Hello,I recently noticed, that while working in process studio some UI elements disappear randomly, like refresh button (I guess majority of those which are "standard"). And the last is just to show that all the usual toolboxes are enabled. Is i...

23894.png 23895.png

The ERP System

Hi, section 3.2     Any process which automates the ERP System must consume into memory all the actions within ERP object, including the actions it doesn't use. Check this link  https://portal.blueprism.com/system/files/documents/Object%20Design%20Gu...

Issue with Region Mode reads from Control Room

We are having an issue with a process which performs Region Mode reads. The process runs successfully - through volumes - on dev & test environments through the control room. The process is using region mode to read data from a PDF.Once we move to th...

Free up Collections

Hi,I noticed collections somehow keep their memory footprint and structure after they have been used and rows have been added, even when using eg 'remove all rows from collection'. I experienced the situation in which my process runs out of memory ev...

Using GetWorkbook in custom Excel Object

Dear All,I would like to create an object which interfaces with Excel, including a stage which uses the following code: Dim worksheet as Object Worksheet = GetWorkbook(handle, Nothing). ActiveSheet worksheet.UsedRange.AutoFilter (Field:= fieldToBeFil...