Try OpenEdge Now
skip to main content
Application Developer's Guide
Using the Rule Wizard framework : Standard macro types : Macro type: changepriority-action
 

Macro type: changepriority-action

Specifies the data necessary for changing work item priority.

Properties

Name
Value
defaultProperty
The rule language statements required to change the priority of the work item.
stringValue
The rule language statements required to change the priority of the work item.

Input properties

Name
Value
selectedRadio
The valid values:
*radPriority. To change the priority to the level indicated by the priority input property.
*radUp. To change the priority one level up.
*radDown. To change the priority one level down.
priority
Valid values are low, medium, and high. If the selectedRadio property contains the "" value, then the priority changes to the value of this property.

References

Name
Value
workstepName
An expression of type macro.property which gives the workstep name the rule template is applied to. The value must be non-null.