I have 3 seperate applications:
- Risk Libraby
- Processes
- Risk Application
Processes can be associated with multiple risks from the Risk Library (through a cross-reference). One process can be associated with many risks from the Risk Library (P1 -> R1, R2 and P2 -> R2, R3, R4).
End user may come at any time and add risks to a process record.
A data-feed runs which creates individual records in the Risk Application for every associated risk depending on the values in the cross-reference in Processes application, like shown below:
P1 -> R1
P1 -> R2
P2 -> R2
P2 -> R3
P2 -> R4
AND deletes the associations from the cross-reference in Processes application (so that the cross-reference is empty after the feed runs).
Now, I want a way in which I can prevent duplicate records being created in the Risk Application. For eg. if P1R1 record is already created in the Risks App, and the end user after 2 months again associates R1 to P1 (in the cross reference) it should not create P1R1 again in Risk Application.
I hope I have made it clear. Any solution or some other work-around to this requirement will be benevolently appriciated. Thanks in advance