|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Selection > SetTemporarySelection |
available from build: 20080708 |
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.
call DBWShell("SetTemporarySelection uidList")
uidList |
It's a comma separated uid list |
The browser must be opened before executing the command.
...
DBWShellStandalone("SetTemporarySelection 100,200,300")
DBWShellStandalone("PutInBriefcaseTree ...")
...