SubmitForReview
Find the syntax, use, parameters, return values, and an example for the SubmitForReview macro command in Connexion client.
| Syntax | BOOL = CS.SubmitForReview (sSymbol) |
|---|---|
| Use to | Submit a bibliographic or authority record, or records selected in a list, for peer review to libraries that you specify by one or more OCLC institution symbols. Or When offline, marks local record(s) for batch submit. Same as using the Action > Submit for Review menu command. |
| Parameters | For sSymbol, enter one or more OCLC institution symbols. If more than one, separate by semicolons (;). Enter in upper- or lowercase. Spaces are optional. Examples:
|
| Comments |
|
| Return values | TRUE if the action is successful, or FALSE if not. |
| Example | Sub Main()
Dim CS As Object Set CS = GetObject(,“Connex.Client”) If CS.IsOnline = False Then CS.Search “BS”, “sf:1” |
| What this example does |
|
