Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 01:05 AM - edited 05-09-2023 01:08 AM
Hi Ankur,
So I've updated the script as suggested but the tasks are still being generated?
so script now reads:
var terminationDate = current.variables.termination_date.getDisplayValue();
var formatdate = day.getByFormat("yyyy-MM-dd");
gs.info("Termination Date" + terminationDate);
answer = gs.dateDiff(new GlideDateTime(), terminationDate, true);
Alex