X4 Produktdokumentation

Action "Save"

The action save is created with the element <SaveAction/> within <Actions>. The action save saves entered data. The status depends on the validation status.

For the save action the standard attributes for (7.4.0-en) Actions can be defined.

Example action "Save"
XML
<DetailComponent path="Dashboard" displayName="Dashboard" default="true">
	<Actions>
		<SaveAction componentName="personDetail"/>
	</Actions>
	<FlowLayout>
		…
	</FlowLayout>
</DetailComponent>

Above code creates the following action:

SaveAction_en.png