Customizing a Mobile Workflow Package

Use JavaScript code to customize the Mobile Workflow application.

  1. Use the Mobile Workflow Package Generation wizard to generate the Mobile Workflow package and its files.
    When the Mobile Workflow package is generated, the Custom.js file is generated if not already present in the project. The Custom.js file is located in Generated Workflows\<workflow_project_name>\html\js.
  2. Right-click the Custom.js file and select the editor with which to open the file.
  3. Add your JavaScript code.
    See the Developer Guide for Mobile Workflow Packages for information about the types of customizations that are supported and the available API methods.
  4. Save and close the Custom.js file.
    Since the Custom.js file is generated only if it is not already present in the Mobile Workflow project, this file will not be re-generated if you subsequently re-generate the Mobile Workflow package, so any modifications you make are preserved.
  5. Deploy the Mobile Workflow package to Unwired Server.