SCM Mobile API
Use of the Mobile API for custom mobile processes enables you to access to a mobile object and its functions. You can use the functions in your client scripts to work with data in components or elements of mobile pages. You can configure your custom client script in the Client Function mobile action, which runs its function. For more information about this action, see Mobile Pages, Actions, and Configurations.
When you create a custom client script, you can use the Mobile APIs in the following categories:
Note the following guidelines for creating custom client scripts with Mobile APIs:
-
All functions must be bundled in a module inside a function expression, with the module returned at the end.
-
To pass data into a function, you can configure the input parameters on the Mobile -Action page of the Client Function action. The values are resolved and passed as arguments.