Skip to main content

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 respuestas
  1. 28 may 2023, 11:18
    1. Go to the Setup menu in Salesforce.
    2. Navigate to the Object Manager.
    3. Find and select the Offer object.
    4. Click on Fields & Relationships.
    5. Click New Field.
    6. Select the Data Type as Master-Detail.
    7. select related list as a property
    8. Enter "Property" as the Field Label.
    9. Enter "Property" as the Field Name.
    10. Configure any other desired settings for the field.
    11. Save the field.

    To create a custom Lookup field on the Offer object:

    1. Follow steps 1-4 mentioned above.
    2. Click New Field.
    3. Select the Data Type as Lookup.
    4. select related list as a contact
    5. Enter "Contact" as the Field Label.
    6. Enter "Contact" as the Field Name.
    7. Choose the object you want to look up to (e.g., Contact) in the Related To field.
    8. Configure any other desired settings for the field.
    9. Save the field.

0/9000