Skip to main content
Skip table of contents

Master Structural Element

The Master structural element defines which information is to be displayed in the upper part of the screen using which component. The Master structural element controls which data set displays additional information in the Detail structural element.

If the user has not yet selected a list entry in the Master structural element, the first entry is automatically selected in the desktop view and the corresponding information is displayed in the Detail structural element.


The Master structural element is defined first within the master/detail component. The Master structural element must contain a list component, which is referenced here.

Sample Definition of a Master Structural Element

XML
<MasterDetailComponent  xmlns="http://softproject.de/webapp/1.0">
	<Actions/>
	<Master>
	<!-- Reference to a List component-->
		<ComponentReference source="Customer/Customer.list" name="AllCustomers" />
	</Master>
	<Detail/>
	<Overlay/>
</MasterDetailComponent>

The Technical Process processing the data of the master/detail component is specified in the process attribute of the list component. The Technical Process must be contained in the Services/Processes folder. The path specification is relative to the Services/Processes folder.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.