Skip to main content
Does Description on quote lines automatically map over to Line Item Description on the Opportunity Line Item with Salesforce CPQ? 
답변 5개
  1. 2019년 12월 13일 오후 9:11
    The field on opportunity line is Line Description(Description) which is standard field and the field on quote line is Description(SBQQ__Description__c). As API names are different, twin field logic will not work to map directly from the quote line to the Opportunity product item. 

     

    My recommendation was to have a workaround solution by creating a custom field with same API name on both Quote line and Opportunity line object. Please check below screenshot where I create 2 custom field with the same API name. I have added the field quote editor fieldset and populating it manually at the quote editor. the values is passed to opportunity line item with twin field. You can use a process builder to auto-populate the value from the standard field. 

     

    The field on opportunity line is Line Description(Description) which is standard field and the field on quote line is Description(SBQQ__Description__c).

     

    User-added image
0/9000