FUNCTION NAME FUNCTION NAME FUNCTION NAME FUNCTION NAME FUNCTION NAME AVG SUM PRODUCT DIVIDE POW FACTORIAL SORT ISNULLOREMPTY MAX MIN ISALPHANUMERIC DATEDIFFHOURS FLOOR CONCAT SUBSTR HEX CONTAINS UPPER LOWER ISALPHA CURRENTDATETIME CAST ROUNDUP ROUNDDOWN MOD LOG STATIC CEILING TRUNCATE FORMATNUMBERLOCALIZEDPATTERN ADDMINUTES ADDSECONDS HOUR MINUTES SUBHOURS SUBMINUTES SUBSECONDS WEEKDAY LEFT RIGHT ISNUMERIC TRIM MID CONTAINSALL LEN… Continue reading List of vDesigner Functions
Category: vDesigner
Different Selections in Smart Selector
In the smart selector, you can select an item to configure a property, implement a business rule, map an item (for example, an element or entity) for data manipulation, and others. You can select an item in the smart selector as follows: Selecting an Element You can select an element to define a condition in the… Continue reading Different Selections in Smart Selector
An Introduction to Smart Selector
In the vDesigner module, the smart selector is an input field-based utility that allows you to select the following in the input field element: In the smart selector, you select an element, entity, attribute, and others so that you can map the selected item to the other item or configure a property. In general, you… Continue reading An Introduction to Smart Selector
Open Device Settings
The Open Device Settings task checks whether the necessary device permissions are granted for the application to function properly. If a required permission, such as camera access for video KYC, is not granted, this task redirects the user to the relevant device settings page, allowing them to enable the required functionality. Common Use Cases When… Continue reading Open Device Settings
Check Permission Function
The Check Permission function verifies whether a specific device permission (e.g., Camera, Location, Notifications) is granted. It returns a Boolean value (True if granted, False if denied), allowing applications to determine whether to proceed with an action or request permission. Common Use Cases When to Use Use the Check Permission function within the Open Device… Continue reading Check Permission Function
Delete Media
This task deletes media based on the configured identifiers or file path. By using the configured identifiers or file path, it deletes the media from DMS (Document Management System) or a specified file path. When you configure properties to delete the media, you also choose one of the following deleting options: The Delete Media task’s… Continue reading Delete Media
Fetch Media
This task fetches media from DMS (Document Management Server) and stores it in a specific location. When you configure this task, you also define an output location. After it fetches the media, it stores it in the output location. Steps to Configure PropertyName Description Mandatory Reference Name The reference name specifies the name of the… Continue reading Fetch Media
File Picker
This task picks one or more files from the end user’s device and then stores them in a configured location. When you configure the File Picker task, you also configure a file storage location. After the File Picker task picks the file from the user’s device, it stores it in the configured location. If you… Continue reading File Picker
Functions Data Type
The vDesigner module provides several in-built data types to impart computational capabilities to the application designed in it. You can use these data types when you use vDesigner functions to implement application-related functionalities. You use vDesigner functions to create a business rule, configure a task, and in other activities. The vDesigner module provides the following… Continue reading Functions Data Type
Haptic Feedback
You can apply this task to impart the characteristic of the tactile sensation (sense of touch) to the application. By using the tactile sensation, the application interacts with the user through the sense of touch (vibration, forces, or motions). For instance:- When you get a notification on your phone, it vibrates to alert you. The… Continue reading Haptic Feedback