Function: ProjectEstimatedEndDate
A function that returns the Estimated End Date for a project (as configured on the Project Details tab of the Edit Project screen for the project).
Syntax
| Code Block | ||
|---|---|---|
| ||
ProjectEstimatedEndDate(projectName) |
Example
| Code Block | ||
|---|---|---|
| ||
EntityType = Incident AND DueDate > ProjectEstimatedEndDate('Project X')
|