Jared
Jared

Reputation: 2133

How to programmatically modify Sharepoint content properties from InfoPath?

I have an InfoPath form that submits to a Sharepoint document library. There is some metadata that is accessible through the "Edit Properties" menu if you click on the uploaded form in the document library. To be specific we have 3 fields: Content Type, File Category, and File Sub-Category. I want to be able to set these fields automatically when the form is submitted. How can this be accomplished using the Sharepoint web services or DOM? Thanks.

Upvotes: 1

Views: 1281

Answers (1)

Kusek
Kusek

Reputation: 5384

Editing a inbuild properties like Content Type etc are not possible but if you have some meta data in the Form that needs to be edited, yes it is possible and it is called Property Promotion

Refer this link for more details

Upvotes: 2

Related Questions