Calculate the due date based on custom field values
Call the following script from a workflow transition action. The script sets the due date based on the value of custom field 10703.
if(isNotNull(customfield_10703)) {
interval i = (string)customfield_10703 + "d";
dueDate = currentDate() + i;
};
Peacock
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.