Details
| ID | SetDateField |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | Utility |
README
Sets a custom incident field with the current date.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Utility |
Inputs
| Argument Name | Description |
|---|---|
| fieldName | The name of the incident custom field. |
Outputs
There are no outputs for this script.
commonfields: id: SetDateField version: -1 name: SetDateField script: '' type: python subtype: python3 tags: - Utility comment: Sets a custom incident field with current date. enabled: true args: - name: fieldName required: true description: "The name of the incident custom field of type date." scripttarget: 0 fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)