Hello,
I'm trying to finish challenge 1 and I keep getting this message.
he field 'Loan_Amount_c' either does not exist on the Contact object or it is not of type currency. Why is that
#Trailhead Challenges
Good day, @Donna Johnson - Harris, ensure that below all points are correctly followed:
- Ensure Loan_Amount__c is created on the Contact object under Fields & Relationships.
- Confirm the field's datatype is Currency.
- Double-check the field’s API name matches Loan_Amount__c.
- Verify the field is visible in Field-Level Security and assigned to the right profiles.
- Ensure the field is added to the correct Contact page layout.