Equivalent of AuditableEntity in DTO Contain the entity creation and modification dates.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| created | dateTime | attribute | 0/1 | Created date | |
| creator | string | attribute | 0/1 | User who created the record | |
| updated | dateTime | attribute | 0/1 | Updated date | |
| updater | string | attribute | 0/1 | Set to the user who updated this record |
Example
<a----- created="..." creator="..." updated="..." updater="..."/>