function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ZTZT 

Contract Contact Role

In the  Sales data model there's an object called ContractContactRole that seem to link the Contact and Contract objects. Can it be used in the Contact page layout for example? If so how? I am trying to show all the contracts a particular contact is assigned to. Specifically if I click on a contact I would like to see all the contracts for that contact. If I click on a contract I would like to see all the contacts. It seem like ContractContactRole object would do the job but it not showing as available in any page layout (Contact nor Contract). Thanks.

SAPOCSAPOC

Create a many to many relationship between Contact and Contract with ContractcontactRole as junction Object.

ZTZT

How? I tried to do that but ContractContatRole is not even listed when I tried to create a master-detail relationship. Thanks.

SAPOCSAPOC

You need to first create Contract contactRole object.