Tasks Performed by EnhancedLitCrit
The functions and subroutines of the EnhancedLitCrit script provide the functionality for:
- Identifying the person who has opened the critique, the status of the critique, and the identity of the item reviewed, in order to show the right page of the form.
- Displaying the Choose Title dialog box to let users identify a title in the FmLib database with which to associate a critique they are about to write.
- Responding to certain user interactions with the form; for example, display a different graphic when the user clicks a media type.
- Setting the subject line to read "Critique of:" and the name of the item title, after that title has been entered.
In short, everything beyond simple data validation but short of responding to folder events is performed by the form's script. It accomplishes these tasks in only four functions and subroutines: Item_Open, Item_CustomPropertyChange, Item_PropertyChange, and Item_Write.
For information about the ToApprover form, see Tasks Performed by ToApprover.