The Evolute – Fingerprint SDK enables biometric authentication using fingerprint recognition for secure identity verification. It is designed for applications that require high-precision fingerprint scanning, such as banking, government, and enterprise security systems. Steps to Register: Task Properties Following are the task properties: Finger Count The number of fingers detected (or the number of times… Continue reading Evolute -Fingerprint
Category: Design
Precision – 1000
The Precision – 1000 SDK provides advanced biometric authentication, supporting fingerprint recognition for secure identity verification. It is designed for applications requiring high accuracy and reliability, such as banking, security, and government services. Steps to Register: Task Properties Following are the task properties: Finger Count Number of fingers to be scanned. Finger Type Type of… Continue reading Precision – 1000
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
Asset Manager
Since the configuration and properties of the asset manager are almost the same for both vFlow 2.0 and vDesginer, you can click here to read about Asset Manager.
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. Common Use Case On an application page, there are two input fields: When the user enters… 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
ISNUMERIC
This function checks characters in a string-type value. When you use the ISNUMERIC() function to check characters in a string, you can fetch the string from an attribute or element. If it finds that the string contains numeric characters, it returns the true Boolean value. If it finds that the string does not contain numeric characters, it returns the false Boolean… Continue reading ISNUMERIC