Skip to main content
Skip table of contents

Action "New"

Die Action New wird über das Element <NewAction/> innerhalb von <Actions> erzeugt. Mit der Action New wird ein neuer Eintrag angelegt. Dazu wird im Detail-Strukturelement ein neues Objekt angelegt. Die darin enthaltenen Felder sind leer.

Für die Action New lassen sich die Standardattribute für Actions definieren.

Das Attribut componentName ist für das Element <NewAction/> erforderlich.

Beispiel

Beispiel Action "Neu"
XML
<DetailComponent path="Dashboard" displayName="Dashboard" default="true">
    <Actions>
        <NewAction componentName="personDetail"/>
    </Actions>
    <FlowLayout>
    …
    </FlowLayout>
</DetailComponent>

Das obige Beispiel erzeugt folgende Action:

JavaScript errors detected

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

If this problem persists, please contact our support.