►Data Exchange Reference Data> Output Formats
The hitlist view for Users is displayed when carrying out a search in the Users domain. The hitlist shows a standard set of fields. If required, you can configure the user hitlist display to show different fields than those supplied in the standard view.
Hitlists can be configured in the Output Formats domain. All the output formats use the OLIB Hash tags system to define what fields should display in the hitlist. This system consists of field codes and # delimiters and is used for exporting data.
Caution: create a new Output Format record rather than editing the standard record supplied, as standard records will be re-set on subsequent OLIB upgrades.
OLIB includes one predefined format - WorldView User Hitlist Display Attribute 1 for Users. This default hitlist displays the Name, Barcode, Seccode and User Category:
Cox, Graham
Barcode: 0034645 User Category: Standard
A new user hitlist format can be created which is different from the default display:
<NAMEDISP1>
<NAMEDISP1> #CURLOANNN#(Items on Loan: <CURLOAN>)
The NN (Not Null) tags are required to process records which have null values in the Currently on Loan field.
(Items on loan: ) added text
<CURLOAN> data tag
Once the format is saved changes are immediate and the record displays in the new format -
Cox, Graham (Items on Loan: 3)
Barcode: 0034645 User Category: Standard
You may want to change one of the standard hitlists to a different display, for example you may want to add the user Expiry Date to the hitlist.
<NAMEDISP1> #EXPNN(expires on <EXP>)#EXPNN#
Changes to format displays are immediate, so a user in the hitlist will now display -
Cox, Graham (expires on 20-OCT-2020)
Barcode: 0034645 User Category: Standard