Skip to main content
Skip table of contents

"Save" Action

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

For theSaveaction, you can define the default attributes for actions.

Example

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

The example above creates the following action:

JavaScript errors detected

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

If this problem persists, please contact our support.