Vahana Academy

Onload Disable

You can apply this task to display the component or element as inactive (disabled) after the application loads the related page. For example:- You can use this task to display the Create User button as inactive or disabled after the non-administrator user accesses the application. To configure the Onload Disable task: Field Description BR Name… Continue reading Onload Disable

Custom Load

You can apply this task at the component or element level. When you configure this task, you need to define a business rule. In the business rule, you define a condition. The business rule checks user’s action against the condition. If the condition is satisfied, the application performs the expected function after it loads a… Continue reading Custom Load

Delete Object

You can use this task to delete a row from the table or a set of data from the FV (Functional View) component. To configure the Delete Object task: In the getVal(“tempObject.array1”) data path, array1 is the array type JSON object. When the Delete_Object task executes, it deletes a set of data in the array1 object in the data source.

Add New Object

You can use this task to add a new row of data to the table or display a set of data in the FV (Functional View) component. When this task executes, it creates a set of data in the data source. To configure the Add New Object task: In the getVal(“tempObject.array1”) data path, array1 is… Continue reading Add New Object

Group Control Copy

When this task executes, it copies the value from a source path to one or more destination paths. It also provides the additional feature to group several Copy Control tasks. To configure the Group Control Copy task: Property Description Type Click this list and then select one of the following options:1. FixedIf you select this… Continue reading Group Control Copy

Control Copy

When this task executes, it copies the value from a source path to one or more destination paths. For instance:- you can use this task when you want to copy the value of a text box to another text box. To configure the Control Copy task: Property Description Type Click this list and then select… Continue reading Control Copy

Invoke Entity

When this task executes, it refreshes the component, form, or elements on the application page. Also, you can configure this task to refresh a page. In the application, when a page is refreshed, all elements that were added to the page are also refreshed. To configure the Invoke Entity task: Property Description Current Page Refresh… Continue reading Invoke Entity

Control Filter

This task displays a subset of values in the control. When this task executes, it fetches a subset of values from the data source and then displays them in the control. To configure the Control Filter task: Property Description Element ID Click this list, and then select the element where you want to display a… Continue reading Control Filter

Control Invisible

When you apply this task to a specific element, it makes the element invisible to the user. Although the element is added to the page, the application does not display the element to the user. To make the control or element invisible, you need to select the page, layout, row, and column that contain the… Continue reading Control Invisible

Control Visible

When you apply this task to a specific element, it makes the element visible to the user. To make the control or element visible, you need to select the page, layout, row, and column that contain the element. To configure the control visible task: Note:- Under Configuration, different tabs, such as Control Path 1, Add… Continue reading Control Visible