Guest User

Untitled

a guest
Oct 17th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. FIND {searchString}
  2. IN ALL FIELDS
  3. RETURNING Account(Id,Account_Number__c, RecordType.Name,Name LIMIT 16)
  4.  
  5. FIND {42430}
  6. IN ALL FIELDS
  7. RETURNING Account(Id,Account_Number__c, RecordType.Name,Name LIMIT 16)
  8.  
  9. FIND {42430*}
  10. IN ALL FIELDS
  11. RETURNING Account(Id,Account_Number__c, RecordType.Name,Name LIMIT 16)
Add Comment
Please, Sign In to add comment