Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Done
-
Trunk
-
None
Description
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto (services_finaccount.xml). Also remove the existing services from FinAccountServices.xml.
- Do related changes if any occurrence found for direct create/update/delete of this entity, and replace them with crud services implemented.
- As no status/from date/thru date exists in entity, so nothing needs to be taken care while deleting the records from service.
- Only need to convert Update and Delete services. Keep the Create service as is.
Added the patch to fix this issue. Thanks, rishisolankii for the detailed description. Also, verify the same from entity engine.