Hi Friends,
Please help us in avoiding duplicates in the following scenario.
I have a product carried out in 2 different wine groups example group "A" and "B" but if the product is available in both groups,then I need to consider the record from group B.
I am using the following record ilter which will definitely yield 2 records.
AND(Record_Type:Wine,OR(group:A,group:B))
Please advise how to proceed with this requirement.Due to some constraints,we cannot change the architecture and we need 2 records to be maintained i.e per group we need record.
Regards
Shreyas