What Is a Subscription Product?
A Subscription product is a product that renews on a schedule, such as a membership. You create it much like a Miscellaneous product, but it carries subscription-specific settings and must be linked to a Subscription Plan before it can be sold. Each Subscription product is a SalesforceProduct2 record created with the Subscription record type. A few fields set it apart:
- Is Subscription (
FCORE_MEM__Is_Subscription__c) and Is Membership (Is_Membership__c) explicitly mark whether the product is a subscription and/or a membership. The Subscription record type can be used for other purposes, so these flags state intent — not every product on the Subscription record type is itself a subscription. - Is Not Renewable (
Is_Not_Renewable__c) — when checked, the product is excluded from renewals.
How to Create a Subscription Product
Open the product list

Finding Products in the App Launcher
Create a new product with the Subscription record type

Selecting the Subscription record type
Fill in the product information
- Name
- Business Unit — required for the product to work correctly
- Customer Type —
IndividualorOrganization - Check Is Subscription (
FCORE_MEM__Is_Subscription__c); check Is Membership if this product is a membership; and check Purchase Activity Creation - A/R Account
- Revenue Account

Product Information for a Subscription product
Save the product (leave it inactive for now)
IsActive) field unchecked until you have finished linking the product to its Subscription Plans and price books.Link the product to its Subscription Plans
Product_Subscription_Plan__c) that links the Product to its Subscription Plans — the link is not a single lookup field on the Product itself.
The Product Subscription Plans related list
Is_Default__c) on the one plan the product should use by default. Repeat for each Subscription Plan you want this product to use. For the default-plan rule and how to link from the Subscription Plan side, see Linking Plans to Products.
Linking the Product to a Subscription Plan
Link the product to the plan's price books

Linking the Product to the Subscription Plan's Price Books
Activate the product
IsActive) field on the Product so it can be sold.Quick Reference for Subscription Product Set Up

Subscription product setup quick reference
Limitations and Common Pitfalls
- A subscription product cannot be sold until it is fully linked. Link it to a Subscription Plan and that plan’s price book before checking the standard Salesforce Active (
IsActive) field. - Is Subscription is not set automatically. You must check Is Subscription (
FCORE_MEM__Is_Subscription__c) yourself — nothing sets it for you. - Business Unit must match the GL Accounts. The Business Unit on the chosen A/R and Revenue GL Accounts must match the product’s Business Unit, or the save errors.

