• Charlie Jones 4
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I want fetch all contact names of perticular account in apex class 

List<Contact > lis=[SELECT Id, Name FROM Contact where Account.Id = '0017F00000hvpw4'];
System.debug('lis'+lis); 

 
We currently have SSO with AD azure but passwords are not synced. Is there a solution for AD azure to sync the password with Salesforce? IF not, then what are the options that has a tutorials to follow?