• Subramanyam Kamath 4
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 7
    Replies
Hi,

I'm trying to get a "forgot password" email to my SDFC account and I don't get the email.
I've tried it on incognito as well.
Also, I have 3 accounts and this is the only account I didn't get the mail for - worked on all others.

any solution that will allow me to access this account will be greatly appreciated.

Thanks,
Dor
 
List<Student__c>obj1 = [Select Name,Student_Name__c From Student__c  Where  Student_Name__c Like '_r%' And
                               isDeleted = true All Rows];
        Database.emptyRecycleBin(obj1);
List<Student__c>obj1 = [Select Name,Student_Name__c From Student__c  Where  Student_Name__c Like '_r%' And
                               isDeleted = true All Rows];
        Database.emptyRecycleBin(obj1);