Child Invisibility

You can apply this task to replace a child entity with another on a specific page. To replace a child entity, you need to configure the page layout, row and column indices, and component IDs of the old and new entities. To configure the Child Invisibility task: Property Description Source Under Source, you need to… Continue reading Child Invisibility

Add Custom Style

You can use this task to impart a custom style to the page, component, or element. The style includes several style-based properties, such as the font’s color, size, type, background, animation, and CSS file-based properties. To configure the Add Custom Style property: Property Description Select Type Click this list and then select one of the… Continue reading Add Custom Style

Close Popup

You can apply this task to close the currently opened dialog box or popup screen in the application. After this task is executed, it closes the currently opened dialog box without manual intervention. To configure the Close Popup task: Field Description Name In this field, enter the task’s name (For example:- closepopup_tsk). Sequence In this… Continue reading Close Popup

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