The Static function assigns a constant value—such as a number, string, integer, boolean, or other primitive type—to a field within a workflow. Unlike dynamic values that depend on user input or logic, a static value stays the same unless manually changed. It is commonly used to initialize fields with default or predefined values during form… Continue reading Static
Author: Tanmay Saxena
General Settings
The General Settings menu is a central place in vDesigner 2.0 where users manage core app configurations. It’s divided into two main sections: Basic Section This section handles all foundational settings related to the application. Its key features include: Use this section to configure all high-level app settings. This is how Basic Section may look… Continue reading General Settings
Attributes and Attribute IDs
What is an Attribute? An attribute represents a specific piece of data associated with an entity in Data Modeler. It defines the type of information an entity holds, such as text, numbers, images, or colors. Example: Consider an entity called Employee with the following attributes: {“Decimal Tech” :[ { “EmployeeID”: “E001”, “Name”: “John Doe”, “Age”:… Continue reading Attributes and Attribute IDs
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
Subcomponent
The Subcomponent element allows one component to be embedded within another while retaining its original properties. This enables reuse of components across different sections of the application. For example, suppose a Table component needs to be displayed within a List component. In that case, a Subcomponent element can be created under the List component, and… Continue reading Subcomponent
Watermark
The Watermark functionality in the Open Camera Task in vDesigner allows users to overlay custom text or images on captured media. It can be used to embed tracking details, timestamps, and other identifiers in the video or image. Users can configure its position, alignment, and appearance based on requirements. Use Cases When to use Watermark… Continue reading Watermark
Deep Linking
Deep linking is a mechanism that enables seamless navigation within the application, between different applications, and to the specific pages of the application using URL, improving user experience and engagement. Uses Cases: When to use Deep Linking The primary reason for introducing deep linking is to streamline workflows by allowing users to directly access specific… Continue reading Deep Linking
Forus SDK
The Forus SDK enables biometric authentication and identity verification with a no-contact photo capture solution. It supports face recognition, liveness detection, and other features while offering high customization. Steps to Register: Task Properties Detect Eye Blink Enables the detection of eye blinks. Detect Smile Enables the detection of smiles. Face Capture Time Limit(Sec) Sets a… Continue reading Forus SDK
Horizontal Divider
The Horizontal Rule element adds a visual separator in the interface, helping to distinguish sections or break content into organized parts. It enhances readability and structure without adding extra complexity. Common Use Cases: Configuration The element’s configuration in vFlow 2.0 allows you to customize its behavior, appearance, and interaction across various devices. Through simple settings,… Continue reading Horizontal Divider