Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The function "Insert from cache" / allows the insertion of objects using their keys stored in the computer's cache. Single values or several lines and in one line several elements can be processed separately with tab (TAB). An example of several elements in a row is Excel, i.e. one element is stored in the buffer for each column of a cell.

Type
Example

Note

Simple text / single value
<Objectkey>

See notes below on objects with multi-part object keys.

Mehrere Zeilen, z.B. aus Textdatei

Code Block
<Objectkey11> 
<Objectkey12>
<Objectkey13>
. . .

Empty lines are ignored.
See notes below on objects with multipart object keys.

Multiple rows and elements, e.g. from Excel

Code Block
<Objectkeyl1>TAB<Objectkeyl2>TAB<Objectkeyl3> 
<Objectkeyl4>TAB<Objectkeyl5>TAB<Objectkeyl6> . . .

For objects with multi-part object keys, the key is made up of the elements, so only one object is interpreted per line. See below.
Empty elements are ignored.

...

The key of a document info record consists of the four parts document type, number, document part, and version. The treatment in ProMassMaintain supports the following arrangements of the subkeys:

1.

Documnt Document type

Document number

Part document number

Version

2.

Document number

Document type

Part document number

Version

...