Skip to main content
Skip table of contents

"New" Action

The New action is created with the element <NewAction/> within <Actions>. The New action creates a new entry. To do this, a new object is created in the detail structural element. The fields contained therein are empty.

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

The componentName attribute is required for the <NewAction/> element.

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

Above code 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.