SetTemporarySelection

<< Click to Display Table of Contents >>

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

SetTemporarySelection

available from build: 20080708

Description

With this command it is possible to temporarily set a selection of UNIQUE_ID that will be used by any command that implicitly uses the current selection in the Browser, for example the PutInBriefcaseTree.

Syntax

call DBWShell("SetTemporarySelection  uidList")

Parameter

uidList

It's a comma separated uid list

Remarks

The browser must be opened before executing the command.

Example

...
DBWShellStandalone("SetTemporarySelection 100,200,300")
DBWShellStandalone("PutInBriefcaseTree ...")
...