Skip to main content

#Quote Line Group토론 중인 항목 2개

Kieran Campbell 님이 #Revenue Cloud에 질문했습니다

In Salesforce Revenue Cloud (not CPQ), the standard QuoteLineGroupId lookup field on Quote Line Item won't persist when set via the Transaction Line Editor, even though the Context Definition has an attribute (SalesTransactionItemGroup) mapped to it under the SalesTransactionItem node's Object Mapping; I've confirmed the attribute is Input/Output enabled and mapped correctly, ruled out any downstream trigger/flow overwriting the value (direct API updates to QuoteLineGroupId hold fine), and ruled out a data-type mismatch since other Text-attribute-to-Lookup-field mappings on the same node (Vendor__c, OEM__c, Contract_Vehicle__c) work without issue — the key difference with QuoteLineGroupId is that its target object, SalesTransactionGroup (mapped to QuoteLineGroup), is itself a node within the same Context Definition tree rather than an arbitrary external lookup, and I suspect there's a Node Relationship configuration between SalesTransactionItem and SalesTransactionGroup that's competing with or overriding the manual Object Mapping for that field; has anyone run into this specific case of a standard grouping field not sticking when its target is also a context node, and if so, where in the Node Relationship setup should I be looking to resolve it? 

 

#Revenue Cloud  #TLE  #Quote Line Items  #Quote Line Item  #Quote Line Group  #Quote Line Groups

답변 1개
  1. 8월 1일 오후 7:56

    Hi @Kieran Campbell -  I don't think the Object Mapping is the issue. Since QuoteLineGroup is also a node in the same Context Definition, TLE is likely using the Node Relationship to determine the group and overwriting the QuoteLineGroupId during save. I'd start by reviewing the SalesTransactionItem to SalesTransactionGroup relationship and how it's configured to resolve group membership. The fact that API updates stick but TLE updates don't is a strong clue. 

0/9000

Hello,

 

I am trying to meet the following requirement:

 

1. When a new quote is created, a quote line group needs to be automatically created 

 

I created a flow that creates the Quote Line Group upon the creation of a quote, however the issues I am experiencing are:

 

1. The quote line group that is created upon quote creation, does not show up when I hit the "Edit Lines" button. In the Quote Line Editor there is no reference to the quote line group that has been created.

2. Also, when I hit the add group button within the quote line editor, it seems to no longer work or takes a very long time to load. When I deactivate the flow the "Add Group" button works with no issues.

 

Has anyone dealt with a requirement like this or have any suggestions on how to create a flow or even process builder that will create the Quote Line Group upon quote creation?

 

Thank you all so much!

댓글 2개
0/9000

Hi,

I would like to set/change the Net Total on a Quote Line Group to a custom 'Forced Total'-field on the Group. Instead of e.g. using a margin or discount on group level we want to force the total on a group to be a value of choice. For example: the net total of the group's line items amounts to $100,500. We want that total to change to $100,000 by entering this target amount in a custom field on the group level. 

Is there a way to change the Net Total field on a Quote Line Group?

thanks

댓글 2개
0/9000

Hi, 

I would like to set the (special) price on Quote Line Items based off a margin percentage set on Quote Line Group level. Is this possible? Salesforce does not seem to like using SBQQ__QuoteLineGroup__c in a price condition..

thanks!

댓글 2개
0/9000

Hi CPQ Experts, 

Did anyone tried a summary variable at Quote Line Group level. 

I see "Target Object" field is a pick list for Summary variable object and adding "Quote Line Group" isn't working. 

Not sure what i am missing there.... as we have requirements to put some validation like 1 Bundle per Group, which i am trying to do with Product rule as

 

In which, the complexity is we have a quote line which is specific to Promotions (where the sku's will be standalone not bundles)...rest of groups are eligible to contain bundle sku's 1 per group.

0/9000

Is there any way to access the clone Quote Line Group functionality available in the Quote Line Editor from outside the Quote Line Editor through apex? I have a requirement where I need to allow cloning of groups with the related line items from the Quote Line Group record directly and I would like to know if there are any standard methods or APIs available in CPQ to do this.

댓글 2개
  1. 2019년 10월 1일 오후 1:29
    The use case is that we are considering groups as individual locations and each location can have the exact same configuration. The number of products added to each group can be very large as well. We need to be able to clone the groups from outside the QLE so that the user can decide how many groups to create and set the names of each of those groups in one page and have the groups with the lines created in the background. When we tried this through the QLE, the user would have to press the clone group button and set the group name each time even though none of the product configuration data changed.
0/9000