Action "Cancel"
The Cancel action is created via the <CancelAction/>
element within <Actions>
and effects that an open Overlay Structural Element or Grid component can be closed without saving and reloading the data.
For the Cancel action the standard attributes for Actions can be defined. However, the attributes
componentName
and process
can not be defined for this action and cause validation errors, if they are set.
Example
Sample action "Cancel"
XML
<DetailComponent>
<Actions>
<CancelAction displayName="Cancel"/>
</Actions>
<FlowLayout>
…
</FlowLayout>
</DetailComponent>
Above code creates the following action: