SDI SubLibrary and Base in SDI request
- Article Type: General
- Product: Aleph
- Product Version: 18.01
Description:
We are trying to set up SDI, working on our test server. On the SDI request screen, I would like to remove the choices of Sublibrary and Base, since we have only one sublibrary and only one public base. But these are Mandatory fields and if I comment them out in the html, the form won't submit. Is there a way I can pre-select the values, and have the choices not display on the webpage?
Resolution:
You can define hidden field for SDI sub library and base list in bor-sdi-update like this:
<input type=hidden name="sdi_sub_library" value='yourlibraryname''>
<input type=hidden name="base_list" value="yourbasename">
Comment out all the original lines for SDI sub library and base list. Then restart web server.
- Article last edited: 10/8/2013