Pass current date to Incident Short Description using ATF
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 12:32 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 03:32 AM
Hi @ashok9034, if you'd like to generate any non-static data, such as the date you mentioned, I suggest inserting the record via script, and setting the Short Description to, for instance, new GlideDateTime(). An alternative would be to keep the step that you currently have, and use the script just to update the Short Description.
Please mark this response as useful and the question as solved if the issue has been solved. Thank you!