Transitions Element
The <Transitions> element triggers a modification to the Activity's effective date in the presence of a specific condition.
|
Element |
Attributes |
Parent Element |
Description |
Element/Attribute Value |
|---|---|---|---|---|
|
<Transitions> |
<Transaction> |
Optional: The element triggers an update of the Activity's effective date to the current system date. |
||
|
<Queue> |
<Transitions> |
Required: This element provides the details to modify the Activity's effective date. |
||
|
METHOD |
<Queue> |
Required: This attribute tells the system that the Activity's effective date is modified due to the existence of prior activities in NUV Pending status. |
Values:
|
|
|
ADVANCETOSYSTEMDATE |
<Queue> |
Required: This attribute allows the Activity's effective date to change systematically to the System Date. |
Values:
|
XML Schema
<Transaction>
...
<Transitions>
<Queue METHOD="VALUATION" ADVANCETOSYSTEMDATE="[No | Yes]"/>
</Transitions>
...
</Transaction>XML Example
<Transaction>
...
<Transitions>
<Queue METHOD="VALUATION" ADVANCETOSYSTEMDATE="Yes"></Queue>
</Transitions>
...
</Transaction>