Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.24 KB

SOQL-Query-Editor-LWC

A Developer console like query editor for search, delete, update records of any object. It is basicly a simulation of all the features which the query editor currently having.

  • search records of any objects
  • any number of fields can be searched
  • with or without namespace support
  • deletion of multiple records
  • updation of multiple records

Motivation behind this project

Screenshot

screenshot screenshot

future scope

  • Adding new records from screen dynamically.
  • parent relationship queries
  • child queries

Dynamic SOSL Search Component

Added Dynamic SOSL search compoent Through LWC. Check it out here image

HAPPY CODING!!