Skip to main content
I need to add a custom field on the Product Object which brings in the first date that the product was added to an Opportunity. 

 

For example, this product (https://cdn.zappy.app/9eb1435e9a5872d2c38c51fc338f0253.png) CMBLMM. If this opportunity (https://cdn.zappy.app/91e5b5f784408c192f706f87da9636cd.png) was the first datetime that this product was added to any closed opportunity in my Salesforce instance, I'd like to populate the product field with this date 18/05/2020.

 

Is this possible?
1 risposta
  1. 20 mag 2020, 06:04
    Hi Shaun, 

     

    You would essentially need to create automation on the opportunity product object. I would try creating a process on Opportunity product that runs upon record creation, and checks whether the related product's first opportunity date field is empty. If it is, it would update the related product record and set that field to the formula value TODAY() 
0/9000