Project Retrive from the Salesforce Org - Saleforce data is retrived into the vs code so that we can make chages in the Vs code and deploye it to the salesforce org
Their are some steps are include which is required to retrive the data from the salesforce org
1) Open Vs Code and install the Salesforce ,CLI Extension
2) Hit ( CTRL +Shift +P) to open the Camand Pallate
4)Select Standard option
5)add the name of your Project
6) Click Enter
Authorize Your Salesforce Org
1) Hit ( CTRL +Shift +P) to open the Camand Palate.
2) Select Authorize an Org
3) Choose the Sandbox option(IF you have sandbox Environment).
4) On the browser the login credential window will be open
5) login with your Credentials in org .
6)You will receive a window Authorization Success message.
Retrieve the All data From the Org include Lightning Component ,Classes ,Permission set Object etc...
1) Right click on Project/Manifest/Package.xml file
2) Retrieve the source From the Org
3) In Console Check All the Data is Retrieved from the Org.
0 Comments