We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
This is not working for me. I assume I am doing something wrong. Here is my script include function. It is client callable.function subtractDays(numberOfDays) {
var today = new GlideDateTime();
var todayString = today.getDisplayValue().split...