Description
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto (services_commevent.xml). Also remove the existing services from ContentServices.xml.
- Do related changes if any occurrence found for direct create/update/delete of this entity, and replace them with crud services implemented.
- As existing workflows are implemented to delete the records so use the delete action for the same.
- Need to convert Update and Delete services. Create can not be converted due to some conditional code. Keep the existing services names as is.