After this task executes, it terminates the current user-session, and the mobile app user logs out of the mobile app. To access the mobile app again, the user needs to log on the app. You can apply this task to incorporate the logout feature in the mobile app. The logout task is commonly applied to… Continue reading Logout
Category: Design
Sync Table
This task is applied to sync the services that you deploy on the Vahana platform. After the service is synced, it interacts with the mobile app and other UI based panel. To apply the sync table task: After you apply the Sync Table task, the sync service is successfully synced and then can interact with… Continue reading Sync Table
Copy Value
This task is applied to copy the value of one object to another. When this task executes, it copies the value of source object to the destination object. To copy the value, you need to provide the JSON path of the source and the destination objects. To apply the copy value task: Box Description Copy… Continue reading Copy Value
Control Invisibility
This task is applied to make the control invisible after the user performs a function on the mobile app. To make the control invisible, the Is Visible property of that control should have Yes as selected option. To apply the control invisibility task:
Delete Current Child Object
This is very unique task in the vDesigner application. When this task executes, it deletes the entity/control/record that the user has currently selected to delete. To apply this task, you need to provide the JSON path of that parent entity under which you add multiple objects such as form, card, list, elements, and others. In… Continue reading Delete Current Child Object
Control Visibility
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
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