AltProduceAndUpdateHoldings
Find the syntax, use, parameters, return values, and an example for the AltProduceAndUpdateHoldings macro command in Connexion client.
Syntax | BOOL = CS.AltProduceAndUpdateHoldings |
---|---|
Use to | For an existing record or workform, or for records or workforms selected in a list, update holdings (add your OCLC institution symbol). If workform(s), add to WorldCat. Or When offline, marks local record(s) for batch update and alternate produce. Same as using the Action > Holdings > Alternate 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” CS.AltProduceAndUpdateHoldings True, True, 6 bResult = CS.AltProduceAndUpdateHoldings |
What this example does |
|