Skip to main content

 

OCLC Wise Support EN

How do I create a list of titles manually created by specific staff members?

Applies to
  • Wise configuration
Answer

This information can be gathered by running the following query in the Manager at systemWise > Reports > Report processor, on the Queries tab:

select *
from titels where mak_id='10'
limit 999;

For the mak_id, you will need to find the Customer ID for the staff in question and substitute the number there. The Customer ID can be found in the Manager, under systemWise > Access authorizations.

Additional information

Report processor

Page ID
4773