When you configure a dashboard card, you can determine which list the card will display after the mobile app uploads the dashboard. You can achieve same objective by applying the List View task. When this task executes, it displays the list as a result of user-action. When you configure the List View task, you also… Continue reading List View
Category: vDesigner Actions and Tasks
Validate Form
You can use this task to build and apply a validation rule at the form level. When you configure this task, you can also configure a message that the app displays if the validation rule is satisfied. When a user performs the function in the form, the validation rule checks the user’s function. If the… Continue reading Validate Form
JSON Reset
You can apply this task to clear the JSON object. You can apply this task anywhere in the mobile app workflow. It means that you can clear the data of any absolute JSON path or array-type JSON object. When you configure this task, it allows you to clear the JSON object at the control level.… Continue reading JSON Reset
Clear Control Data
This task is used to clear the current data of specific control or group of controls. You can apply this task on form or page level. When the Clear Control Data task executes, it clears the current data of controls and elements by replacing it with the NULL value that is enclosed by double quotes… Continue reading Clear Control Data
Location
This task is applied to capture the location of the mobile phone. When this task executes, it captures the latitude and longitude coordinates of the current location of the mobile phone and stores them in the configured JSON object. To apply the location task: Box Description Absolute JSON Path In this box, enter the JSON… Continue reading Location
Enable In App Messaging
When you apply this task, it enables the features of messaging-based notification. As a result of applying this task, the mobile app starts receiving and sending notification. To apply the Eanble in App Messaging task:
Record Sync
When this task executes, it syncs all un-synced records at the database level. It allows you to sync the records based on the “Where…†clause condition of the SQL query. On the basis of the “Where…†clause, the Record Sync task picks the un-synced records from the respective service and then sync them. To apply… Continue reading Record Sync
Reload App Config
When this task executes, it reloads the latest configuration in the mobile app. The benefit of applying the Reload App Config task is that the user needs not to kill the current session of the mobile app to reload the app configuration. After the user performs the function to reload the latest app configuration, this… Continue reading Reload App Config
Delete Current Child Object
When this task is applied, it deletes currently selected child object. When user performs the action to delete currently selected object, this task executes to capture the value of currently selected object and then searches the object in the array type JSON object. If the object is found in the JSON array, the Delete Current… Continue reading Delete Current Child Object
ID Generation
This task is applied to randomly generate a unique ID as a result of user action. When this task executes, it automatically creates a unique numeric ID and then stores it in the object that you configure while applying this task. When a user designs a mobile app in the vDesigner application, the ID generation… Continue reading ID Generation