Description
Required improvements;
- All is good with entity definition .
- Add CRUD services using entity-auto. Make sure PK is not optional while create service as there is composite primary key.
- 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.
Note: Delegator used for this in ProductConfigWorker class with certain condition and conditionally added to toBeStored list. So keep that code is as is for now.
Provided patch. Thanks rishisolankii and arunpati for the guidance.