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
Category: vDesigner
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
Days Dif From Now
Introduction This function calculates the time difference in days by performing the subtraction between the current day and the user-defined day. It picks the current day (date) from the user’s system or device (for example, laptop or mobile phone). The user-defined day can be a date that the user enters in the element, or the… Continue reading Days Dif From Now
Concat
The CONCAT function is used to combine (concatenate) two or more string values into a single string. It is commonly applied in scenarios where multiple text inputs or variable values need to be merged into a unified string output. Use Case On an application page, there are two input fields: When the user enters values… Continue reading Concat
ISNULL
The ISNULL function checks if an element, attribute, system variable, or other object type contains a null value (i.e., no value assigned). If the object is null, the function returns true. If the object contains any value, including an empty one, it returns false. Use Case: The ISNULL function is used to validate mandatory fields… Continue reading ISNULL
Get Enum Object
Introduction The GETENUMOBJ function fetches the data from a mapped enumeration or enum type or object. After the GETENUMOBJ function fetches the data from the enum type, you can use it as follows: Apart from these functional scenarios, you can use the enum data in several functional requirements. For instance, you can collaboratively use the… Continue reading Get Enum Object
ISEMPTY
You can use the ISEMPTY function to check if an element, attribute, system variable, or other object type contains no value or is empty. If the ISEMPTY function finds that an element, attribute, system variable, or other object type is empty, it returns the true Boolean value. If the ISEMPTY function finds that an element,… Continue reading ISEMPTY