I have a Document Library with custom properties: Internal id, customer id, etc. Those properties are not standar names like Title as we know those are sometimes populated by Sharepoint. The properties are also not present on the documents. To be more specific, they have names like AttachmentId, RUT, Empresa
- First we create an empty placeholder with the custom ptoperties. I confirm custom properties are applied by checking the library.
- When I upload documents using REST API the document is uploaded properly.
- But when the document has those properties, even empty, they are replaced by the document ones!
Same process with another pptx before uploading data
I understand this is the expected behaviour. However, how can I exclude those properties from being updated/overwritten automatically by SharePoint?
I want all my custom properties to stay in place. Is there a way to tell SharePoint to ignore those?