ReplaceAndUpdateHoldings
Find the syntax, use, parameters, return values, and an example for the ReplaceAndUpdateHoldings macro command in Connexion client.
Syntax | BOOL = CS.ReplaceAndUpdateHoldings |
---|---|
Use to | Replace a WorldCat bibliographic record, or records selected in a list, with the current record and update holdings (adds your OCLC institution symbol to the records). Or When offline, marks local record(s) for batch update and replace. Same as using the Action > Replace and 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” If CS.Lock = True Then CS.AddFieldLine 1, “500 Field added at line position 1” |
What this example does |
|