Mobile Configuration
Learn how to use the components provided by the ZUSDEL delivery platform to build mobile applications.
It is a fast and comprehensive solution designed to create mobile applications for your workforce. The program can connect to your database and APIs, allowing you to create a variety of mobile interfaces using a rich set of components and interactions.
Step 1 : Create Application
Open Application Management to create new application.
Fill in apppicaiton name, select application icon, background color and confirm.
Step 2 : Create Folder And Pages
Create a new folder to categorize and consolidate pages.
You can create new pages by clicking the 'Add Page' button or by right-clicking on a folder and adding a subpage
Step 3 : Assemble Component
Using a variety of components with drag-and-drop method to assemble components on the page.
Start by adding a grid layout to the page, and then include page elements such as images, lists, and text,etc.
Step 4 : Data Binding
In the mobile page list, you can also bind a data model to fetch business data.
Add text to the page, and you can bind fields from the bound data model within the text.
Step 5 : Data Interaction
A Open Page
Click recruit information icon, then skip to the detail information page.
Configure the click event and setting the page action is "open pages".
Then select the needed open pages in the list. Select routing method to "navigate to page content"
B Data Interface Integration
You can configure the interface name, fields, and return values. Fields can be bound to page variables, enabling the integration of internal data interfaces.
Based on the content of the return value, provide different page feedback.
In the case of success, open the success page and display Sign-up Successful page.
In the case of failure, display the reason for failure on the page.