Dears, The requirement is , have to validate whether the list item view contains any duplicate values.
Thanks in advance..
Dears, The requirement is , have to validate whether the list item view contains any duplicate values.
Thanks in advance..
Hi,
Yes, but its not working. Is there any other way to acheive this.
Dears,
Follow the above post and provide values as below for the parametes its working..
Workaround:
Create 3 parameters
current string - text
dupsFound - number set to -1
valid - bool true
Using an unbound rule as the inner for loop, and calling “then execute another rule” rule as the outer for loop creates the logic necessary to check for duplicates.
When a duplicate is found dupsFound 1 in a statement,
If dupsFound >= 1 set valid to false.
Create some Oubound Rule to Verify and return the result. yes is possible !!!.
Then only bad thing is SMO does not have a Loop for each... only a List View.
Hope this helps =)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.