Question
TCS
US
Last activity: 20 Dec 2023 15:23 EST
Check for duplicates in nested page list
Hello All
I have the following scenario to check for duplicate values in the nested page list:
CustomerInfo(1)
.SalesInfo(1).TaxInfo(1).AddressInfo.data1
.SalesInfo(2).TaxInfo(1).AddressInfo.data1
I need to check if there are any duplicates in AddressInfo.data1. Can this be achieved using Rule-obj-validate rule? Do we have any OOTB function which can be used to validate this? or I need to loop through the page list to find the duplicates. Any help is much appreciated.