List of Contributions

ZACHARY SILVERSTEIN

Contact Details

My Content

1 to 13 of 13 total
Posted By ZACHARY SILVERSTEIN Wed March 22, 2023 11:27 AM
Found In Egroup: BPM, Workflow, and Case
\ view thread
So let's say you want to integrate with ODM or really any other service but you need to use the JSAPI of BPMRESTREQUEST but it's just not working. The first thing to make sure (especially in dev) is to set your server with PUBLICINTERNETSSLSETTINGS. This preconfigured ruleset will make your ...
Posted By ZACHARY SILVERSTEIN Tue September 28, 2021 01:59 PM
Found In Group: BPM, Workflow, and Case Blogs
Utilizing BPM, HTML, Javascript, and BPM Document Store to present a Base 64 Converted PDF Contents Ingredients Architecture Initial Iframe Raw HTML Creation Coach Layout Custom Coach View Creation Integration Service Layout Test the Application Overview Skill ...
Posted By ZACHARY SILVERSTEIN Mon September 27, 2021 06:09 PM
Found In Group: BPM, Workflow, and Case Blogs
Utilizing BPM to assign context and variables using Coachview Artifacts Contents Ingredients Initial CSHS Creation Build your main coach Event Javascript Diagram level changes Run and view your console as you click the buttons. Questions? Overview Skill ...
Posted By ZACHARY SILVERSTEIN Mon September 27, 2021 03:55 PM
Found In Group: BPM, Workflow, and Case Blogs
Contents Ingredients Create a blank coach view. For this example, it will be called DevWorks Comments. Add a Collapsible Panel control, and add a Table control into the Collapsible Panel. Add controls to the Table and the Horizontal Layout controls. Create a business object ...
Posted By ZACHARY SILVERSTEIN Mon September 13, 2021 10:51 PM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Rabee, I recommend using the run javascript command with a one-liner to add a ID based on class name for you to interact with on the following line with Click on Web Page Command. Something like this (Using Linkedin as the example) Here the class name is -> The element previously ...
Posted By ZACHARY SILVERSTEIN Mon September 13, 2021 10:45 PM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Mahmoud, I believe you can automate the steps using the attach window command or find and attach window command. Let me know if that is able to move you forward. ------------------------------ ZACHARY SILVERSTEIN ------------------------------
Posted By ZACHARY SILVERSTEIN Mon September 13, 2021 10:41 PM
Found In Egroup: BPM, Workflow, and Case
\ view thread
Hi Yannick, You could create generic teams where there is dynamic logic in the team retrieval service. To do this, Create a team called "Assignee" In the Team, put all users In the activity that's using the team "Assignee", use a team retrieval service where the input is a list ...
Posted By ZACHARY SILVERSTEIN Wed August 18, 2021 11:53 PM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Stanislav, Please email me and we can find some time to work through the issue and identify a resolution. Thanks! zachary.silverstein@ibm.com Zach Silverstein ------------------------------ ZACHARY SILVERSTEIN ------------------------------
Posted By ZACHARY SILVERSTEIN Fri June 25, 2021 03:29 PM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi everyone, there's a possibility that email inboxes see the 2 emails we send and treat one of them as spam, please double check your spam inbox. Feel free to email me directly for any other questions! Happy Automating! ------------------------------ ZACHARY SILVERSTEIN ----------------------- ...
Posted By ZACHARY SILVERSTEIN Fri June 25, 2021 10:13 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Jose, Your license ID is not the same thing as your email. License ID was probably emailed to you for the trial. Are you using the VDI trial (Skytap image) or a trial on your local machine? There are 4 components to know License ID - Emailed to you License Password - Emailed to you Username ...
Posted By ZACHARY SILVERSTEIN Sun May 16, 2021 01:39 PM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Here's a similar issue that i resolved with the code below. Math.Pow(Convert.ToDouble($(vInteger)),2) -The reported problem happens because .NET does not understand IBM RPA's Numeric type (i.e. the type vInteger is declared as). So when the underlying engine behind evaluate command tries ...
Posted By ZACHARY SILVERSTEIN Thu May 06, 2021 05:34 PM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi everyone, You can watch the on demand recording here and download the slides here. Please share any of your questions below. ------------------------------ ZACHARY SILVERSTEIN ------------------------------
Posted By ZACHARY SILVERSTEIN Fri July 31, 2020 05:25 PM
Found In Egroup: BPM, Workflow, and Case
\ view thread
Hi Ivan, There is a Swagger UI and a REST API Tester generally available at the URLs listed below. Swagger - /bpm/explorer/ Swagger API Info REST API Tester - /bpmrest-ui/BPMRestAPITester/index.jsp BAW REST API Knowledge Center ------------------------------ ZACHARY SILVERSTEIN ...