1
votes

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.

  • Jared
1
Is the user submitting the form responsible for providing the field values?gn22

1 Answers

2
votes

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