cancel
Showing results for 
Search instead for 
Did you mean: 

Code Stages

jgregor4
Level 6
can anyone recommend a good place to start to learn more about code stages (VB/C#)? I would like to use these more but don€™t know where to start with writing them 
1 REPLY 1

John__Carter
Staff
Staff
Probably a generic .Net programming course. In BP terms the key things to remember are that name spaces and references to other code libraries set up on the Initialise page, in the 'page name' properties. You can put global code in there too. But really to use code stages you need to know how to write traditional code, rather than RPA logic.