<< Click to Display Table of Contents >> Case Process Definition |
FUNCTION |
DESCRIPTION |
SYNTAX |
---|---|---|
ProcessDefinition.Active |
This function returns true when the process version corresponds to the active version. |
Me.Case.ProcessDefinition.Active |
ProcessDefinition.Category.Name |
This function returns the process category name. |
Me.Case.ProcessDefinition.Category.Name |
ProcessDefinition.DisplayName |
This function returns the process display name. |
Me.Case.ProcessDefinition.DisplayName |
ProcessDefinition.EstimatedDuration |
This function returns the expected process duration in minutes. |
Me.Case.ProcessDefinition.EstimatedDuration |
ProcessDefinition.Name |
This function returns the process name. |
Me.Case.ProcessDefinition.Name |
Last Updated 1/6/2022 11:34:45 AM