> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fusioncore.us/llms.txt
> Use this file to discover all available pages before exploring further.

# Miscellaneous Products

> Create a Miscellaneous product — the simple, one-time product type in fusionCore, such as merchandise, an event ticket, or a sponsorship.

## What Is a Miscellaneous Product?

A **Miscellaneous product** is the simplest product type in fusionCore — a standard, one-time item such as merchandise, an event ticket, or a sponsorship. Unlike a [subscription product](/end-user-guides/products/product-set-up/subscription-products), it has no Subscription Plan and does not renew on a schedule, which makes it quick to set up.

Each Miscellaneous product is a Salesforce `Product2` record created with the **Miscellaneous** record type. In most cases you do not need to create Purchase Activities for a Miscellaneous product, though some scenarios call for it.

## How to Create a Miscellaneous Product

<Steps>
  <Step title="Open the product list">
    Click the **App Launcher** (the nine dots at the top left) and type **Products**, then open the **Products** list.

    <Frame caption="Finding Products in the App Launcher">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4844552213/Screenshot_2025-01-02_at_4.18.02-PM.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=ea71c006d10f4a78c459cf0758395c00" alt="The App Launcher search showing the Products object" width="363" height="385" data-path="images/end-user-guides/4844552213/Screenshot_2025-01-02_at_4.18.02-PM.png" />
    </Frame>
  </Step>

  <Step title="Create a new product with the Miscellaneous record type">
    At the top right of the product list view, click **New**, select **Miscellaneous** as the record type, then click **Next**.

    <Frame caption="Selecting the Miscellaneous record type">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4844552213/Screenshot_2025-01-02_at_4.20.05-PM.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=a729e058a13b4093c044f1b7f03d9876" alt="The record type selection dialog with Miscellaneous selected for a new Product" width="896" height="341" data-path="images/end-user-guides/4844552213/Screenshot_2025-01-02_at_4.20.05-PM.png" />
    </Frame>
  </Step>

  <Step title="Fill in the product information">
    Complete the **Product Information**:

    * **Name**
    * **A/R Account** (`A_R_Account__c`)
    * **Business Unit** (`Business_Unit__c`)
    * **Revenue Account** (`Revenue_Account__c`)
    * **Standard Price** (`Standard_Price__c`)

    <Info>
      The Business Unit on the GL Account **must** match the one on the Product record. Otherwise, an error is thrown on save.
    </Info>

    <Frame caption="Product Information for a Miscellaneous product">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4844552213/Product_Information.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=d6a5a3c2fdb2175649c852a8b1e921e9" alt="A Miscellaneous Product record with Name, A/R Account, Business Unit, Revenue Account, and Standard Price filled in" width="1670" height="1490" data-path="images/end-user-guides/4844552213/Product_Information.png" />
    </Frame>
  </Step>

  <Step title="Activate and save">
    Check the standard Salesforce **Active** (`IsActive`) field if you want the product to be available for purchase, then click **Save**.

    <Note>
      If you populate the **Standard Price** (`Standard_Price__c`) field, fusionCore automatically creates a Price Book entry in the default Standard Price Book for the product's own currency. The automation skips this step when **Standard Price** is left blank, so set it if you want the standard entry created for you. Additional Price Book entries — in other currencies or in custom Price Books — must be created as their own entries.
    </Note>
  </Step>
</Steps>
