function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tina sharma 10tina sharma 10 

Platform developer 1 certification Maintenance summer 19

I need to do certification maintenance for platform developer summer 19.

Has anyone done this already?

Pls tell me how to proceed.

Thanks
Tina

 
Best Answer chosen by tina sharma 10
Maharajan CMaharajan C
Hi Tina,

Please follow the below steps based on your org :

Are you using any seperate developer org to login the Trailhead ?  If yes then follow the below steps:

1. login that developer org separately in new tab (or) if that org is already logged in for trailhead Launch the Org from Trailhead (Launch button will be displayed in bottom of the particular unit above check challenge button)
2. And paste the below Link in next new tab
 https://login.salesforce.com/packaging/installPackage.apexp?p0=04t4P000002EMv0
3. Select Install for All Users, then click Install.
4. Once the installation is complete, click Done.



Are you using any Trailhead Playground org?  If yes then follow the below steps:

1. Launch the Org from Trailhead (Launch button will be displayed in bottom of the particular unit above check challenge button)
 
2. And paste the below Link in next new tab
 https://login.salesforce.com/packaging/installPackage.apexp?p0=04t4P000002EMv0
 
3. Replace the https://login.salesforce.com   from above link with your trail org base url ( EX:  ==> https://cunning-raccoon-423693-dev-ed.lightning.force.com/ (MY playground org base url) ) .

4. Now press the enter button to load the new URL

5. Select Install for All Users, then click Install.

6. Once the installation is complete, click Done.


Thanks,
Maharajan.C

All Answers

Maharajan CMaharajan C
Hi Tina,


Please folloe the below steps:


First you must have the Trailhead which is Linked with Webassessor Account.
If you are not done the Linking Please folloe the below Links to link the Trailhead and Webassessor. It's a one time Activity.
https://trailhead.salesforce.com/help?article=Link-Your-Trailhead-and-Webassessor-Accounts
https://medium.com/@TheVishnuKumar/step-by-step-process-to-link-the-trailhead-webassessor-in-a-new-way-17fd38335c60
http://www.kristinaalexandra.com/salesforce-how-to/2018/7/22/how-i-connected-my-trailhead-account-with-salesforce-webassesor


Once the above process done then complete the below batch in Trailhead:
https://trailhead.salesforce.com/en/content/learn/modules/platform-developer1-maintenance-summer19

Answers to complete the above batch: 
https://www.devrajtomar.com/2019/09/platform-developer-i-certification.html

Once the badges completed you will get the mail from Salesforce. But 1 day time will take to reflect the status in Certificate Creds.


To verify the Certificate Status use the below link:
https://trailhead.salesforce.com/credentials/verification

Thanks,
Maharajan.C
pollard cookpollard cook
Platform Developer I Certification Maintenance (Summer '19) Click this link: install Package. Update the BatchLeadConvert class to implement the Database. surveyonline (https://www.surveyonline.info/)
tina sharma 10tina sharma 10
@ Maharajan C

Hi, Thanks for sharing the link for managed packaged. Actually I am writing PD1 maintenance certification exam so I require to complete this exercise. So how do I install this managed package inside my trailhead org .

Please let me know.

Thanks
Tina
Maharajan CMaharajan C
Hi Tina,

Please follow the below steps based on your org :

Are you using any seperate developer org to login the Trailhead ?  If yes then follow the below steps:

1. login that developer org separately in new tab (or) if that org is already logged in for trailhead Launch the Org from Trailhead (Launch button will be displayed in bottom of the particular unit above check challenge button)
2. And paste the below Link in next new tab
 https://login.salesforce.com/packaging/installPackage.apexp?p0=04t4P000002EMv0
3. Select Install for All Users, then click Install.
4. Once the installation is complete, click Done.



Are you using any Trailhead Playground org?  If yes then follow the below steps:

1. Launch the Org from Trailhead (Launch button will be displayed in bottom of the particular unit above check challenge button)
 
2. And paste the below Link in next new tab
 https://login.salesforce.com/packaging/installPackage.apexp?p0=04t4P000002EMv0
 
3. Replace the https://login.salesforce.com   from above link with your trail org base url ( EX:  ==> https://cunning-raccoon-423693-dev-ed.lightning.force.com/ (MY playground org base url) ) .

4. Now press the enter button to load the new URL

5. Select Install for All Users, then click Install.

6. Once the installation is complete, click Done.


Thanks,
Maharajan.C
This was selected as the best answer
tina sharma 10tina sharma 10
@ Maharajan C

Thanks I was able to install the Managed package in my TrailHead or, the app name is "TrailHead Playground".

also I updated the apex class ,BatchLeadConvert by adding the interface RaisesPlatformEvents .

Now where is this object : BatchApexErrorEvent , because I need to write a trigger on that.

From setup ---->  Objects : Here in my TrailHead org I can see one custom object called "BatchLeadConvertErrors"

Also do we need to write any test class ??

Please let me know.


thanks
Tina
Maharajan CMaharajan C
Hi Tina,

Open the developer console => File => New => Apex Trigger => Enter the Name for Trigger as BatchApexErrorTrigger  =>In Sobject you can select BatchApexErrorEvent  object.

If this answer helps you mark this as the best answer!!!


Thanks,
Maharajan.C
tina sharma 10tina sharma 10
@ Maharajan

Thanks that worked.