I have complete the hands on challenge for the Apex triggers module and have also verified it to be working by launching the playground. However challenge is still not getting completed. Please help.
16 Antworten
Thanks everyone for the help! I found the issue. Issue was happening since as part of "Developer trail" I had created validation rules on account object. For the module on Apex triggers, challenge button was attempting it without the required accountnumber value. I disabled the validation rules on account object and it was able to mark it as complete. Thanks!