Skip to main content
I am trying to map a custom field labeled "Duration" that lives on the product object to also live on the Opportunity Porduct object, so that I can see the duration field on the product related list. Can anyone help me out on how to have the information found in the duration field found on the product object to also be founbd on the opportunity product object, and have the information match eachother. So basically close this field to live on 2 objects with the same exact information.  

 

Here is a screen shot of the custom field that I am tring to re create on the Opp Product object 

 

Mapping Custom Field to Multiple Objects
3 respuestas
  1. 13 jul 2018, 17:45
    Hi again. You can create a custom formula field that pulls information from a related record. In this case, the product record. 

     

    SET UP > OBJECT MANAGER > Opportunity Product > Fields and Relationships

     

    On that page click on NEW and select formula field. On the next screen give the field a name and select the return type text

     

    On the formula page, select insert field and select the right field. You can navigato to related objects using the line items with a ">". So for example, on the screen below I would be inserting the product SKU field. Click on insert when you have the right field selected and you should then be able to save your formula field and add it to the page layout. 

     

    Hi again. You can create a custom formula field that pulls information from a related record. In this case, the product record.
0/9000