Transitions Element
The <Transitions
>
element indicates whether the system should automatically update the activity effective date to the current system date..
Element/Tag | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<Transitions > |
|
Optional element: Dynamically controls transaction status change/process behavior. |
|
<Queue/> |
|
Required element: This element specifies how to control the activity processing behavior. |
|
|
METHOD |
Required attribute: This attribute tells the system that the activity transition behavior is being changed due to the exsitence of prior activities in NUV Pending status. |
'VALUATION' literal value only. |
|
ADVANCETOSYSTEMDATE |
Optional attribute Allows the activity effective date to be changed systematically. |
String: 'Yes' or 'No', or a Field or Math Variable with a value of 'Yes' or 'No'. The default value is No. |
XML Example
<Transitions>
<Queue METHOD="VALUATION" ADVANCETOSYSTEMDATE="No"/>
</Transitions>