Understand about the AVEVA Mobile Operator Extensibility SDK
- Last UpdatedApr 15, 2025
- 2 minute read
First, there are several key concepts and detailed explanations regarding AVEVA Mobile Operator's import / export procedure with which a user of this SDK should become familiar. They have been reproduced here since the creation and manipulation of data in the AVEVA Mobile Operator database by this SDK employ the same methods, and abide by the same restrictions, as the import / export process. Refer to the following sections for details on this process:
Security
Since functions used by this SDK access the AVEVA Mobile Operator database through a user account, please refer to the following section of the guide to ensure that the user accounts you intend to use for SDK work have the appropriate permissions for your application(s):
How-To Guides
Several of the functions available through this SDK are complex enough to require a detailed section explaining how they work, and demonstrating the affects they have. This help document contains the following "how-to" guides:
- Create a custom integration
- Create a DTS Provider
- Create a Management Center Snap-In
- Generating Client Proxies
- Creating a Custom Function
- Creating a Custom Mobile Action
- Creating a Custom Mobile Integration
- Creating a Custom Action
- Localization Support for Custom Integrations