Liquid syntax
  • Welcome
  • Introduction
    • What is Liquid syntax?
    • Liquid operators
    • Liquid objects
    • Liquid tags
    • Liquid filters
    • Best practices
  • Information
    • Attributes
    • Consolidation
    • Custom fields
    • Date filter reference
    • Deal pricing
    • Special items
  • PDF renderer
    • PDF document limitations
  • General
    • Address detail
    • Attachments
    • Company
    • Emails
    • Links
    • Phones
    • Store
  • Activity
    • Activity
  • Inventory Check
    • Inventory check (stock check)
    • Inventory check items (stock check items)
  • Invoices & Credits
    • Invoice
    • Invoice items
    • Invoice transactions
    • Invoice taxes
  • Opportunities
    • Opportunity
    • Opportunity items
    • Opportunity item assets
    • Opportunity item surcharges
    • Opportunity costs
    • Opportunity return item assets
    • Consolidated opportunity items
    • Consolidated opportunities
  • People & Organizations
    • Contact
    • Organization
    • User
    • Vehicle
    • Venue
  • Products
    • Product
    • Product group
    • Charging period
    • Product accessories
    • Product assets
    • Stock level
  • Project
    • Project
  • Purchase orders
    • Purchase order
    • Purchase order items
  • Quarantine
    • Quarantine
  • Service
    • Service
  • Testing & inspection
    • Inspection results
    • Inspection result tasks
Powered by GitBook
On this page
  • Opportunity groups
  • Objects that return product group objects
  • description
  • icon_url
  • name

Was this helpful?

  1. Products

Product group

The product group object contains information about a product group record.

PreviousProductNextCharging period

Last updated 4 years ago

Was this helpful?

A product group is a way of categorizing products. You can create and maintain product groups in System Setup > Product Groups.

Opportunity groups

Take care not to confuse product groups with opportunity groups. Opportunity groups categorize opportunity items.

When you add products to an opportunity, opportunity groups are created with the same names as your product groups. You can change and rename opportunity groups, nest groups, and even delete them.

Though the names may be the same, opportunity groups will not return product group objects. They are opportunity items and return opportunity item objects.

Objects that return product group objects

product_group is an object of the product object, so you may access it anywhere you may access the product object.

Where you're counting a product group on an inventory check, you may access the product_group object there, too:

{{ stock_check.product_group.name }}

description

Returns the description against a product group.

Input

{{ product.product_group.description }}

Output

Things that make noise.

icon_url

Returns a URL pointing at the image for a product group.

Input

{{ product_group.description }}

Output

https://s3.amazonaws.com/cobra-ca9a7ac0-2539-0131-ba41-0050569ba36f/icons/267/thumb/wa.png

name

Returns the name of a product group.

Input

{{ product_group.name }}

Output

Audio
Product