"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: