CEventDefinition
Contains information for a workflow event definition. Each boolean member indicates if the specific field is visible in the event. Read only.
Fields
Field | Type | Description |
---|---|---|
name | string | Event name. |
user | boolean | Indicates if the By user field is displayed. Always true. |
datetime | boolean | Indicates if the Date field is displayed. Always true. |
notes | boolean | Indicates if the Notes field is displayed. Always true. |
resultingState | boolean | Indicates if the Resulting State field is displayed. |
resultingStateValues | CFieldValue[] | List of resulting state values. |
fileattachments | boolean | Indicates if file attachments are allowed. |
timeTracking | boolean | Indicates if time tracking field are displayed. |
timeSumOfAll | boolean | Indicates if the sum of all actual hours for the event is displayed. |
timeHoursSinceLast | boolean | Indicates if the number of hours since the last event was entered is displayed. Always false. |
newAssignment | boolean | Indicates if the event results in a new assignment and if the To user field is displayed. |
releaseNotes | boolean | Indicates if the event notes will be included in release notes. |
marksuspect | boolean | Indicates if downstream links and relationships should be marked suspect. |
reviewnote | boolean | Indicates if the event is visible in Review Mode in requirement documents. Only applies to informational requirement and document workflow events. |
customFields | CField[] | List of available custom fields for the event. |
Returned by
getEventDefinitionList (ArrayOfCEventDefinition)