https://github.com/vimaltiwari2612/soql-query-editor-lwc
A Developer console like query editor for search, delete, update records of any object. It is basically a simulation of all the features which the query editor currently having. Also, new Dynamic SOSL search component.
https://github.com/vimaltiwari2612/soql-query-editor-lwc
apex developer-console dynamic-sosl html javascript lwc lwc-component lwc-demo query-builder query-editor salesforce salesforce-lightning salesforcedx slds slds-boiler-plate soql soql-builder sosl sosl-search
Last synced: 19 days ago
JSON representation
A Developer console like query editor for search, delete, update records of any object. It is basically a simulation of all the features which the query editor currently having. Also, new Dynamic SOSL search component.
- Host: GitHub
- URL: https://github.com/vimaltiwari2612/soql-query-editor-lwc
- Owner: vimaltiwari2612
- Created: 2021-04-23T10:03:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T12:59:37.000Z (about 5 years ago)
- Last Synced: 2025-01-02T18:16:44.180Z (over 1 year ago)
- Topics: apex, developer-console, dynamic-sosl, html, javascript, lwc, lwc-component, lwc-demo, query-builder, query-editor, salesforce, salesforce-lightning, salesforcedx, slds, slds-boiler-plate, soql, soql-builder, sosl, sosl-search
- Language: JavaScript
- Homepage:
- Size: 1.7 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://medium.com/elevate-salesforce/salesforce-developer-console-developing-query-editor-using-lwc-in-30-min-d1f5b6f88594)
# Screenshot


# [Download Demo](https://github.com/vimaltiwari2612/SOQL-Query-Editor-LWC/blob/main/demo.mp4?raw=true)
# 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](https://github.com/vimaltiwari2612/SOQL-Query-Editor-LWC/tree/main/LWC%20Dynamic%20SOSL%20Search)

HAPPY CODING!!