The Delete Record action is used to delete an existing record from the database on a form or data entry screen.
With this action:
You can remove specific records from a data set.
You can make your database more organized by removing unnecessary or outdated data.
By working integrated with MSSQL and Oracle database systems, you can provide effective data management without changing your existing database infrastructure.
Delete Record action is supported in web and mobile apps.
Add Delete Record Action
Log in to the Kuika platform and open the project you will work on from the Apps screen.
Switch to the UI Design module and open the Properties panel on the right side.
Click on the + ADD ACTION drop-down menu.
Select Initial Actions → Managed DB → Delete Record.
Configure the following fields from the drop-down menu:
Select Table: Select the database table from which the deletion will be performed.
Id: Specify the unique ID (Id) of the specific record to be deleted.
By following these steps, you can successfully configure the Delete Record action on the Kuika platform.