|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Event Scripts > Revision > OnUnCheckIn.LST script file |
it is executed when un-checkin-in a document.
Using this script it is possible to control the way a document is unchecked in, basing on rules that can be implemented in the script itself.
LST folder
Options→Revisions
@DOCUMENT_UNIQUE_ID |
uid of the doc to uncheckin |
|---|---|
@IS_LINKED_DOCUMENT |
the currently processed document is |
@IS_POST_EVENT |
<0/1> |
@OKUNCHECKIN |
0: fail |
The OnUnCheckIn.LST script is called two times:
1.BEFORE the actual uncheckin operation
2.AFTER the uncheckin operation has been executed
OnCheckin.LST script file