May 18 2022 07:24 PM
I have created a Word document and have created some custom Document Properties. It all works very well. I have the fields placed within my document and when I alter them I see the value change reflected in the Info pane, eg:
in the document, and in the File > Info pane, Show All Properties:
When I make a change in the document, the change is reflected here.
However, once I have uploaded the document into a SharePoint library and then download the document from the library and edit the custom field in the document it is no longer updated in the File > Info pane. The info in there is just static, the value it was when saved in the library, there is no longer a live link between the field in the document and the File Info. The field is still in the body of the document and I can edit it, it's just that the changes don't make it out to the File Info. This is a real problem because my library needs to read the value from the document as I am running Power Automate flows using this info.
To reproduce the problem,
It appears this only happens for custom Document Properties. I tried placing a field for the Company Document Property in the body and the live link seems to survive being saved to the list.
Has anyone noticed this behaviour and especially, does anyone have a way to work-around it?
May 26 2022 11:22 PM
May 27 2022 03:10 AM
@KarlInOz1 Are you downloading the document locally on your system OR you are opening online document using browser/office app?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
May 15 2023 09:38 PM
Jul 05 2023 01:01 PM
Hi,
Go to File | Options | Trust Center and click Trust Center Settings... Select the Privacy Options tab and make sure that the box for "Remove personal information from file properties on save" is not checked.
Let me know if that worked for you.
Feb 13 2024 07:27 AM
I may have found the why and possibly how to fix.
My issue specifically was the Document Property Quick Part was loading partial values from a SharePoint List in the document, however the SharePoint Properties window showed all options.
I went into the Developer menu and looked at my Quick Parts that were having the issue - the list of options was either missing or only had a portion of the items. Weird.
So, I went into the template used for the content type - and behold, the Quick Parts within the template were missing choices just as my document was. The difference here is that the SharePoint Properties window is taking quite a long time to load. As I write this comment it is still showing "Loading" - I suspect that my list has a lot of data, and it may have only partially loaded when I had created the template file.
So, to bring the point back around, I suspect that Lookup fields with many options (or all Lookup fields) do not have a "live" link but only update in the content type template upon creation.