Question
3
Replies
70
Views
Posted: March 14, 2018
Last activity: March 15, 2018
Closed
Writing VB.net
Hi,
How can we write VB.net code in Script component in Pega Robotics.
Thanks and regards,
Akash
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Hi,
How can we write VB.net code in Script component in Pega Robotics.
Thanks and regards,
Akash
Hi Jeff,
And how we add a component externally using vb.net.Can You please illustrate this with an example.
Thanks
Akash
There isn't really an example we could provide since the component is your own code. Just be sure it is of the Type Component. Once you write your component, place it in the installation directory of Studio. On the Toolbox window in Studio, you can right-click and select your component from here and add it to your Toolbox to be added to your automation/global container/etc.... All of your public properties, methods, and events should be available in the Object Explorer window to use like any other component (StringUtils, CredentialStore, etc...).
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.
VB scripting is no longer supported. You could write a component externally using VB.Net, however.