You need to sign in to do that
Don't have an account?

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
You need to sign in to do that
Don't have an account?
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