Your browser does not support JavaScript!
You are here: Transaction Rules > Transaction Elements > Math Elements > ACTIVITYFIELD

ACTIVITYFIELD

Description

Activity, ActivityField, and ActivityArray are used to support functionality equivalent to Spawncode 08 where the system would spawn multiples of the same transaction from a single activity.

The ActivityField is used to extract the value of the field within the Activity math object.

ACTIVITYFIELD Element/Attribute Table

TYPE=ACTIVITYFIELD

       
Element Attributes Attribute Value Element Value Definition

<MathVariable>

TYPE

ACTIVITYFIELD

   
  OPERATION SOURCE

The Activity math object you wish to extract a field from.

The variable is given a reference name, a type of ActivityField, and the applicable data type.

    FIELDNAME

A variable you wish to extract the value of from the activity object.

Name of the field from the Activity object you created.

XML Example

<MathVariable VARIABLENAME="ObjectNameEffectiveDate" TYPE="ACTIVITYFIELD" SOURCE="ObjectName" DATATYPE="DATE">EffectiveDate</MathVariable>
 
 

Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices