Koha should give users some method to change the framework of multiple records at once. Batch record modification cannot currently do this.
*** This bug has been marked as a duplicate of bug 15869 ***
This is not a duplicate of bug 15869. That bug is about changing frameworks on batch import. My intent here is for a way to change the frameworks via batch record modification, for changes that don't have anything to do with importing new records. The feature introduced in 15869 would allow one to batch edit frameworks by exporting a batch and then reimporting, matching, and overlaying without changing anything except the framework. It seems worthwhile to have a simpler option.
We are using an API to overlay records and cannot update the framework in this process as if we were staging the records. The majority of our records are overlaid using the API, so being able to update the framework on our own with batch modification would be a huge time saver.
Agreed. This might be manageable by mapping an unused MARC 9xx field to the framework codes field-- but I imagine some others might know better whether this could actually work that way. If that doesn't work-- there may need a coding update to make such a feature possible.