OnUnCheckoutRecord.LST script file

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Event Scripts > Revision >

OnUnCheckoutRecord.LST script file

Description

It is executed when un-checking out a record in the database.

Location

LST folder

Activation

Options→Revisions

Input

@DOCUMENT_UNIQUE_ID

uid of the record that is being uncheckedout

Remarks

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.

See also

OnCheckout.LST script file

OnCheckout.LST script file
OnCheckoutRecord.LST script file