Contacts to Multiple Accounts in Salesforce | AccountContactRelation

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2024
  • In this video, we are going to understand the Contacts to Multiple Accounts (AccountContactRelation) feature in Salesforce. We are going to see how to enable this and relate a Contact to multiple accounts. There is also a question for you to solve.
    So do watch the video and subscribe to the channel!!
    #salesforce #soql #salescloud #feature #interview
    Note: The content on the channel is being created in my personal capacity and not as a Salesforce.com representative.

ความคิดเห็น • 6

  • @samCoder
    @samCoder  ปีที่แล้ว +2

    Question to solve at 2:46

  • @ashutoshmishra4501
    @ashutoshmishra4501 ปีที่แล้ว

    That's great thanks for sharing

  • @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

  • @user-nq8ih2rd1y
    @user-nq8ih2rd1y ปีที่แล้ว

    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 = )