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
- Banking Applications for Data Management:
- Customer Information Updates: Remove outdated or incorrect customer details from records.
- Transaction Reversal: Delete a mistakenly added transaction record during manual data entry.
- Workflow and Data Cleanup:
- Loan Application Corrections: Eliminate duplicate or invalid co-applicant entries in a loan processing table.
- User Access Management: Remove unauthorized or inactive user entries from an access control list.
This task is crucial for maintaining data accuracy and ensuring that application data reflects only valid and relevant information.
Configuration
When you create a task, its configuration page opens in which you define its basic and advanced properties. These are as follows:
Basic
Basic Properties | Description |
Task Type | The Task Type indicates what kind of task you are creating. This is a read-only field since you select the type when you create the task and cannot change it during the configuration stage. |
Reference Name | The Reference Name acts as a unique internal identifier for the task. This is visible to vFlow users for ease of reference but is hidden from end users. This allows users of the platform to manage and differentiate between tasks conveniently. |
Name | The name defined here will be displayed to the end user. |
Description | The Description field is intended for use by application designers or administrators (vFlow users) to provide additional context or details about the task group. This description is not visible to end-users and is used solely for internal reference to assist with task management. |
Loader Properties – Title | |
Loader Properties – Description | |
Business Rule – Rule | This drop-down allows you to specify a Business Rule that governs when and how this task executes, offering more fine-grained control over task execution. If the specified condition is met, the task will execute; otherwise, it will not. |
Properties
Data Path
Insert data path to delete node from object Eg. getVal(“tempObject.name”)
In the getVal(“tempObject.name”) data path, role is the array type JSON object. When the Delete_Object task executes, it deletes a set of data in the role object in the data source.