Does anyone know how to create a microflow to delete data from the database?

0
Can anyone show me how to delete data in the browser and also remove it from the database?
asked
2 answers
1

Hi Trinh,

 

You can do it by call a Delete Object activity on a microflow/nanoflow, or simply select the "Delete object(s)" option on "On click" event when configuring the delete button.

More info here: https://docs.mendix.com/refguide/deleting-objects/

 

Hope this helps!

Daniel

answered
0

Hi Daniel Quaresma Costa

can't delete data retrieved from Microflow database Oraclecan you make a video tutorial on how to delete

SELECT USER_ID, DEPT_NAME, COMPANY_ID, LOGIN_NAME, USER_NAME

FROM HLG.SYS_USER;

I want to delete data under Oracle database

2.png

answered