DeleteParentChild

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > Database >

DeleteParentChild

Description

Deletes only the parent-child relationships of the document with the assigned unique identifier.

Syntax

call DBWShell("DeleteParentChild DocUID")

Parameters

DocUID

unique id of the document to which delete relationships.

Remarks

As a result, the document loses both parenthood and childhood relationships.

Example

call DBWShell("DeleteParentChild 84")