Discussion
Pegasystems Inc.
US
Last activity: 17 Nov 2022 7:40 EST
Robotics Tip of the day: Add a constructor
Tip #39: .NET has lots of useful classes that you can use in your automations. To add an instance of one of these classes to your project, add a constructor for the type to your automation.
Drag the Add a constructor option from the toolbox to an automation, pick the type you want to create from the Pick type dialog, and rename the new object.
In your automation, after the Create executes, an instance of the class is created and you can access the properties, methods, and events of the new object.
Note: Click here to see the latest Tip of the Day and a list of all prior tips.