Reg: Duplicate Check during Recycling process
1. I processed a EDR with value 'AAA' in DETAIL.A_NUMBER (which is the search key in FCT_DuplicateCheck module) and '1234' as timestamp. I got this EDR processed and loaded this event in DB.
2. I processed a EDR with a value 'XYZ' in DETAIL.A_NUMBER and '1234' as timestamp. This file got suspended as XYZ is not a valid customer login.
3. In Suspense management center I edited the event mentioned in step 2 as 'AAA' in DETAIL.A_NUMBER and recycled. This EDR got processed and an output file was generated.
My question is eventhough duplicate check was configured in this rating pipeline as the second function plugin after FCT_PreSuspense, why does it did not get rejected as duplicate?