Stock level object
Matthew James Finkel avatar
Written by Matthew James Finkel
Updated over a week ago

The stock_level object contains information held against a product stock level. These records contain details of the stock related to a product. 

The stock_level object can be accessed in opportunity and product document layout: 

{{ stock_level.asset_number }}

From a product document layout, you may use the serialized components loop to access stock level fields relating to a serialized component:

{% for component in asset.serialised_components %}
  {{ component.asset_number }}
{% endfor %}

Objects

Did this answer your question?