Objects and fields created by the managed package
This page summarizes the Salesforce custom objects created by the RevOps Salesforce Managed Package and highlights fields commonly used during setup.
note
Object and field API names can vary slightly by package version. If any names below differ in your org, confirm them in Salesforce at Setup → Object Manager.
Custom objects created
The current managed package creates the following custom objects:
| Object label | API name | What it represents | Key relationships |
|---|---|---|---|
| Subscription | RevOps__Subscription__c | Subscription-level record representing active customer subscriptions in Salesforce. | Typically associated with a Salesforce Account and parent to Subscription Line Item records. |
| Subscription Line Item | RevOps__SubscriptionLineItem__c | Individual subscribed item/product on a subscription. | Child of Subscription. |
| Subscription Overview | RevOps__SubscriptionOverview__c | Summary/rollup-style subscription data for reporting and visibility. | Relationship model can vary by package version; verify in Object Manager. |
Field highlights for setup
These are the fields most teams care about when validating mappings and sync behavior.
Subscription (RevOps__Subscription__c)
- Service period fields (start/end date)
- Term length and period type
- Billing frequency
- Status
- Currency
- Account/customer reference fields (as configured in your package version)
Subscription Line Item (RevOps__SubscriptionLineItem__c)
- Subscription lookup/reference
- Quantity and price-related fields
- Service period fields and status fields (if configured in your package version)
Subscription Overview (RevOps__SubscriptionOverview__c)
- Summary-style fields used for visibility/reporting
- Aggregate fields derived from subscription data (field availability varies by version)
Managed package fields vs customer-created custom fields
- Managed package fields are installed by the package on RevOps objects.
- Customer-created custom fields are the fields you create on standard Salesforce objects (for example,
Opportunity.BillingFrequency__c,Opportunity.EffectiveStartDate__c, andOpportunity.EffectiveEndDate__c) to support mappings described in Managed Package setup.