Here is a screen shot of the custom field that I am tring to re create on the Opp Product object
3 个回答
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.