You can use this task to implement the logout feature in the application. To configure the Logout task: Field Description Name In this field, enter the task’s name (For example:- logout_tsk). Sequence In this field, enter a numeric value (For example:- 1, 2, or 3). This value specifies the sequence number. The task will execute at… Continue reading Logout
Category: Design
Authentication
You can apply this task to implement the login functionality in the application. When this task is executed, it invokes the Auth_Vahana service to authenticate the login request. The Auth_Vahana service captures the request details and then validates the login details. To implement the login functionality, four types of parameters are configured: To configure the… Continue reading Authentication
Fetch Media Object
You can use this task to fetch the media object from the S3 server. When this task is executed, it fetches the media file from the S3 server and then displays it to the user. To fetch a specific media or a specific set of media files, the Fetch Media Object task provides several identifiers.… Continue reading Fetch Media Object
BR Validation
You can apply this task to implement the decision-based application function. When you configure this task, you need to create a business rule. In the business rule, you need to define a condition. When this task is executed, the user-specific function is checked against the condition in the business rule. If the business rule’s condition… Continue reading BR Validation
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.