After this task executes, the control becomes visible. This task is applied on the specific control or entity. After user performs the action on that control, another control becomes visible as a result of user-action. For instance: – If the user selects a state from the drop down list, another drop down list with the… Continue reading Control Visibility
Category: V1
vDesigner 1.0 hierarchy
Control Editable
This task executes to make a control active (editable) as a result of user action or any other event. After the control becomes active, the user can perform the function on the control. If you want to make the control active (disable) by applying this task, the Is Enabled property of the element should have… Continue reading Control Editable
Control Disable
This task executes to make a control inactive (disabled) as a result of user action or any other event. After the control becomes inactive, the user cannot perform function on the control. If you want to make the control inactive (disable) by applying this task, the Is Enabled property of the element should have Yes… Continue reading Control Disable
Business Rule Validation
This task works as a simple business rule that you build and apply several times while designing a mobile app in the vDesigner application. Business rules are applied to satisfy a condition. Business rules are used in multiple scenarios such as data validation, authentication, sending OTP and user credentials, and others. If the condition of… Continue reading Business Rule Validation
API Integration
This task is applied when you want to invoke an API as a result of specific user action such as click a button or selecting a value in the list. After an API is invoked to perform a function, it captures the data from the respective fields and then stores it in the database, or… Continue reading API Integration
Export db
When you apply this task, it automatically creates a native database of the mobile app in the mobile phone device. The export db task creates SQLLite database in the mobile phone device and stores all configuration related information of the mobile app in the database tables and view. When this task executes, the SQLLite database… Continue reading Export db
Save
This task is used to virtually hold the data values in the JSON data format after the user enters respective data values in text boxes on specific form. The advantage of the Save task is that after the user enters data values in the respective text boxes and then navigates to the next form, the… Continue reading Save
Form ID
You assign this task when you want the mobile app user to navigate to the other form. After the user taps a UI to perform a function in the mobile app, the specific form or mobile app page opens. To display a form as a result of user-action, you need to map the form ID… Continue reading Form ID
Introduction
The vDesigner application provides you multiple actions that you can apply/assign on different UI ((User Interface) items and other components. You can assign the action to impart intended functional behavior to the UI or component. The selection of task that you want to assign to the user interface depends on the type of the function… Continue reading Introduction
Applying Hamburger Drawer to Form
When you add multiple menu items to the hamburger drawer, you have two choices: either you can use default DRAWER_HOME hamburger or you can create a new hamburger. After you design a hamburger menu by adding new menu items to it and then assigning actions to each of the menu items, you can use the… Continue reading Applying Hamburger Drawer to Form