• Canio A. Caputo
  • NEWBIE
  • 25 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 3
    Likes Received
  • 3
    Likes Given
  • 1
    Questions
  • 10
    Replies
I'm clicking the Check Challenge Button and nothing is happening. Yes I'm logged in. Yes I'm signed into my developers edition.  I have cleared my cache and cookies.  I have tried from a different workstation.

 User-added imageUser-added image
I'm clicking the Check Challenge Button and nothing is happening. Yes I'm logged in. Yes I'm signed into my developers edition.  I have cleared my cache and cookies.  I have tried from a different workstation.

 User-added imageUser-added image
Hi,
I am new salesforce and struggling with triggers.Now i am try to execute the sample trigger which was send mail  to mentioned email with description.below the code which i am working now.its executed successfully but not triggered the mail to mentioned mail.

trigger ExampleTrigger on Contact (after insert, after delete) {
     if (Trigger.isInsert) {
        Integer recordCount = Trigger.New.size();
         System.debug(':::countrecords:::'+recordCount);
        // Call a utility method from another class
        EmailManager.sendMail('emailtomanjur@gmail.com', 'Trailhead Trigger Tutorial', 
                    recordCount + ' contact(s) were inserted.');
    }
    else if (Trigger.isDelete) {
        // Process after delete
    }

}
Hi
After completing the trailhead module, I am not able to check challenges. After clicking on button, It is showing as nothing happend. No Error, No Success, No warning. I am facing this issue from 30th Nov. This issue has been fixed for 2-3 hours today evening but Issue has been started again. I have clear my cookies, checked all browsers(Mozilla Firefox, chrome, edge), on diffrent OS(Windows and Linux). 
I was taking a trailhead course called 'Create Custom Objects and Field'.  I finished Hands-on Challenge but I am not able to click on Check Challenge button.
I'm clicking the Check Challenge Button and nothing is happening. Yes I'm logged in. Yes I'm signed into my developers edition.  I have cleared my cache and cookies.  I have tried from a different workstation.

 User-added imageUser-added image
Hi
After completing the trailhead module, I am not able to check challenges. After clicking on button, It is showing as nothing happend. No Error, No Success, No warning. I am facing this issue from 30th Nov. This issue has been fixed for 2-3 hours today evening but Issue has been started again. I have clear my cookies, checked all browsers(Mozilla Firefox, chrome, edge), on diffrent OS(Windows and Linux). 
I was taking a trailhead course called 'Create Custom Objects and Field'.  I finished Hands-on Challenge but I am not able to click on Check Challenge button.
Hi 

Trailhead just hanging when I press check answers ? Logged into dev org but hanging even on quiz answer type sections ? Any Ideas ? 

Thanks 

Andrew