Importing and Exporting Module Variables

When you import or export data from a model that contains modules, the import and export links you set up for the model apply to all modules in the model. You don't set up separate import/export links for individual modules in the model.

To import a variable value into a module, you have to specify the variable's fully qualified name (modulename.entityname) in the import file.

Concept Link IconSee Also