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

how to restore a lightning component from backup into Salesforce org?
Hi Team,
I took back up of lightning AURA components from Salesforce org. I have the zip file containing those AURA components.
The AURA components have been purged from the recycle bin. How do I restore the AURA component back into Salesforce org?
Many Thanks in advance for all your help and support1
I took back up of lightning AURA components from Salesforce org. I have the zip file containing those AURA components.
The AURA components have been purged from the recycle bin. How do I restore the AURA component back into Salesforce org?
Many Thanks in advance for all your help and support1
You can deploy aura using ANT migration tool by creating following package.xml.
Can the AURA components be restored using Salesforce workbench or any other means?
What about manual copy? Would that be good?
Manual process willbe very hectic. You can deploy using workbench by creating zip file, which contains aura folder and package.xml file.
Let me know if you face any issue.
Thanks
Thanks for your prompt response. Could you please provide a sample destructiveChanges.xml file to restore an AURA component which contains the auradoc file, component file, component metadata document, css document, design file, svg document, controller js file, helper js file and renderer js file?
Also, would it be possible to correctly restore the files manually from the AURA components back-up into the Salesforce org. If yes, whst are the points to be noted before retroring the files manually.
Many Thanks in advance!