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
RamuRamu 

I create one customer product but when i search custome product name getting more than 10 customer products in search list with same name

Hi All,

 I create one customer product but when i search custome product name getting more than 10 customer products in search list with same name.


How can i reslove this issue. 
pconpcon
Did you add any sort of validation rule that restricts the Name of the product to be unique?  If not, then you'll get back any records that have the name you entered.  If the name is not required to be unique, then you'll need to add additional criteria to ensure uniqueness.