Summary
In this chapter, we learned about the most commonly used SDK core library classes and learned about the one functional extension library, which is the SSO library. The SDK core classes are very useful when developing the automation solution for any business process. You must look at these classes for available methods before writing your code to implement any functionality of a business process. For example, there are many methods provided by the ctx.string
class that can be used instead of writing code to manipulate strings.
As you have understood by now, the SDK classes are included in the project source. That makes the project code complete and independent of the machine where the project is deployed for running. It is important to note that when Desktop Studio is upgraded, the version of the SDK is also likely to be updated to the new version. It is unlikely that the newer version of the SDK does not support code generated with the previous version of the SDK, but it...