SetDateField

Sets a custom incident field with current date.

python · Common Scripts

Details

IDSetDateField
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
TagsUtility

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)