Transitions Element

The <Transitions> element triggers a modification to the Activity's effective date in the presence of a specific condition.

TransitionElement: Elements and Attributes

Element

Parent Element

Attribute

Description

<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.

 

<Queue>

METHOD

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:

  • VALUATION

    • literal text

 

<Queue>

ADVANCETOSYSTEMDATE

Required:

This attribute allows the Activity's effective date to change systematically to the System Date.  

Values:

  • No

    • default

    • The Effective Date will not be changed.

  • Yes

    • The Effective Date will be changed to the System Date.

  • field

  • variable

XML Schema

<Transaction>
...        
    <Transitions>
        <Queue METHOD="VALUATION" ADVANCETOSYSTEMDATE="[No | Yes]"/>
    </Transitions>
...
</Transaction>
 

XML Example

<Transaction>
...       
    <Transitions>
        <Queue METHOD="VALUATION" ADVANCETOSYSTEMDATE="Yes"></Queue>
    </Transitions>
...
</Transaction>