Defining Local Variables

Do the following to define local variables:

  • In the Project Explorer, go to Data Field within the MDM Sub Process.
  • Right click on Data Field and select New > Data Field.
  • The Data Field Details dialog displayed:
  • In the Data Field Details dialog enter data field name in the Label, and set the Declared Type as shown in the following table.
    Data Field Name Set Declared Type to
    RecordsDeleted OutLong
    RecordsProcessed OutLong
    RecordsAttempted OutLong
    ErrorsFound OutLong
    commandStatus OutString
    workDoc InDocument
    EAIResponse OutDocument

In the following sections, we map these local variables to some activity input and output parameters.