common-reset-item-field-by-id
Reset specific fields in a Sitecore content item by ID to restore default values or clear custom data, supporting field names with wildcards and standard template fields.
Instructions
Resets item fields, specified as either names, fields or template fields by ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the item to be analysed. | |
| name | No | Array of field names to include - supports wildcards. | |
| includeStandardFields | No | Includes fields that are defined on Standard template. | |
| database | No | The database containing the item (defaults to the context database). |