These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Writing directly in a sharepoint list

Horn33t
Registered: Aug 27 2009
Posts: 20
Answered

Hi,
I'm currently making forms, and I saw that it was possible to send the filled forms into a sharepoint library. However, I'd like to know if it's possible to write directly in a Sharepoint list. What I mean is that I have a list whose fields are the same ones than the fields of my form, and I'd like that the form fills automatically the list : for each new form, a new line with the fields filled. Is that possible?
Thanks a lot
Horn33t

My Product Information:
Acrobat Pro 9.1.3, Windows
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4307
You might want to ask this question in a SharePoint forum.

Acrobat and users with Acrobat could write to an SQL database by use of a Window's ODBC connection. And you may need to make certtain settings to the SharePoint server.

Users with Reader wil not be able to perform this task.

George Kaiser

Horn33t
Registered: Aug 27 2009
Posts: 20
Ok, thanks a lot
Horn33t
Registered: Aug 27 2009
Posts: 20
I've got a solution : connecting on my sharepoint Server with C# and then exchange variables between my javascript file and my C# file, do you think it's possible ?
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
Hello,

the Adobe blog "Mind The Gap" describes, how to submitting data from a PDF to MS Sharepoint.

http://blogs.adobe.com/mtg/2009/03/submitting_data_from_an_pdf_fo.php

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs

Horn33t
Registered: Aug 27 2009
Posts: 20
Ok I'll try this, thanks a lot .