The Group Copy task is an advanced version of the Copy Data task. While it performs the same function of copying data from a source path to one or more destination paths, it allows multiple Copy Data tasks to be grouped together and executed simultaneously. This grouping enables efficient data transfer across multiple fields or… Continue reading Group Copy
Blog
Delete Object
The Delete Object task enables the removal of a specific row from a table or a set of data displayed in the Functional View (FV) component. When executed, it interacts with the data source to delete the specified data entry, ensuring precise and efficient data management. Common Uses This task is crucial for maintaining data… Continue reading Delete Object
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
Add New Object
The Add New Object task allows you to dynamically create a new row of data in a table or display a new set of data in the Functional View (FV) component. When executed, this task interacts with the data source to generate and populate a new data entry, enhancing flexibility in data handling and real-time… Continue reading Add New Object
Filter
The Filter Task is used to display a subset of values in a control (like a select, multi-select, table, list, et-cetera) based on specific criteria. When executed, it retrieves the relevant data from the data source and dynamically filters the displayed values according to the defined conditions. Common Uses: This task enhances usability by allowing… Continue reading Filter
Custom Load
The Custom Load task is used to conditionally load components or elements on a page based on a predefined business rule. This task allows for dynamic behavior, ensuring that specific elements are displayed or triggered only if certain conditions are met after the page loads. Common Uses: The Custom Load Task ensures tailored user experiences… Continue reading Custom Load
Download As ZIP
The Download As ZIP task enables users to download multiple documents or files grouped together in a compressed ZIP format. This task is handy for organizing and efficiently providing bulk file downloads. Common Uses: Configuration When you create a task, its configuration page opens in which you define its basic and advanced properties. These are… Continue reading Download As ZIP
Download Excel
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