Hello,
I have completed the course "Employee Directory Application".
As far as I know, it is not possible to delete employees once they have been added.
What course do I need to take next to learn this feature?
Thank you!
Hi Tanja,
Welcome to the OutSystems community!
I would recommend going through the Becoming a Reactive Web Developer guided path, as it should lead you through the basics and the most important features.
In particular, there is the Modelling Data course, that gives a simple overview on how to model data and operate with data. Among those operations, you will see that Delete is one of them in one of the videos of that course.
You can then use this entity actions (in your case the DeleteEmployee entity action beneath the Employee entity) to delete the employee.
Kind Regards,João