Skip to main content
1 answer
  1. Oct 25, 2013, 7:12 AM
    Hey Oded,

     

    If it's a field on the Opp, you can do this by creating a custom formula (date) field on the Quote like this:

     

    Opportunity.Your_Date_Field__c

     

    You can also create the same formula on a Quote Line Item:

     

    Quote.Opportunity.Your_Date_Field__c

     

    If it's a field on the Opp line item, this isn't possible because the Quote will know which Opp to use, but it won't know which Opp Line Item to use since there can be multiple.

     

    Hope this helps!

     

    David
0/9000