Verification script events
You can use scripting to display labels on a verification form translated for the currently-selected language or to provide special logging functionality.
You can do one of the following:
-
Set up a script event for a field
-
Set up a script event for a folder field
The verification form and the verification pane and its elements are available via script, and several script events are provided to get access to those elements.
VerificationForm and VerificationPanel are listed in the Object list only if you have selected the Display field for verification field properties setting.
The following script events allow access to the verification form:
-
AfterFieldChanged
-
AfterFieldConfirmed
-
BeforeFieldGetFocus
-
DocumentLoaded
-
FieldGotFocus
The following script events allow access to the verification pane and its elements:
-
AfterFieldChanged
-
AfterFieldConfirmed
-
FieldGotFocus
-
FolderLoaded
The following script events are from the Project sheet:
-
BatchOpen
-
BatchClosed
The following objects are available:
-
CscVerificationDocViewer
-
CscVerificationLabel
For detailed information about of the complete set of script events, see Scripting Help.
Related topics: