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
nayakabhijitnayakabhijit 

trailhead: custom object in our sample org called Case Study

Where do I find custom object 'Case Study'? Is it in the Trailhead playground or Developer edition org?
nayakabhijitnayakabhijit
My query is based on this:
https://trailhead.salesforce.com/modules/lex_javascript_button_migration/units/javascript_buttons_to_lightning_actions
SandhyaSandhya (Salesforce Developers) 
Hi,

Install the below package as given above the challenge in trailhead playground.

https://na43.lightning.force.com/packagingSetupUI/ipLanding.app?apvId=04to0000000Ck0L
 
Follow below steps.

1.Log into trailhead.
 
2.Create new trailhead playground, select it and click "Launch"
 
3.Refer below link and get trailhead playground username and password.
 
https://force.desk.com/customer/portal/articles/2659738-how-to-get-a-password-for-my-trailhead-playground?b_id=13478


 
4. Go to  https://na43.lightning.force.com/packagingSetupUI/ipLanding.app?apvId=04to0000000Ck0L this link in an incognito window or another browser.
 
 
5.Install in production by providing trailhead playground credentials.
 
6.Click on "Launch" and check in trailhead playground if App is installed and then check for objects.

Please mark it as solved if my reply was helpful, it will make it available
for others as a proper solution.

Best Regards,
​Sandhya

 
nayakabhijitnayakabhijit
This package does not have custom object 'Case Study'. Lightning Alternatives to JavaScript Buttons has following:

 quickcontact    Lightning Component Bundle
 QuickContactController_Test    Apex Class
 QuickContactController    Apex Class
Terry UlanchTerry Ulanch
By inspecting the code, I created the Case Study object on my own using the following and it worked:

Lable/name 
Case Study

API Name
Test_User__c

lable                     api                       type 
Email                     Email__c             Email  
Nickname             Nickname__c      Text(80) 
Password             Password__c      Text (Encrypted)(80)

NOTE: Name field is a default field created when the object is created.
AshleyLFolsomAshleyLFolsom
Thank you, @Terry! This helped me move forward with this Trail.