Skip to end of banner
Go to start of banner

DCB Folio Contracts

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

1) DCB should send valid itemId and barcode if it is a real item. (lender role)
2) DCB should send valid userId and userBarcode if it is a real user. (borrower, borrowing-pickup role)
3) In case of virtual item, DCB should send same itemId for item barcode even if they are two different transactions. (Reason : Virtual item will be created only once if the itemId doesn't exist otherwise mod-dcb will reuse the existing virtual item)
4) In case of virtual patron, DCB should send same patronId for patron barcode even if they are two different transactions. (Reason : Virtual patron will be created only once if patron with same barcode and id doesn't exist otherwise mod-dcb will reuse the existing virtual user)
5) For borrowing-pickup and pickup role , servicePointId, servicePointName in Pickup object should be valid(exists in FOLIO)
6) For lender and pickup role, dcb should send a valid Patron group
7) For borrower, borrowing-pickup and pickup role, if dcb sends the materialType, then it should be valid otherwise mod-dcb will create the materialType with defaultValue book (Assuming that book will exist in Folio)

  • No labels