function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PRASHANT BHARTIPRASHANT BHARTI 

How to get all the SObjects and it's fields in an org using lightning component

How to get all the SObjects and it's fields in an org using lightning component
Devi ChandrikaDevi Chandrika (Salesforce Developers) 
Hi Prashant,
You can use schema class for this.The schema class has the getGlobalDescribe() method which help us to get the schema of our entire salesforce org.
Please refer below links which might help you in this
http://initaura.com/lightning-component-how-to-display-objects-and-its-fields/
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_schema.htm

Hope this helps you
Let me know if this helps you. Kindly mark it as solved so that it may help others in future.

Thanks and Regards