You need to sign in to do that
Don't have an account?
Using VS Code Extension
Hi all! I searched many articles for a while. However, It's hard to move to there from previous Mavensmate situation.
Like what all of you already know, Mavensmate can
1. Easily getting all files from org.
2. Real-time code sync from local workspace to cloud platform.
3. Easy deployment from sandbox to product.
Can I get the benefits above at VS Code with the same approach?
I tried using it for getting all source files from cloud to local workspace, but it was hard to do that.. I cannot find login function to sandox..
Looks like only Salesfore DX org can be authorized.
Any nice article or guidance?
Thanks in advance.
Like what all of you already know, Mavensmate can
1. Easily getting all files from org.
2. Real-time code sync from local workspace to cloud platform.
3. Easy deployment from sandbox to product.
Can I get the benefits above at VS Code with the same approach?
I tried using it for getting all source files from cloud to local workspace, but it was hard to do that.. I cannot find login function to sandox..
Looks like only Salesfore DX org can be authorized.
Any nice article or guidance?
Thanks in advance.
1. Easily getting all files from org.
You need to pull the metada using scracth org .. or if its non dx org you need to use package.xml with all metadata
2. Real-time code sync from local workspace to cloud platform.
Not Real time .. You need to push the changes using the SFDX push command
3. Easy deployment from sandbox to product.
This easy and you can push the changes using SFDX push commands .. or you can mdapi commands also
All Answers
1. Easily getting all files from org.
You need to pull the metada using scracth org .. or if its non dx org you need to use package.xml with all metadata
2. Real-time code sync from local workspace to cloud platform.
Not Real time .. You need to push the changes using the SFDX push command
3. Easy deployment from sandbox to product.
This easy and you can push the changes using SFDX push commands .. or you can mdapi commands also
First one was the obstacle that I met at the first time.
Could you please explain in detail about that proces?
Using scratch org ro package.xml..
Please help more. Thanks!
https://www.jitendrazaa.com/blog/salesforce/using-salesforcedx-sfdx-with-non-scratch-orgs/
However, it is looks like not intended for using sandbox, just for SFDX.
So, we need to use workaround.
Is it right? SFDC wants all developer to move to SFDX circumstance?
Refer this steps Using SFDX with Sandboxes
If you want to use SFDX with Sandbox, then open file sfdx-project.json in VScode and change sfdcLoginUrl to https://test.salesforce.com or my domain URL if SSO is configured.