Charge Segment (zqu__ChargeSegment__c)
The Charge Segment (zqu__ChargeSegment__c) object stores metrics like MRR, TCB, and deltas at the charge segment level, as returned by the preview response. It includes detailed mappings for various metrics such as Quantity, Delta Quantity, Gross MRR, and others, highlighting their definitions and field mappings.
The Charge Segment (zqu__ChargeSegment__c) object is designed to store charge segment-level metrics like MRR, TCB, and deltas as returned by the preview response.
For some remove product actions and usage charges the following table is not applicable.
Metric Field | Preview Result field mapping | Description |
---|---|---|
Quantity (zqu__Quantity__c) | chargeMetrics -> charges -> periods -> quantity | Number(13,5) The total quantity of the charge. Identify the ChargeMetrics "periods" data block for the corresponding charge based on the "chargeNumber" and the "startDate" field values. |
Delta Quantity (zqu__DeltaQuantity__c) | chargeMetrics -> charges -> periods -> deltaQuantity | Number(13,5) The Contracted Delta Quantity of the charge. This is not the delta per charge within the term. It is not the same as Delta Quantity on QCS. This delta quantity represents the delta from the start of the subscription version from which the Quote is effective. For new quotes, the Delta Quantity is the same as the Quantity. |
Gross MRR (zqu__GrossMRR__c) | chargeMetrics -> charges -> periods -> grossMrr | Number(16,2) The segment MRR is exclusive of any discounts applicable. For more information, see MRR metric. |
Delta Gross MRR (zqu__DeltaGrossMRR__c) | chargeMetrics -> charges -> periods -> deltaGrossMrr | Number(16,2) The segment change in MRR between the latest segment MRR and previous segment MRR after a subscription amendment, exclusive of any discounts applicable. |
Net MRR (zqu__NetMRR__c) | chargeMetrics -> charges -> periods -> netMrr | Number(16,2) The segment MRR includes all the applicable discounts, including the fixed amount and percentage discounts. |
Delta Net MRR (zqu__DeltaNetMRR__c) | chargeMetrics -> charges -> periods -> deltaNetMrr | Number(16,2) The segment change in MRR between the latest segment MRR and the previous segment MRR after a subscription amendment, including any applicable discounts. |
Gross TCB (zqu__GrossTCB__c) | chargeMetrics -> charges -> periods -> grossTcb | Number(16,2) The Total Contracted Billing, exclusive of discounts, of a segment, which represents the forecasted total amount that is billed over the entire duration of a Charge Segment at the time it is booked, signifying the total expected revenue from the Charge Segment based on their initial subscription details. |
Delta Gross TCB (zqu__DeltaGrossTCB__c) | chargeMetrics -> charges -> periods -> deltaGrossTcb | Number(16,2) The difference of a Charge Segment's TCB as a result of an Order, exclusive of discounts. |
Net TCB (zqu__NetTCB__c) | chargeMetrics -> charges -> periods -> netTcb | Number(16,2) The TCB of a segment, inclusive of discounts, which represents the forecasted total amount that will be billed over the entire duration of a Charge Segment at the time it is booked, essentially signifying the total expected revenue from the Charge Segment based on their initial subscription details. |
Delta Net TCB (zqu__DeltaNetTCB__c) | chargeMetrics -> charges -> periods -> deltaNetTcb | Number(16,2) The difference of a Charge Segment's TCB as a result of an Order, inclusive of discounts. |
Start Date (zqu__StartDate__c) | chargeMetrics -> charges -> periods -> startDate | Date The effective start date of the Charge segment. The Periods metric does not create Charge Segments for Usage charge types and Remove actions. Therefore, their start dates do not originate from this source. |
End Date (zqu__EndDate__c) | chargeMetrics -> charges -> periods -> endDate For removed Recurring charges, the end date is sourced fromorderMetrics -> orderActions -> orderMetrics -> quantity -> endDate | Date The effective end date (inclusive) of the Charge segment. For example, a one-year term starting Jan 1, 2025, ends on Dec 31, 2025. The Periods metric does not create Charge Segments for Usage charge types and Remove actions. Therefore, the start dates do not originate from this source. |