Oracle Migration Tool On Demand Guide > Migrating Workflow Rules and Action Sets > Elements and Sections in the Workflow Action Sets Output File >

Field Update Workflow Action Set


Table 61 describes the elements and sections in the Field Update workflow action set XML output file.

Table 61. Elements and Sections in the Field Update Workflow Action Set XML File
Element or Section
Description

<data:WorkflowName>Opportunity Approval</data:WorkflowName>

This element contains the name of the workflow rule with which this action is associated. When performing an Upsert or InsertOrUpdate operation for workflow actions, this name is used to find a matching workflow rule.

<data:WorkflowAction>
  <data:Name>UpdateFieldTest</data:Name>
  <data:Active>true</data:Active>
  <data:Order>5</data:Order>
  <data:WorkflowFieldUpdateAction>
    <data:FieldName>Total Asset Value</data:FieldName>
    <data:Value>10000</data:Value>
    <data:OverwriteExistingValues>true
    </data:OverwriteExistingValues>
  </data:WorkflowFieldUpdateAction>
</data:WorkflowAction>

This section contains the Field Update Workflow action elements. A Field Update Workflow action must be preceded by at least one Wait action.

The <Order> element is the order number for the workflow action within the set of actions on the workflow rule and determines the order in which Oracle CRM On Demand invokes the sequence of workflow actions.

Oracle Migration Tool On Demand Guide, Release 34 Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.