Contacts to Multiple Accounts in Salesforce | AccountContactRelation

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 6

  • @ashutoshmishra4501
    @ashutoshmishra4501 Рік тому

    That's great thanks for sharing

  • @samCoder
    @samCoder  Рік тому +2

    Question to solve at 2:46

  • @rahulgoud2134
    @rahulgoud2134 Рік тому

    I do have this acr object in my application account record type one is practioner and other account record type is clinic
    Contact record type is individual
    With practioner account type direct relation and for clinc record type indriect

  • @BusterBrister
    @BusterBrister Рік тому

    why don't I have access to "contacts to multiple accounts"? All I see is general settings.

  • @rahulgoud2134
    @rahulgoud2134 Рік тому

    Select Id, Name,role From Account Where role=‘ITP’ AND Id IN (Select AccountId From Contact)
    @samarth ahuja is this query correct please make correction if it is wrong

    • @samCoder
      @samCoder  Рік тому +1

      SELECT Id, Name FROM Contact WHERE Role='ITP' AND Id IN (SELECT ContactId FROM AccountContactRelation WHERE AccountId = )