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
Zurn PorterZurn Porter 

Can't Complete Hands on Challenge

Challenge Not yet complete... here's what's wrong: 
The field 'Street_Address__c' either does not exists on the Property__c object or it is not of type textarea.
here's my Playground screenshot:
User-added image
SandhyaSandhya (Salesforce Developers) 
Hi,

Drag the Property Object (the one that is there by DEFAULT, not the one we created all along the practice), and add the text area field from the Elemet list.

Refer below link for similar discussion.

https://developer.salesforce.com/forums/?id=9060G000000BdbDQAS
 
Please mark it as solved if my reply was helpful. It will make it available for other as the proper solution.
                                             
Best Regards
Sandhya
 
Sampath SuranjiSampath Suranji
Hi Zum,
Please double check whether your field API name is 'Street_Address__c' and make sure the environment in the screen shot and the one which you are trying the challenge is same.

Best regards
Sampath
Max Figueroa 11Max Figueroa 11
For me the problem was that the API name for Property was set as Properties__c instead of Property__c. I edited the API name and then re-checked and I got the badge. I hope that helps someone.