Skip to main content
Planview Customer Success Center

GetEstimatedDueDate Function

GetEstimatedDueDate (workItem as ObjectIdentifier, user as ObjectIdentifier) as DateTime

Category: Date
Description: Returns the estimated due date of a specified work item, based on the actual and estimated work item progress and duration. The "user" parameter is optional, and if not entered will return the estimated due date of the work item as a whole.
Supported Context: BusinessRules
Parameters:  
workItem as ObjectIdentifier(Work Item) Represents a specific work item or field that references a specific work item, for which you would like to get an estimated due date on
user as ObjectIdentifier(User) This is an optional parameter that represents a specific user in your organization, if entered, the function will check the estimated due date based on the specified user's calendar
Returned value as DateTime Returns a date value equal to the estimated due date of the work item specified in the "workItem" parameter for the specified user, if no user is entered in the "user" parameter will return the estimated due date of the work item as a whole