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

The venue object contains information held against a Venue record. The venue object can be accessed in opportunity, invoice, and project document layouts:

{{ order.venue }}

And from within opportunity item asset records when the venue is allocated to a service booking:

{{ asset.resource }}

From within member documents layouts:

{{ member.name }}

From venue discussion templates:

{{ venue.name }}

From opportunity discussion templates:

{{ opportunity.venue.name }}

From project discussion templates:

{{ project.venue.name }}

Objects

Did this answer your question?