830 Field for the scancode Table
- Article Type: General
- Product: Aleph
- Product Version: 16.02
Description:
Using sysno 676770 in Cataloging and the 830 field, I am trying to get that field to default to the ABC10 code of UTL - so when I do the CTRL+F3 and search headings I choose ABC10 with UTL. However, I get the "request is beyond last heading in access file".
I know other codes have been corrected and work so I am wondering if I have the scancode table wrong or is the tab11_acc table?
Resolution:
The following SQL shows that there are no ABC10 Z01 records with the index code "UTL":
SQL> select count(*) from z01 where Z01_REC_KEY like 'UTL%';
COUNT(*)
----------
0
- Article last edited: 10/8/2013