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
Ajay RanawatAjay Ranawat 

Lightning in Sandbox

I Want to create a VF page for Salesforce1. I am planning to do so using components of lightning.


Is that possible? I had hands on with DEV Org earlier and succeded with it, but now I have to work on sandbox, here I don't know how to proceed further as I can see lightning component under setup but can't see other lightning tabs.

Please help me by giving steps how to create lightning component in Sandbox org.
PratikPratik (Salesforce Developers) 
Hi Ajay,

You can add the lightning componenet through Developer console.
once you create the lightning components, you can see them in Develop->Lightning Components (Beta)
Here is the screenshot:

User-added image

For more resources refer to:
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.
PratikPratik (Salesforce Developers) 
Hi Ajay,

It's in Developer console.

Screenshot:

User-added image

Thanks,
Pratik
Ajay RanawatAjay Ranawat

oh sorry, I meant in Developer console only. I can't find it there.

 

PratikPratik (Salesforce Developers) 
Hi Ajay,

Please check if you have enabled the Lightning component

Develop->Lightning Components

Once you enable, you will see lighting component in Developer console. File->New

Screenshot:

User-added image

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.
Ajay RanawatAjay Ranawat
I have already that. It's enabled. 
Xiao LiuXiao Liu
I have the same issue. I have enabled Lighting Components, but still can't see them in Developer Console. Please help.
PratikPratik (Salesforce Developers) 
Hi Ajay & Xiao,

Here is the note in knowledge article:

To create Lightning resources, you must use a Developer Edition organization that has a namespace prefix. 
(https://help.salesforce.com/apex/HTViewHelpDoc?id=aura_bundles_view.htm&)


To register a namespace, in your DE:
  1. Click Setup | Create | Packages.
  2. Click Edit. This button does not appear if you have already configured your developer settings.
  3. Review the selections necessary to configure developer settings, and click Continue.
  4. Enter the namespace prefix you want to register.
  5. Click Check Availability to determine if it is already in use.
  6. Repeat if the namespace prefix you entered is not available.
  7. Click Review My Selections.
  8. Click Save.
Please try above settings and let me know how it goes.

Thanks,
Pratik
Alan ChapmanAlan Chapman
So, the short answer is "this will only work in developer edition" which leads to another question: Why is the "Lightning Components BETA" even available as a link in unlimited edition sandboxes if we can't even access the tools to create new lightning applications and components?