Display all Exhibition Concepts linked to an Exhibition Venue

You can use the USER_SYM_ACT subroutine with the EXH argument in a complex User Symbolic to display all of the Exhibition Concept records linked to an Object record or Activity record's related Exhibition Venue record. If there are multiple venues for an Exhibition Concept record, the Exhibition Venue record's details will only be displayed once.

Subroutine name

USER_SYM_ACT

Subroutine argument

EXH

Example of use

A painting has 12 related Exhibition Venues. However, the object has only been displayed in two Exhibition Concepts. This symbolic provides a list of all the Venues and the associated Exhibition Concept. For example, the painting's related Exhibition Venues 1-10 were part of the Vernon Systems Unveiled exhibition, and the other two related Exhibition Venues were part of the Portraiture exhibition.

Argument structure and syntax

The subroutine is a piece of code that uses ‘arguments’. An argument is a set of options that tells the subroutine what to do. The argument parameters are commonly separated by an exclamation mark.

The EXH subroutine argument structure is:

EXH!arg2

What the argument parameters mean

Argument parameter Required or optional? Explanation
arg2 Optional The field containing the Venue IDs. If not specified this will default to VE_IDS.

Add the conversion: [AU_CONV,EXH]