The Download Excel task enables users to export data from the application into an Excel file format. It is particularly useful for generating structured reports, summaries, or data sheets for further analysis or record-keeping. Common Uses Configuration When you create a task, its configuration page opens in which you define its basic and advanced properties.… Continue reading Download Excel
Blog
Generate SSO Token
The Generate SSO Token task is used to create a Single Sign-On (SSO) token, allowing users to access the application without requiring a password. The token includes user-specific data, such as their email address and system-related details, enabling secure communication between systems during the SSO process. Common Uses: Configuration When you create a task, its… Continue reading Generate SSO Token
Setting Build Properties for Application in vDesigner
Before you create a build for the application designed in vDesigner, you need to configure several properties at the following levels: To configure the build settings: Android Settings Android Settings Description Upload Icon () Click the plus icon to select the icon of the application from the local drive. Upload a Splash Icon Click Browse… Continue reading Setting Build Properties for Application in vDesigner
Enumeration
An enumeration is a programming concept. In the Data Modeler module, an enumeration can be treated as an object or data type. The enumeration type is also abbreviated as enum. In the enum object, you need to define the following: In the enum object, the key represents the name of the enum member, while the… Continue reading Enumeration
Child Invisibility
The Child Invisibility Task allows you to replace one child entity with another within a specific page or layout. This is useful for dynamically updating or customizing the displayed content based on user interactions or other conditions. To configure this task, you must specify the page layout, row and column indices, and component IDs of… Continue reading Child Invisibility
Invisible
The Invisible Task hides a specific element from the end user while keeping it part of the page structure. This task ensures that the element remains in the application but is not displayed to the user. To apply this task, you need to specify the page, layout, row, and column containing the element. Common Uses:… Continue reading Invisible
Visible
The Visible Task is used to make a specific element visible to the end user. By applying this task, the application displays the element, ensuring it is accessible for interaction or view. You can configure this task by selecting the page, layout, row, and column where the element resides. Common Uses: Configuration When you create… Continue reading Visible
Disable
The Disable Task is used to make a specific element inactive, preventing user interaction with it. This task ensures that the element remains visible but is not editable or clickable, maintaining control over the application’s functionality and workflow. To make the control or element inactive, you need to select the page, layout, row, and column… Continue reading Disable
Enable
The Enable Task is used to make a specific element in the application active and functional, allowing end users to interact with it. This task is particularly useful for creating dynamic workflows where certain elements are activated based on user actions or predefined conditions. Common Uses: Configuration When you create a task, its configuration page… Continue reading Enable
Navigate
The Navigate Task in Vahana vFlow 2.0 enables seamless page or view transitions within the application. This task facilitates user movement between different screens, modules, or sections of the application, making it integral to creating dynamic and user-friendly navigation flows. By configuring navigation actions, you can guide users through a logical workflow, enhance the user… Continue reading Navigate