RelationTreeView Action Parameters

Supported RelationTreeView Action Parameters.

The RelationTreeView action supports the following input arguments:

CheckRights

If set to true, the user's access rights are taken into account when displaying the relationship hierarchy.

Nodes that are locked due to the user's access rights can not be expanded and no context menu is displayed. For such nodes text no.7 from the relationship_text text group is displayed.

Default: false.

ExpandLevel

Determines how many levels of the relationship tree are initially loaded and expanded. Deeper levels are retrieved from the server and expanded, when the user clicks on a branch.

ExpandLevel = -1 loads and expands the entire tree upon opening the page.

ExpandLevel = 0 displays the tree completely collapsed.

Default: -1

ExpandFI

Setting this to the custom expand results in the Company (FI) infoarea's related entity to be displayed only when the relationship entity node is selected in the relationship tree heirarchy view.

Note: If this is not set, then on opening the relationship view all the related entities are displayed.

ExpandKP

Setting this to a custom expand, results in the PersonInCompany (KP) infoarea's related entity to be displayed only when the relationship entity node is selected in the relationship tree hierarchy view.

Note: If this is not set, then on opening the relationship view all the related entities are displayed.

ExpandPB

Setting this to a custom expand, results in the Relationship (PB) infoarea's related entity to be displayed only when the relationship entity node is selected in the relationship tree heirarchy view.

Note: If this is not set, then on opening the relationship view all the related entities are displayed.

InfoArea / RecID

The root record of the hierarchy tree: Record or Linked.

MenuFI

Determines the context menu used for company records.

Default: M_Company.

MenuKP

Determines the context menu used for person records.

Default: M_Person.

MenuPB

Determines the context menu used for relationship records.

Default: M_Relationship.

Reciprocal

If set to true, reciprocal relations are displayed as well.

Default: false.

RelationTreeType

Determines the type of relationship displayed in the tree. Available values: CompanyOverview, CompanyRelated and PersonRelated.

This parameter is mandatory.

Default: CompanyOverview

Note: PersonRelated is only supported if the root record is a person record (KP or PE).