# RelationActor
The RelationActor
contains the various attributes of a relation. On the one hand, attributes of the relation, like its name, are set. On the other hand, runtime values are stored.
So with the help of the RelationActor
it is possible to hold the parentBean
or the childBeans
and thus to influence the behavior of the Reference Find Pop-up.
# Properties
Parent:
Actor
Type:
RelationActor
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
relationName | string | Name of the relation |
relationField | string | Can be used as an alternative to relationName . If no relationName is set, it will be generated by moduleName and relationField . |
moduleName | string | Name of the target module |
allowMultiple | boolean default: true | Indicates if this relation can contain more than one value |