Table of Contents

Search

  1. Preface
  2. API Reference

Static Package Functions

Static Package Functions

  • global static list< DS_Bean__c > basicSearch (sObject obj, String searchMode, Set< String > searchSources, String sortOrder)
    Matches the fields in the object passed through the method directly with the fields in the database and returns the duplicate records.
  • global static list< DS_Bean__c > fuzzySearch (sObject obj, Set< String > searchSources, String sortOrder)
    Uses the CC360 pattern matching algorithms to match the fields in the object passed through this method with the fields in the database and returns the duplicate records.

0 COMMENTS

We’d like to hear from you!