|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Event Scripts > Revision > OnUnCheckoutRecord.LST script file |
It is executed when un-checking out a record in the database.
LST folder
Options→Revisions
@DOCUMENT_UNIQUE_ID |
uid of the record that is being uncheckedout |
The action flow of scripts related to UnCheckout action is:
0.OnUnCheckout.LST PRE event: as soon as the UnCheckout action has been invoked; nothing has been done yet.
1.OnUnCheckoutRecord.LST: the PDM is updating the database record
2.OnUnCheckout.LST POST event: every action has been finished, also physical file has been uncheckedout.
OnCheckout.LST script file
OnCheckout.LST script file
OnCheckoutRecord.LST script file