Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. Sprint Release

  • 1.5.6-r21255r21260 
  • Release date – November 28, 2014

...

3.  Deliverables

Database Changes:

...

  • Two new system parameters were introduced for OLE-7020. This will require updates to the KRCR_PARAM_T; Please run the following sql to accomplish that.
  • Oracle
    • INSERT INTO KRCR_PARM_T (NMSPC_CD, CMPNT_CD, PARM_NM, OBJ_ID, VER_NBR, PARM_TYP_CD, VAL, PARM_DESC_TXT, EVAL_OPRTR_CD, APPL_ID) VALUES ('OLE-DLVR', 'Deliver', 'ON_HOLD_NOTICE_REQUEST_TYPE', 'OLE6573', '1', 'CONFG', 'Recall/Hold Request;Hold/Hold Request;Page/Hold Request', 'This parameter defines the request type codes to which the notice to be send to the patron when the on hold notice job runs.'';'' act as record separator for each request type', 'A', 'OLE')
      /

      INSERT INTO KRCR_PARM_T (NMSPC_CD, CMPNT_CD, PARM_NM, OBJ_ID, VER_NBR, PARM_TYP_CD, VAL, PARM_DESC_TXT, EVAL_OPRTR_CD, APPL_ID) VALUES ('OLE-DLVR', 'Deliver', 'ON_HOLD_NOTICE_ITEM_STATUS', 'OLE6574', '1', 'CONFG', 'ONHOLD', 'This parameter defines the item status code to which the notice to be send to the patron when the on hold notice job runs.'';'' act as record separator for each item status', 'A', 'OLE')
      /

       

  • MySQL
    • INSERT INTO KRCR_PARM_T (NMSPC_CD, CMPNT_CD, PARM_NM, OBJ_ID, VER_NBR, PARM_TYP_CD, VAL, PARM_DESC_TXT, EVAL_OPRTR_CD, APPL_ID) VALUES ('OLE-DLVR', 'Deliver', 'ON_HOLD_NOTICE_REQUEST_TYPE', 'OLE6573', '1', 'CONFG', 'Recall/Hold Request;Hold/Hold Request;Page/Hold Request', 'This parameter defines the request type codes to which the notice to be send to the patron when the on hold notice job runs.'';'' act as record separator for each request type', 'A', 'OLE')
      /

      INSERT INTO KRCR_PARM_T (NMSPC_CD, CMPNT_CD, PARM_NM, OBJ_ID, VER_NBR, PARM_TYP_CD, VAL, PARM_DESC_TXT, EVAL_OPRTR_CD, APPL_ID) VALUES ('OLE-DLVR', 'Deliver', 'ON_HOLD_NOTICE_ITEM_STATUS', 'OLE6574', '1', 'CONFG', 'ONHOLD', 'This parameter defines the item status code to which the notice to be send to the patron when the on hold notice job runs.'';'' act as record separator for each item status', 'A', 'OLE')
      /

System parameters:

For OLE-7020, two system parameters are provided.

...