|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > RemoteAccess > SetBriefcaseUniqueId |
available from build: 20160204 |
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.
call DBWShell("SetBriefcaseUniqueId")
The Browser is not needed to be opened when executing the PutIntoBriefcaseTree command if the SetBriefcaseUniqueId has been executed just before it.
PutIntoBriefcaseTree
SelectAllDocumentsInBriefcase
...
DBWShell("SetBriefcaseUniqueId 1234456")
DBWShell("PutInBriefcaseTree ...")
...