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

Submit Call Workflow Action Set


Table 66 describes the elements and sections in the Submit Call workflow action set XML output file.

NOTE:  The Submit Call workflow action is available only in Oracle CRM On Demand Life Sciences Edition.

Table 66. Elements and Sections in the Submit Call Workflow Action Set XML File
Element or Section
Description

<data:WorkflowName>Activity Insert</data:WorkflowName>

<WorkflowName> 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:WorkflowAction>

The <WorkflowAction> section contains the details of the workflow action.

<data:WorkflowAction>
  <data:Name>Auto Call Submit</data:Name>
. . .
</data:WorkflowAction>

<Name> is the name of the workflow action.

<data:WorkflowAction>
. . .
  <data:Active>true</data:Active>
. . .
</data:WorkflowAction>

<Active> specifies whether the workflow action is active (true) or inactive (false).

<data:WorkflowAction>
. . .
  <data:Order>1</data:Order>
. . .
</data:WorkflowAction>

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

<data:WorkflowAction>
. . .
  <data:WorkflowSubmitCallAction/>
</data:WorkflowAction>

The <WorkflowSubmitCallAction> section contains no data. For more information about the Submit Call action and how you can use it, see Oracle CRM On Demand Disconnected Mobile Sales Administration Guide, which is available from the Oracle CRM On Demand documentation library on Oracle Technology Network (OTN).

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