User-699381365 posted
Hello,
I am in the process of creating/modifying the existing table design for an workflow. I Would need a suggestion to group by the conflicts. I am thinking to maintain the same structure and group it/resolve in UI. Or should I go for any other sub table??
Existing workflow - One Service (One service id with one servcie code) can have multiple Conflicts (One to many)
New workflow - Multiple service id (with one service code) can have multiple Conflicts for each service id
the bottom line is, its all the same service and I have to resolve all the conflicts at once for a service.
Service table Conflicts table
Service ID(PK) Conflict Id (PK)
ServiceCode ServiceID (FK)
THanks,
RG