Update Document Attribute with a web Service


Badge +4


For a document which is not the context item, I would like to update a metadata/attribute. I know the document name or the URL of the document.

 

Is there a possiblity to perform that with a Web Service and how does it look like?


4 replies

Badge +11

Hello Robert London ,

If you think the Document Name is unique identifier, can you first query the library where the document is stored and get the ID using Query List action. Once you have the ID, you can performe an update using Web Service call.

Else you can run the powershell using PowerShell Script Custom Workflow Action

Badge +4

My intention is to build a content type based workflow instead a library based. The use of the Query list action is again library based.

How can I get the ID in another way?

Badge +11

Hi

Did you find the solution? If yes, could you please post it here and mart it as Correct to help others on the community.

Badge +4

Hi Joshi,

unfortunally I have no solution up to now.

Reply