Check duplicate in a Pagelist based on two properties
HI,
My requirement is to identify duplicate in a list based on two properties.
I have pagelist(QuantificationFactorList). It has four attributes in a Page
1. ID
2. Value
3. Suffix
4. Measure.
I am showing this List in a grid on UI.
So basically I have dynamic grid where i can add same Quant Factor ID/Name multiple times but i have to do property-set-message /page-set if same quant factor IDs has same measures too.
That means for a Quant factor added twice, it should have different measure else throw message.
Please suggest me how to do it. In case JAVA is required how can we do that as I do not know JAVA
***Updated by moderator: Lochan to update platform capability***