Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T12:59:37.000Z (over 3 years ago)
- Last Synced: 2023-08-22T21:53:37.847Z (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: 1
- Watchers: 3
- Forks: 1
- 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
![screenshot](https://github.com/vimaltiwari2612/SOQL-Query-Editor-LWC/blob/main/1.PNG)
![screenshot](https://github.com/vimaltiwari2612/SOQL-Query-Editor-LWC/blob/main/2.PNG)# [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)
![image](https://user-images.githubusercontent.com/22127564/120327283-349fb000-c307-11eb-8728-ba4b434bbec1.png)HAPPY CODING!!