SetBriefcaseUniqueId

<< Click to Display Table of Contents >>

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

SetBriefcaseUniqueId

available from build: 20160204

Description

This command sets the top-level Unique Id to be used by the PutIntoBriefcaseTree command, no matter what is the current selection in the Browser.

Syntax

call DBWShell("SetBriefcaseUniqueId")

Remarks

The Browser is not needed to be opened when executing the PutIntoBriefcaseTree command if the SetBriefcaseUniqueId has been executed just before it.

See also

PutIntoBriefcaseTree
SelectAllDocumentsInBriefcase

Example

...
DBWShell("SetBriefcaseUniqueId 1234456")
DBWShell("PutInBriefcaseTree ...")

...