BackreferenceAttribute

Template attributes of this type represent association backreferences. Where association attributes allow navigating from the “many” side of a many-to-one association to the “one” side, backreferences do the opposite: they allow navigating from the “one” side to a list of objects on the “many” side.

Implements

Fields

apiName (String!)
The api name for this attribute. The api name uniquely identifies this attribute within its template, and it can be used to refer to the attribute from expressions.

name (String)
The human-readable name of the attribute. This may not be unique, and may change over time.

type (TemplateAttributeType!)
The type of attribute.

writeable (Boolean!)
This field is included for compatibility with the TemplateAttribute interface; associations are always writeable.

sourceTemplate (Template!)
The type of objects that can be on the other side of this association.

sourceApiName (String)
The api name of the corresponding association attribute on the “many” template.

See Also

Updated on September 9, 2025

Related Articles