Forum Discussion
Is it safe to use a rich text field with a document library in SharePoint Online?
It sounded strange to me as well. We had this requirement for a project and had a problem implementing it. I assumed it was only an issue with SharePoint Online, but I checked in one of my SharePoint 2010 or 2013 VMs (I forget which) and it had the same issue, so this limitation has been around a while.
As I mentioned in my question, it could be that some site or library templates already have this capability baked in (maybe something with publishing sites), but I haven't explored enough to find anything.
- Hunter WillisNov 08, 2017Iron Contributor
What is the end goal of the project? I've used a quick work around of having a list and library in tandem, storing the files in the Lib. but using the "Image" feature of the list to display the thumbnail in the list via the corresponding URL. This also increases the integration possibilities with FLOW and other workflow functionality.
Not ideal or super scalable, but it works.
- Kirk LiemohnNov 08, 2017Brass Contributor
The goal is to provide metadata on files that we are moving from another system and keep that metadata intact once in SharePoint. Since the metadata is HTML in the other system, we need to make it available as rich text without losing fidelity.
Your idea of using a separate list could certainly work, but might make it harder to work with the data. I'll probably have that in my back pocket as a plan B - so thanks for suggesting - and only use it if I hear from someone why the current approach would likely break in the future (as it is working now).
- Hunter WillisNov 08, 2017Iron Contributor
Yeah if just retaining the metadata is the goal, your current approach is probably the most scalable and stable. It would be cool to have Rich Text in Doc Libs as a feature though.