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.
Author: Tanmay Saxena
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
Debugger 2.0
Introduction The Debugger in vFlow 2.0 is a tool for analyzing and troubleshooting runtime applications. It allows users to inspect application configurations, including pages, system components, components, and elements, and compare backend configurations with application settings. It also provides details on user data, temporary objects, entities, and event executions. The Debugger includes an interface for… Continue reading Debugger 2.0
Firebase
The Firebase Crashlytics SDK provides real-time crash tracking and reporting, helping prioritize and resolve app stability issues efficiently. With a lightweight file size of just 100KB, registering it is quick and simple. Get started by navigating to the SDK Manager Module, selecting the ‘Firebase’ card, and clicking Register—it’s that easy!
Tech5
The Tech5 SDKs offer cutting-edge biometric authentication capabilities, including fingerprint and face recognition, designed for secure identity verification and large-scale identity systems. These SDKs are lightweight and easy to integrate, making them ideal for enhancing application security and functionality. With simple registration steps, users can quickly activate the Tech5 – Fingerprint SDK (75MB) for fingerprint… Continue reading Tech5
Registering SDK
Overview There are different SDKs that serve different purposes on the vahana platform while making an application through vDesigner or vFlow. While registering some of them is as easy as clicking the register button, registering others may require you to fill in some information such as its API keys, Authentication Token or Licence Keys, et-cetera.… Continue reading Registering SDK
Invoke SDK
The SDK Task feature allows users to integrate and configure specific SDK functions into their workflows. Once an SDK is registered using the SDK Manager, users can add tasks linked to the SDK’s functions to their application. This functionality ensures that SDKs can be used effectively to meet diverse use cases. Key Features and Workflow… Continue reading Invoke SDK
SDK Manager
Overview The SDK Manager module is a centralized tool that allows users to manage software development kits (SDKs) essential for integrating third-party services and extending application functionality. It offers features for registering, managing, and de-registering SDKs, ensuring streamlined updates and maintenance while providing comprehensive SDK information. The SDK Manager icon is prominently displayed in the… Continue reading SDK Manager
Element Group
In the vFlow module, the Element Group is designed to organize multiple elements into a cohesive group, enabling better layout management and interaction control. It helps streamline the user interface by logically grouping related elements, improving readability and usability. Common Use Cases: Configuration The element’s configuration in vFlow 2.0 allows you to customize its behavior,… Continue reading Element Group