Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides a location for defining one notification class field.
Syntax
<NotificationClasses>
<NotificationClass>
...
<Schema>
<Fields>
<Field>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Required once or more per Fields element. |
Updates |
Can be added and deleted when updating the application. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
FieldName Element for NotificationClass/Schema/Fields/Field (ADF) FieldType Element for NotificationClass/Schema/Fields/Field (ADF) |
Hinweise
If you add or delete a Field, updating the application deletes and re-creates the notification class to which it corresponds. This includes dropping and re-creating the SQL Server tables used by this notification class. Any data existing in the original notification class tables is permanently deleted.
Beispiel
The following example shows the definition of a StockPrice notification field.
<Field>
<FieldName>StockPrice</FieldName>
<FieldType>money</FieldType>
</Field>
Siehe auch
Verweis
FieldType Element for NotificationClass/Schema/Fields/Field (ADF)
Application Definition File Reference
Andere Ressourcen
Definieren des Benachrichtigungsschemas
Aktualisieren von Instanzen und Anwendungen