Loading

"Apply to Members" Does Not Update the Master Quote in Group Cart

Veröffentlichungsdatum: Jun 26, 2026
Beschreibung

Issue

After running the Apply to Members action in an Industries CPQ or Energy & Utilities Cloud Group Cart, the Master Quote record does not reflect any updates. Users expect the Master Quote fields to change, but the record remains unmodified after the action completes.

Symptoms

  • The Master Quote record shows no field changes after running Apply to Members.
  • The vlocity_cmt__HasUnappliedGroupItems__c field remains true on the Quote Group after running the action (if the batch did not complete successfully).
  • The vlocity_cmt__HasUnappliedMembers__c field remains true on the Quote Group after running the action (if new members were not fully processed).
  • Users check the Master Quote for confirmation of success instead of the Quote Group record.

Root Cause

The Apply to Members action is designed to propagate group-level product line items and configurations from the Group Cart down to individual member Sub-Quotes (one per member, site, or service account). By design, this action operates only on the Sub-Quotes and updates tracking flags on the vlocity_cmt__QuoteGroup__c record. The Master Quote serves as a container or parent record for the group and is not a target of the Apply to Members batch process.

The confusion arises because users expect the Master Quote to be the authoritative record for group status. However, the vlocity_cmt__QuoteGroup__c object holds the propagation-status flags, not the Master Quote. This is expected (by-design) behavior in the Industries CPQ Group Cart architecture.

How the Indicator Flags Work

The two tracking fields live on the vlocity_cmt__QuoteGroup__c record:

vlocity_cmt__HasUnappliedMembers__c

  • Set to true when new members (sites or service accounts) are added to the group but Apply to Members has not yet been run for them.
  • Set to false after the batch processes all members successfully and group-level product line items have been copied to those newly added members.

vlocity_cmt__HasUnappliedGroupItems__c

  • Set to true when group-level line items are added or modified but the changes have not yet been propagated to all member quotes.
  • Set to false after Apply to Members completes successfully for all members with no errors.

Both flags returning to false confirms the group is in a fully consistent state with all changes propagated to the respective Sub-Quotes.

Lösung

Steps to Verify Apply to Members Completed Successfully

  1. Navigate to the Quote Group record associated with the Group Cart (the vlocity_cmt__QuoteGroup__c object, not the Master Quote).
  2. Check the HasUnappliedGroupItems__c field. If the value is false, group-level line item changes have been propagated to all member Sub-Quotes.
  3. Check the HasUnappliedMembers__c field. If the value is false, all newly added members have received their Sub-Quotes with the group-level configuration.
  4. If either flag is still true, verify whether the Apply to Members batch completed without errors:
    • Review the batch job status for any failures or partially processed records.
    • Confirm that all members in the group are active and valid.
  5. If both flags are false but you still do not see expected data on a specific Sub-Quote, navigate to the individual member Sub-Quote record and verify the line items were copied correctly.
  6. Confirm resolution: both flags on the Quote Group are false, and member Sub-Quotes contain the expected group-level products and pricing.

If the Flags Remain True After Running Apply to Members

  • Verify the batch completed: Check for batch job errors or timeout issues. Large groups with many members may require additional processing time.
  • Confirm member validity: Ensure all members (sites or service accounts) in the group are in a valid state.
  • Re-run the action: If the batch was interrupted or partially failed, re-run Apply to Members. The underlying batch process supports retry logic for handling transient failures such as row lock errors.
  • Escalate if persistent: If the flags remain true after multiple attempts with no visible errors, engage Salesforce Support with the Quote Group record ID and batch job details.

Key Clarification

The Master Quote record is not updated by Apply to Members. This is expected behavior. To confirm propagation status, always check the vlocity_cmt__QuoteGroup__c record flags rather than the Master Quote.

Nummer des Knowledge-Artikels

005387801

 
Laden
Salesforce Help | Article