Hi, facing challenge in completing the task.
- Create a custom Master-Detail field on the Offer object
- Data Type: Master-Detail
- Field Label: Property
- Field Name: Property
- Create a custom Lookup field on the Offer object
- Data Type: Lookup
- Field Label: Contact
- Field Name: Contact
Already created "Property" object as given in challenge but facing problem with above task. Kindly guide. The "Related To" tab is not showing "Property" in master detail relationship.
4 respostas
- Go to the Setup menu in Salesforce.
- Navigate to the Object Manager.
- Find and select the Offer object.
- Click on Fields & Relationships.
- Click New Field.
- Select the Data Type as Master-Detail.
- select related list as a property
- Enter "Property" as the Field Label.
- Enter "Property" as the Field Name.
- Configure any other desired settings for the field.
- Save the field.
To create a custom Lookup field on the Offer object:
- Follow steps 1-4 mentioned above.
- Click New Field.
- Select the Data Type as Lookup.
- select related list as a contact
- Enter "Contact" as the Field Label.
- Enter "Contact" as the Field Name.
- Choose the object you want to look up to (e.g., Contact) in the Related To field.
- Configure any other desired settings for the field.
- Save the field.