Vahana Academy

Capture Current Location

The Capture Current Location Task enables the application to fetch and store the user’s current geographical location using GPS or similar location services. The captured location can be utilized for various purposes, such as verifying the user’s location or enhancing application functionality. Common Uses Configuration When you create a task, its configuration page opens in which you… Continue reading Capture Current Location

Copy Data

The Copy Data task allows you to transfer data from a source element (e.g., a text box or field) to one or more destination elements within the application. This task is useful when data needs to be reused or auto-filled across multiple fields, minimizing user input. Common Use Cases in Banking Applications: Configuration When you… Continue reading Copy Data

Copy To Clipboard

The Copy to Clipboard task allows the application to copy a specified value or data directly to the clipboard of the user’s device. The user can then paste this data into another application or field. This task is typically used for quick access to critical information. Common Use Cases: This task simplifies user interactions by… Continue reading Copy To Clipboard

Invoke Entity

The Invoke Entity task is designed to refresh specific components, forms, or elements within an application page. You can also configure it to refresh the entire page, ensuring that all included elements are reloaded and updated. Common Uses This task is essential for maintaining data consistency and ensuring dynamic, user-friendly interactions within the application. Configuration… Continue reading Invoke Entity

Add Custom Style

The Add Custom Style task allows you to change the appearance of a page, component, or element by applying specific styles. These styles can include font color, size, type, background colors, animations, or even advanced styles defined in a CSS file. Essentially, it customizes how something looks in the application. Common Uses: This task helps… Continue reading Add Custom Style

Business Rule

The Business Rule Validation Task is used to implement conditional functionality in the application. It evaluates a predefined condition, and based on whether the condition is met, the application decides the next steps. For instance, this task acts like a checkpoint: Common Uses: This task enables dynamic workflows by aligning actions with predefined business logic,… Continue reading Business Rule

Close Popup

The Close Popup Task is used to automatically close any currently opened dialog box or popup screen within the application. It ensures that the popup is closed programmatically without requiring the user to manually dismiss it. Common Uses: This task is essential for maintaining a seamless user flow by handling popups dynamically. Configuration When you… Continue reading Close Popup