TanyaS58
(Tanya Singh)
1
I was just randomly testing this function pyRemoveDuplicatesFromPagelist and if i give entries like 80,800,80,12,22
only one record with 80 is left in the pagelist.
Attaching screenshot of the clipboard and UI as well.
Note:Here i am checking for Share in% property within a beneficiary owners pagelist.
I am calling this function in a DT.
RemoveDuplicate Function.docx (277 KB)
SohamM95
(Soham Majumdar)
2
@TanyaS58
Instead of pyWorkPage, try with Primary.
@TanyaS58
In the function last attribute is ShareinPercentage the actual property name from clipboard seems to be ShareInPercentage.
i.e., DuplicateCheckProperties value within double quotes seems to be wrong case.
TanyaS58
(Tanya Singh)
4
@SohamM95 okay will check likewise
TanyaS58
(Tanya Singh)
5
@Anantha Nag K i will change the property and see