OnCheckoutRecord.LST script file

<< Click to Display Table of Contents >>

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

OnCheckoutRecord.LST script file

available from build: 20040913

Description

It is executed after every record has changes its state into BEING_MODIFIED (Checkout).

Activation

Options→Revisions

Input

@DOCUMENT_UNIQUE_ID

uid of the doc to checkout

Remarks

The difference with the existing OnCheckout.LST script is that this last is executed only on the document that starts the check-out process, but not on every dependent or related document;

the OnCheckout can stop the execution of the whole process;

instead, the OnCheckoutRecord is just like a notification, it cannot stop any action and it is executed for every record that will be checked-out after the check-out process has been started.

See also

OnCheckout.LST script file

OnUnCheckout.LST script file