Defining Global Variables

In MDM Process Designer, global variables are added by defining data fields at the package level (and not at the process level).

Procedure

  1. To add a global variable (new data field), right-click on Package (For example, Sample) and select New > Data field. This starts up the new data field wizard.
  2. Define a data field for inDocument:
  3. Enter a label and name.
  4. Set the type to Declared Type.
  5. Select In Document from the Declared Type dropdown.
  6. If you want to provide an initial value to the variable, click the Initial Value tab and provide the value in the text box.
  7. Click the Next button.
  8. You can enter a description here. Click Finish.

Result

You can map parameters to global variables as required.