Does anyone know of a way to timebomb a change?
Say I want to make an assignment to change a tolerance for a specific amount of days, then revert to the original tolerance.
Start_date is multiplying the month times the day
end date is the number of days from the beginning of the year minus the current number of days that have elapsed.
Say I want to make an assignment to change a tolerance for a specific amount of days, then revert to the original tolerance.
Code:
ASSIGN/START_DATE=SYSTEMDATE("MM")*SYSTEMDATE("dd") ASSIGN/END_DATE=36-START_DATE
end date is the number of days from the beginning of the year minus the current number of days that have elapsed.
Comment