• Kalue Her
  • NEWBIE
  • 35 Points
  • Member since 2015
  • Database Management Specialist
  • The Emily Program

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 8
    Replies
I don't have any developer or coding knowledge. I try to learn as I go, but for the past two days, I have not figured out how to resolve my issue. I hope that the forum will help guide me in the right direction so that I can move forward.

What I've done is created a trigger to assign leads to a particular zipcode based off this suggestion (https://developer.salesforce.com/forums/?id=906F0000000Af9nIAC). It litterally is the same trigger. All I did was substitute the database and sales field name with my custom object fields. It worked great in the sandbox production. So I created two more triggers for the Account and Contact records. Both of those worked as well.

The issue I'm running into now is deployment into production. Validation failed. My org has 0% coverage. I've read as much documentation and examples as I could, and tested what I could understand. Nothing is making much sense at this point.

Appreciate it.
Hi All,
I am stuck in challenge 5('Lightning Hobbies by Contact) and couldn't proceed. I have been getting the below error below for about 2 weeks now.  Can anyone please help?
Error:
"Challenge Not yet complete... here's what's wrong:
The 'Lightning Hobbies by Contact' report does not appear to have either the correct report type or (most likely) the correct columns."


I have passed all the challenges and stuck at 'Lightning hobbies by contact' and I kept getting that error no matter what change I do. My screenshots are as below.

User-added imageUser-added imageUser-added imageUser-added imageUser-added image

Thank you for help in advance.

Regards
Amar
 
I don't have any developer or coding knowledge. I try to learn as I go, but for the past two days, I have not figured out how to resolve my issue. I hope that the forum will help guide me in the right direction so that I can move forward.

What I've done is created a trigger to assign leads to a particular zipcode based off this suggestion (https://developer.salesforce.com/forums/?id=906F0000000Af9nIAC). It litterally is the same trigger. All I did was substitute the database and sales field name with my custom object fields. It worked great in the sandbox production. So I created two more triggers for the Account and Contact records. Both of those worked as well.

The issue I'm running into now is deployment into production. Validation failed. My org has 0% coverage. I've read as much documentation and examples as I could, and tested what I could understand. Nothing is making much sense at this point.

Appreciate it.
@AuraEnabled
public static List<Contact> getContacts() {
    return [Select Id, Name, Email, Title, Phone From Contact];
}
I'm receiving the following error: unexpected token: 'List'
 
How does one add the Salesforce Trailhead Badges (link) on their Linkedin Profile? When I edit my Linkedin profile where do I do this?
Thanks!