Moves a document and all related ones into a project with the logging. The documents are moved to the apps of an other project. Each moving document will be moved to the destination project's app which is named just as the current app of the document is named in the source project. The related documents are defined by the config DocExt\DocUpDoc ( items with the tag DEL[ ALSO ] ) named as the form of the moved document.

Syntax

DEprMove( doc, trgPrjName$ )

Arguments

doc - NotesDocument, modified. The document which should be moved.

trgPrjName$ - string, input. The name of a Project config with the app which the document should be moved into.

Return

Boolean. The value True (-1) means that the document itself and all related ones were successfully moved to the apps of the destination project.

Configs used

Project, DocExt\DocUpDoc.


Topic links:

Project config

DocExt\DocUpDoc config

See also:

Functions of the library DocExtLib