You need to sign in to do that
Don't have an account?
How to get Organization ID from Lightning Component?
Hello
Is it possible to get current org Id from Lightning Component controller?
I have tried that but i get undefined value :
Is it possible to get current org Id from Lightning Component controller?
I have tried that but i get undefined value :
var orgId = $A.get("$Organization.Id");
I guess $Organization global variable only works in Visualforce and not in lightning. In lightning, you need to create an apex controller and fetch the org id in the controller.
All Answers
I guess $Organization global variable only works in Visualforce and not in lightning. In lightning, you need to create an apex controller and fetch the org id in the controller.
it's a pity that I have to create Apex controller just for this need
Get Salesforce organization id using apex: Please mark as best answer if it helps you.
Thank You
Ajay Dubedi