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
  • Which objects can I use?
  • Where can I access objects?

Was this helpful?

  1. Introduction

Liquid objects

Objects tell Current RMS where to output content on a document or template. They are surrounded by matched pairs of curly brackets.

Objects let you output content from your system onto your document layouts or discussion templates. They're also sometimes called “output” or “output markup”.

For example, the order object has an object called name that outputs the opportunity name.

Input

{{ order.name }}

Output

V-Blast Music Festival

Which objects can I use?

All the objects that you can use are documented on this site. Use the list of the left to get started

Where can I access objects?

Some objects can only be accessed in particular document layouts or discussion templates. Generally speaking, records must be related in order to access an object. For example:

  • You can access the invoice.items object from an invoice document because items are against the invoice record.

  • You can access the invoice.items object from an opportunity document where an opportunity has linked invoices. The opportunity is related to the invoices, and invoice items are against the invoices.

  • You can't access the invoice.items from a quarantine document. There's no relation between a quarantine record and an invoice.

There's information and examples at the top of each of the object guides to let you know where and how you can access an object.

PreviousLiquid operatorsNextLiquid tags

Last updated 5 years ago

Was this helpful?