Great video! Massively helpful. The trailhead of App Deployment can be a little challenging to grasp, but your video made it digestible. Thanks a lot ma'm.
Timelines & Content (an expanded timeline please find in description above): 00:28 the start on org: creating Outbound Change Set 01:15 Collecting Components List 06:39, 08:26, 09:11 What cannot be added 11:58 Uploading the Change Set 1st time 14:14 Uploading the Change Set to Production 15:41 Received Change Set on the Destination environment 16:59 Test Level Execution options explained 19:23 Deploying Change Set 20:24 Possible Errors
This is not necessary, no. What I would do - use package retrieve/deployment and the same package.xml. And this is exactly what I'll prepare in next video which will be in around a week.
Thanks for this video. Was very helpfully for me and very clear :) Informative, Engaging and easy to understand. Great explanation, exactly what I was looking for ! Thank you so much !! :)
If you're org security is standard: unit tests required, then there's no way to do it directly, it should be deployed as disabled, with running local tests. Prepare a tiny package, see my video about Package / API deployment, and do it via workbench. It's super quickly
What are three characteristics of change set deployments? Choose 3 answers Change sets can only be used between related organizations. Change sets can be used to transfer records. Sending a change set between two orgs requires a deployment connection. Change sets can deploy custom settings data. Deployment is done in a one-way, single transaction.
hi polina. Start a series of videos taking functionalities of sfdc one by one with themes like one minute video, full coverage video etc. kudos for your efforts.
Ah, sorry, I misunderstood Well, I've chosen this format as the fullest one to bring value You can just watch it on 2x :) But I'm not planning going with short overview videos as of now
Well, good question :) For the demo I've created Enterprise org via my company portal, so it's not some developers org... This feature is not available neither in Developer edition, nor in any Playground org from Trailhead. So, your options would be: 1. Use customer's orgs (and to be careful), - as it's normally with Enterprise licencing, and you can create & connect 2 sandboxes and train deployment between them 2. Request free Enterprise trial here www.salesforce.com/uk/editions-pricing/sales-cloud/ , and you'll get a real org like customer's one, but only for a month or smth 3. Train all as SFDX deployment (not as change sets, but the errors will be the same). Any org, even Trailhead's playground, can be enabled as Dev Hub and used for the training Hope one of the options suits you. Good luck with training!
Hey, just proceed with admin trailmix on Trailhead website :) also you can check some courses on Coursera, but i don't have any recommendation, haven't learned any of them
All apex code on proof must be covered 75%. But if you have it there already and haven't modified the test class, only the simple apex class, then you can not to redeploy it of course
Actually what my doubt is my code is covered with 75percent when I pass the test class, while deploying the production environment we are adding the components by using change sets along with the class are we need to add test class or not
Great video! Massively helpful. The trailhead of App Deployment can be a little challenging to grasp, but your video made it digestible. Thanks a lot ma'm.
Thanks Moiz, I'm very happy it's helpful 🤗
Timelines & Content (an expanded timeline please find in description above):
00:28 the start on org: creating Outbound Change Set
01:15 Collecting Components List
06:39, 08:26, 09:11 What cannot be added
11:58 Uploading the Change Set 1st time
14:14 Uploading the Change Set to Production
15:41 Received Change Set on the Destination environment
16:59 Test Level Execution options explained
19:23 Deploying Change Set
20:24 Possible Errors
Hi, is there any way to rollback the changeset deployed
Nope, only by redeploying backup
@@SalesforceWithPalina noted, do we need to select all the components while redeploying backup from refreshed sandbox
This is not necessary, no. What I would do - use package retrieve/deployment and the same package.xml. And this is exactly what I'll prepare in next video which will be in around a week.
@@SalesforceWithPalina ,Thanks a lot
Thank you, Polina. This information really help me on my preparation for the Certification Exam.
Informative, Engaging and easy to understand. Presentation of video is top notch :)
and Thanks for the Timelines in description. Keep it up Polina 👍
Thanks for this video. Was very helpfully for me and very clear :)
Informative, Engaging and easy to understand.
Great explanation, exactly what I was looking for !
Thank you so much !! :)
Thank you! 🤗🤗🤗
Great Polina! I used this process today
Very Informative, Used this knowledge today. Thanks.
Great, glad it helped 👍🏻
Great explanation, exactly what I was looking for!
Hope you'll continue videos in real time.......
Maybe this was the first one showing dev sandbox... Thank you
Thank you!! Very helpful.
Hi Palina, thank you for your sharing! It is extremely helpful for beginners of salesforce like me.
You explain well...
Hi polina
In production we have multiple triggers, on that one specific trigger
I need to disable from the production without using changeset how?
If you're org security is standard: unit tests required, then there's no way to do it directly, it should be deployed as disabled, with running local tests. Prepare a tiny package, see my video about Package / API deployment, and do it via workbench. It's super quickly
What are three characteristics of change set deployments? Choose 3 answers
Change sets can only be used between related organizations.
Change sets can be used to transfer records.
Sending a change set between two orgs requires a deployment connection.
Change sets can deploy custom settings data.
Deployment is done in a one-way, single transaction.
1 3 5 😄
hi polina. Start a series of videos taking functionalities of sfdc one by one with themes like one minute video, full coverage video etc. kudos for your efforts.
Thank you Prateek
Good luck with yours, that's great format 👍🏻
@@SalesforceWithPalina no I am requesting you to start such series so that we can learn.
Ah, sorry, I misunderstood
Well, I've chosen this format as the fullest one to bring value
You can just watch it on 2x :)
But I'm not planning going with short overview videos as of now
How to get different sandboxes to practise for learning ?
Well, good question :)
For the demo I've created Enterprise org via my company portal, so it's not some developers org...
This feature is not available neither in Developer edition, nor in any Playground org from Trailhead.
So, your options would be:
1. Use customer's orgs (and to be careful), - as it's normally with Enterprise licencing, and you can create & connect 2 sandboxes and train deployment between them
2. Request free Enterprise trial here www.salesforce.com/uk/editions-pricing/sales-cloud/ , and you'll get a real org like customer's one, but only for a month or smth
3. Train all as SFDX deployment (not as change sets, but the errors will be the same). Any org, even Trailhead's playground, can be enabled as Dev Hub and used for the training
Hope one of the options suits you.
Good luck with training!
@@SalesforceWithPalina thanks ! Will get back if I have any queries
Hey Polina, I’m a QA tester , would like to switch to SFD, what would you suggest to start from? Any programs/course you would suggest to go through?
Hey, just proceed with admin trailmix on Trailhead website :) also you can check some courses on Coursera, but i don't have any recommendation, haven't learned any of them
along with Apex class code need to deploy test classes?
All apex code on proof must be covered 75%. But if you have it there already and haven't modified the test class, only the simple apex class, then you can not to redeploy it of course
thanks polina for your quick response
Actually what my doubt is my code is covered with 75percent when I pass the test class, while deploying the production environment we are adding the components by using change sets along with the class are we need to add test class or not
Shortly: yes 🙂
Hello polina
No doubt Russian girls are the best.