- Note about inventory table connections: Instances (normally known as "Bibs") connects to Holdings, Holdings connects to Items
- Notes about Instance Type:
- Google Spreadsheet with Inventory data elements
- the FOLIO dev api includes properties that aren't part of the accepted "beta" version of the data model
- the elements mentioned in the beta data model will all validate when you try to batch load to FOLIO, so we should be tracking all of them?
- Unfortunately, InstanceTypeID actually is not a deprecated property; it is the property name for the Resource type in the Inventory Instance record. There is a disconnect with reference table, which is ResourceType, so for now one needs to know that the Instance Type ID property is actually referencing the Resource Type table.
General note about naming of data elements: There is not necessarily label consistency between the Json (Api) and the UI.The labels in the UI get changed as we learn, as we get more user acceptance feed back, etc.