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
Lakshya KanchanLakshya Kanchan 

Flexipage Deployment in Salesforce Classic Org

Hi

I want to understand whether we can deploy flexipages, lightning apps, etc in an org in Salesforce Classic mode or, not having Lightning Experience User permission.

Regards,
Lakshya
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Lakshya,

You can deploy them from lightning enable org to classic org using Metadata API to retrieve the metadata components that you want to deploy to the classic org, such as the flexipages or Lightning components.

Package the retrieved metadata components into a deployable package, such as  Salesforce DX package. Deploy the package to the classic org using the appropriate deployment tool, such as the Salesforce CLI or an IDE with Salesforce development tools.



If this solution helps, Please mark it as best answer.

Thanks,
Lakshya KanchanLakshya Kanchan
Hi Sai

Thanks for the response.

Is there any SF document/community link available for reference?

Regards,
Lakshya
Sai PraveenSai Praveen (Salesforce Developers) 
hi Lakshya,

I dont see any official documentaion for it. But that is something which we can do I guess.

Thanks.