null

Skip to end of banner
Go to start of banner

Selection by File

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

The data processing for a selection by file runs with a module, which is also used by the ProPLMClient.
For a ProMassOperations object selection, one valid object key must be written per line:

<Object key 1>
<Object key 2>
...
<Object key n>


Each object key needs:

Object type

Description

Key

DRAW

Document info record

<type></><number></><part document></><version> or
<type></><number></><part document>
Without <version> the highest version will be used.

MARA

Material master record

<material number>

The following separators (</>) can be used for the document keys: ";" (semicolon) "/" (forward slash) or tab stop.
In this data processing module different object types are allowed. For more information please refer to ProPLMClient User Manual.

If the file contains objects which are not used by the current ProMassOperations operation, the entry will be ignored. This allows using a mixed file to load a ProPLMClient selection and a ProMassOperations object selection.

  • No labels