function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PrasadVRPrasadVR 

Need help on how to dlete duplicate records from list

Hi All ,

 

can any one help me out , I wanted to delte duplcate records from the list see below example

// list1 it contains n number of rcords

class Type     Travel Type  checked
class1          green         4-------------this need to be added into list2
class1          green         3
class1          blue           2-------------this need to be added into list2
class1          blue           1
class2          red             5
class2          yellow        3
class2          yellow        4--------this need to be added into list2
----             -----       -----
----             -----       -----
up to n          up to n      up to n

if class name is same and mode of travel is same highest checked record need to be added into list