In the vDesigner application, you can use this task to incorporate the feature of Google map in the mobile app. While configuring this task, you need to provide specific values of latitude and longitude coordinates respectively. When this task executes, it opens the map on the mobile app, in addition to the location of the… Continue reading Open Map
Category: V1
vDesigner 1.0 hierarchy
Load New Object
This task is commonly applied to track and manage end-user’s journey in the mobile app. The term journey specifies the functions and actions that the user performs in the mobile app. When Load New Object task executes, it automatically loads the JSON object. While configuring this task, you select the JSON object that you want… Continue reading Load New Object
View Sync Details
This task is applied to view the number of synced and un-synced records on the mobile app. When this task executes, it displays the number of synced and un-synced records on the mobile app. In comparison of Update Sync Status task, this task has broader functional scope. It maintains the number of synced and un-synced… Continue reading View Sync Details
Update Sync Status
When you apply this task, it updates the sync status. It captures recently updated number of synced records. This task is mainly applied at the application level so that the vDesigner application user can track the records and data that are synced at the API and database levels. After the data is successfully synced, it… Continue reading Update Sync Status
Exit
When this task executes, the mobile app user exits the app. The difference between the Logout task and the Exit task is that after the Logout task executes, the user logs out the app and needs to log in to the mobile app to access it again. After the Exit task executes, the mobile app… Continue reading Exit
Logout
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
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