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