Search results

  1. S

    SQL Query to Fetch Logs based on Key or Item Id

    Is there any Sql Query available to fetch extensive logs? Blue Prism logs is crashing due higher number of logs. Any pointers will be helpful
  2. S

    IE11 Tab Handling with Blue Prism

    I have an application where new tab is opened whenever I click on Hyperlink. I want to make sure all other tabs should be closed before I click next link on my parent tab. we have written code which closes the tab at the end of processing but I want better sure and proactively check any open...
  3. S

    can anyone explain pros & cons of using .ini files as configuration file ?

    can anyone explain pros & cons of using [ .ini ] files as configuration file ? I am aware of excel file as configuration file but I want to know about .ini files
  4. S

    Running Blue Prism Exposed service in Background along with Main Process

    Scenario: I had requirement of pushing item to queue from web-based application. I also had one continuously running process. On top of it, I have only one resource to run both the processes at a time. Searched a lot but did not get sufficient information. there is information around Blue...
  5. S

    Run Mode Selection

    I have 4 processes called from one process. Also have 10 different object. One separate object is exposed as a service. This object is consumed in web application to insert item in BP queue. Question When Automation is running on DVD/VM, I am not able to run Service object. I already made...
  6. S

    Blue Prism JavaScript based Confirm dialog automation

    I want to automate textbox where existing functionality is when the value got changed from previous one, webpage shows confirm dialog box. its a javascript based. I am not able to press OK button on it. what I did so far 1. Tried to spy -failed 2. Did separate object and try to use it in Main...
  7. S

    Blue Prism - Select dropdown State using Global Send Keys

    Use case: I get two character long State name (e.g AL, CA). I suppose to select web page based dropdown which has items like "AL- Alabama". Can I select dropdown item using Global send keys or events, by passing characters? Yes then How? (may be sending initial 2 letters of state, should...
Top