Action Button to delete an item from de Record, but not from the DataBase

Is it posible to configure the action button "Delete Item" so it just deletes that item from the Record, but not from de Database? Do I do that from the process model?

Thank you!

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Senior Developer

    All the data that is being displayed in your record is representation of your data present in the database. Any action you perform on the record data will definitely have effect on the DB. Updating and Deleting actions are something to that we use only to make changes in the database. Instead you can try to hide the data from the record using filters.

Reply
  • +1
    Certified Senior Developer

    All the data that is being displayed in your record is representation of your data present in the database. Any action you perform on the record data will definitely have effect on the DB. Updating and Deleting actions are something to that we use only to make changes in the database. Instead you can try to hide the data from the record using filters.

Children
No Data