Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!!