Your teaching way is really great. Why don't you uploading video? I am new to Salesforce and found your video very helpful. Hope you will upload new videos soon.
I'm starting with Salesforce, and tbh your videos are great, you should keep on doing them ! Looking forward to having a chat with you one day, as am one of your biggest funs.
Good question. With communities - didn't try, but i would expect issues with them. Translations - not pushed (like deployment) but transferred via UI, sure.
@@SalesforceWithPalina There is a lot of stuff which occur troubles when you try to copy sandbox to scratch org by pushing retrieved metadata. Would be grate to see some tips ^_^
True, I know. Just clean up your folders till it's deployable. I'm doing the same for each project, and don't have common rules due to differences in projects 🤷🏻♀️ ...
how to create App, Tabs in code source? I learned about CICD. Nice, the question now is how to create an app. Before I used declarative method and then git pull
Yep, use this approach, why not 👍🏻 you create it on UI, retrieve the metadata file and deploy it whenever needed. Can also adjust profiles to enable that app to them.
yes, so you create smth on org then -> use command "sfdx force:source:pull -f" to retrieve all changes or I ususally use "sfdx force:source:retrieve -m 'StandardValueSet:AccountType, CustomField:Opportunity.Budget_Confirmed__c' " with listing concrete metadata I need (metadata list you can find here developer.aliyun.com/mirror/npm/package/sfdx-retrieve-deploy-companion/v/1.0.1) -> and then commit these local files to teh repository or deploy to another org with "sfdx force:source:push" (but be careful, it will deploy the whole source)
is there another way to do the same declaratively? without extra plugging? I created in my sandbox app, tabs, and then pulled them. when tried to push them back I got lots of strange errors related to privileges. The idea it looks like I got it. 1) Create your metadata (in my cases new custom objects, app, tabs) 2) pull them from the org where they were created, save, commit 3) push - it shall deploy metadata into Sandbox that was set up in the CICD pipeline. Polina. Can you recommend to me some good compact resources about salesforce? github.com/VladimirBessonov/ComponentManager - I am not a full-time salesforce developer, I just do it for in-house use. I had also troubles figuring out how to store the configs as static resources on the server-side (as JSON for example) and work with it later. I did such a weird data structure to save the data in classes.
@@SalesforceWithPalina Is it possible to retrieve App and Tabs from Sandbox ? can app and tabs be created in the same Sandbox that is used in CICD pipeline? I cannot find how to do the retrieve? sfdx force:source:retrieve -m "AppName, TabName"?
Great...from chennai
Hi Divya are you senior Salesforce Developer
@@naganaga9426 No, I am an Associate Salesforce Developer !.
@@divyap3734 I have doughts for sfdc administration can I ask
@@naganaga9426 Sure!
@@naganaga9426 Are you from ? Share your LinkedIn profile or some other?
Your teaching way is really great. Why don't you uploading video? I am new to Salesforce and found your video very helpful. Hope you will upload new videos soon.
I'm starting with Salesforce, and tbh your videos are great, you should keep on doing them ! Looking forward to having a chat with you one day, as am one of your biggest funs.
Thank you
What an informative Video !!! Loved how to summarized main points while explaining everything.
Thanks very much, constructive thought: get a better microphone setup.
Thank you, in the new videos is already better :)
Hey apolina.. please do more videos related to Salesforce... The way you teach is really awesome..
Are Communities and Translation could be pushed to the Scratch org ?
Good question. With communities - didn't try, but i would expect issues with them. Translations - not pushed (like deployment) but transferred via UI, sure.
But also you reminded me that we have Object Translation metadata, if that would be enough for you then possible via push too
@@SalesforceWithPalina There is a lot of stuff which occur troubles when you try to copy sandbox to scratch org by pushing retrieved metadata. Would be grate to see some tips ^_^
True, I know. Just clean up your folders till it's deployable. I'm doing the same for each project, and don't have common rules due to differences in projects 🤷🏻♀️ ...
how to create App, Tabs in code source? I learned about CICD. Nice, the question now is how to create an app. Before I used declarative method and then git pull
Yep, use this approach, why not 👍🏻 you create it on UI, retrieve the metadata file and deploy it whenever needed. Can also adjust profiles to enable that app to them.
@@SalesforceWithPalina sfdx force:org:pull? something like that - and pull is from sandbox where I did deployed my hello worlds lwc?
yes, so you create smth on org then
-> use command "sfdx force:source:pull -f" to retrieve all changes or I ususally use "sfdx force:source:retrieve -m 'StandardValueSet:AccountType, CustomField:Opportunity.Budget_Confirmed__c' " with listing concrete metadata I need (metadata list you can find here developer.aliyun.com/mirror/npm/package/sfdx-retrieve-deploy-companion/v/1.0.1)
-> and then commit these local files to teh repository or deploy to another org with "sfdx force:source:push" (but be careful, it will deploy the whole source)
is there another way to do the same declaratively? without extra plugging?
I created in my sandbox app, tabs, and then pulled them. when tried to push them back I got lots of strange errors related to privileges.
The idea it looks like I got it.
1) Create your metadata (in my cases new custom objects, app, tabs)
2) pull them from the org where they were created, save, commit
3) push - it shall deploy metadata into Sandbox that was set up in the CICD pipeline.
Polina. Can you recommend to me some good compact resources about salesforce?
github.com/VladimirBessonov/ComponentManager -
I am not a full-time salesforce developer, I just do it for in-house use.
I had also troubles figuring out how to store the configs as static resources on the server-side (as JSON for example) and work with it later. I did such a weird data structure to save the data in classes.
@@SalesforceWithPalina Is it possible to retrieve App and Tabs from Sandbox ? can app and tabs be created in the same Sandbox that is used in CICD pipeline?
I cannot find how to do the retrieve? sfdx force:source:retrieve -m "AppName, TabName"?