UpdateHoldings
Find the syntax, use, parameters, return values, and an example for the UpdateHoldings macro command in Connexion client.
Syntax | BOOL = CS.UpdateHoldings |
---|---|
Use to | For an existing record or a workform, or records or workforms selected in a list, update holdings (add your OCLC institution symbol). For workform(s), add to WorldCat. Or When offline, marks local record(s) for batch update. Same as using the Action > Holdings > Update Holdings menu command. |
Parameters | None |
Comments |
|
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object CS.Search “WC”, “#1” |
What this example does |
|