(infopath) Form to edit a Sharepoint List

Hi all,
Let me explain what I need to achieve here:
I have an Excel spreadsheet with many project records. On each record, half of the columns are populated and the other is blank.
I need to complete that information with the help of every project manager, but as there are so many records, I think giving them the chance to complete it by themselves in Sharepoint is a good idea (if it can be done, I know it can).
So my idea is, every project manager enters the Sharepoint Site and clicks on the place where the list/form/I-don't-know is, he must only see the records that he manages, there is a Person column for that.
He goes into the form and it shows the first record. He completes it and hits Next. The second records appears to be completed.
Or she clicks on every record to complete it, but they must only see the records filtered by her user name.
I know nothing of Infopath and Sharepoint, I was trying to make something but it's very difficult to me.
Guys, if you can suggest other solution using Sharepoint and/or Infopath, please let me know.
Regards,
Stuart

Hi Stuart,
Based on your description, my understanding is that you want to let the users to edit their own records in SharePoint.
If I misunderstood, please feel free to correct me.
I recommend to export the Excel spreadsheet to SharePoint list and then modify the view by the Person column.
After that the user will see their own records when they access the list in SharePoint, and they need to open each record and edit it.
Here are the detailed steps:
Open SharePoint site in the browser, click Site Actions menu and select More Options under New Site.
In the pop out dialog, select List under All Types. Then select Import Spreadsheet and click Create.
Type the Name and Description, select the Excel spreadsheet in your computer and click Import.
Click Modify View button in List tab and set the filter to be like the image below:
You can also refer the links below for more details:
How to Import an Excel Spreadsheet into a SharePoint 2010 List:
http://www.dynamics101.com/2013/07/import-excel-spreadsheet-into-sharepoint-2010-list/
Custom List View Based on Current User Using SharePoint Designer:
http://go.limeleap.com/community/bid/297846/Custom-List-View-Based-on-Current-User-Using-SharePoint-Designer
Best regards.
Thanks
Victoria Xia
TechNet Community Support

Similar Messages

  • How to submit InfoPath form data to multiple SharePoint lists at one time?

    Hi,
    I'm looking for a way to submit certain data in InfoPath form to separate SharePoint lists at the same time. I have a form that has two views with many data in them. I want to keep these data in separate SharePoint list besides keeping them in the XML. I know that you can submit to a form library using SharePoint document library data connection, but I'm not sure if you can use several data connections for submitting data to multiple SharePoint lists. Is it only possible to do using code? If yes, can anyone show a sample. I have never coded in InfoPath, though I used C# a lot in .Net.
    Thank you!Regards,
    R.D.M.

    This is an old thread but I tripped over a codeless method to do this with OOB InfoPath 2010 and SP 2010. 
    Assuming your main InfoPath form is published to a document library with the promoted fields that you want to see.
      Publish your form to a new document library to capture the secondary data fields that you want separated out.
    Using the Publishing Wizard do the following:
    Go to – File then Publish
    Select SharePoint Server “ Publish form to a SharePoint Library”
    Enter location of your SharePoint or InfoPath Forms Services Site: 
    accept the default in this field from the first published event
    Next screen, keep the default or change it, Form Library, Site Content Type or Admin Approved
    Next screen, What do you want to do?
    Create a new form library
    Add new document library name and description
    Next screen, Remove all promoted fields not applicable to the new library and add all of the ones you want to see data for.
    Click Next and Publish
    Come back into the form: If you don’t have buttons added directly to the form to submit or update, add them.
    Create a new Action rule on the button
    Label the rule to keep it straight
    Condition, occurs when button clicked
    Add action, Submit data
    Use data connection to the second library created
    Create a second new Action rule on the same button
    Label the rule to keep it straight
    Condition, occurs when button clicked
    Add action, Submit data
    Use original data connection to the library
    Then you can add another action to close the form or do whatever you need.
    Republish the form to both libraries to set the template for both.
    File – Publish – SharePoint Server
    Select Secondary library from drop down follow the rest of the prompts
    Follow step 5a again, select Primary library from drop down, Add back in all of the promoted fields needed for the primary library and follow the prompts.
    DOCUMENT YOUR FORM WELL FOR MAINTENANCE
    Special considerations, your primary library needs a unique ID to reference in your secondary library.
    Your secondary library will need a unique ID that is not related to the primary if you are going to store multiple records for a single primary library reference. 
    Example: One form, multiple updates.

  • How to view data from infopath form that submit into sharepoint list into another page in sharepoint

    what I want to do is, User A as administrator, will fill in the form. Next User A will assign task to User B, to complete the form. when User B open the form, the above part of the form will displayed data that fill by User A. Field that User B need to fill
    in is at the below of the form. 
    may I know how to do it step by step? Thank you for your answer. 
    Azuaniza Ariffin

    Hi,
    I saw a similar post by you on this forum, and to achieve the functionality you can try using InfoPath Form or JQuery with SPService to make part of the Form as Readonly. and in conjunction use SharePoint designer to create a workflow to assign task or send
    email to user B.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/d02389be-f267-4c09-baf1-d85a5429bafb/set-field-value-and-make-field-read-only-on-custom-list-form?forum=sharepointgenerallegacy
    http://www.sharepointdiary.com/2013/07/how-to-make-sharepoint-list-column-form-field-read-only.html#ixzz2aH103rcM
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Force Check Out For Infopath Form while editing in browser.

    Hi,
    Can Someone tell me How to Force Check Out for InfoPath form while editing in browser. 
    Any Help Would be more than Welcome.

    Rohan,
    Sorry but you have posted to a forum that deals exclusively with questions/issues about customizing and programming Microsoft Project, a planning and scheduling application. I suggest you delete this post and find a forum for InfoPath or the browser you
    are using.
    John

  • Filtering InfoPath Form Data Based on Sharepoint Login

    We have a form designed in InfoPath that updates a SharePoint list.  We've added a data connection in InfoPath to an SQL database that holds information we'd like to have populated in the form.  One of the columns in the database is username which
    matches the username someone accesses SharePoint with.  
    Our question is this - how can we add a filter or rule to our form so that when user x logs into Sharepoint, the form populates with all the data  in the SQL database for user x   
    We've been able to pull all the data into the form for each user, but not a specific user like we're trying to. 
    Any suggestions or reference would be most appreciated.  
    Thanks in advance. 

    Hello,
    As i understand, you want to get filter data from SQL based on current user name. You need to use "where" operator in SQL query to get specific user data from SQL. First create a SQL connection and overwrite query in your code. Refer this link for code:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/5aa4519c-b8e0-4a7c-85b4-09f7e1d0747a/dynamic-sql-data-connection-in-infopath?forum=sharepointcustomizationprevious
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Form Template Failed to Load Error - InfoPath form for Sharepoint list

    When trying to view the InfoPath form for the a SharePoint list (on PWA), we are getting the error:
    Correlation ID:e40f2d85-dbe3-4659-9786-a9f69a406ec6.  
    The event log shows:
    The form template failed to load. (User: POET\dgreenwaldt, Form Name: Template, IP: , Request: http://stanzadev2/ResearchPWA/Lists/Project Economics/AllItems.aspx, Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2012-10-22T19:08:52:974Z, Type:
    ArgumentException, Exception Message: Value does not fall within the expected range.)
    The form worked perfectly fine for several days and then started throwing this error.
    Since this started happening, it can now be reproduced in other lists using a custom InfoPath form, but only seems to occur when editing the item, not adding a new one.
    Steps:
    1. Create a custom list on PWA.
    2. Customize the form in InfoPath.
    3. Add a new item via the form (on PWA, not in InfoPath filler).
    4. Edit the item and the error occurs.

    When trying to view the InfoPath form for the a SharePoint list (on PWA), we are getting the error:
    Correlation ID:e40f2d85-dbe3-4659-9786-a9f69a406ec6.  
    The event log shows:
    The form template failed to load. (User: POET\dgreenwaldt, Form Name: Template, IP: , Request: http://stanzadev2/ResearchPWA/Lists/Project Economics/AllItems.aspx, Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2012-10-22T19:08:52:974Z, Type:
    ArgumentException, Exception Message: Value does not fall within the expected range.)
    The form worked perfectly fine for several days and then started throwing this error.
    Since this started happening, it can now be reproduced in other lists using a custom InfoPath form, but only seems to occur when editing the item, not adding a new one.
    Steps:
    1. Create a custom list on PWA.
    2. Customize the form in InfoPath.
    3. Add a new item via the form (on PWA, not in InfoPath filler).
    4. Edit the item and the error occurs.
    I have the same issue. do you have a resolution?

  • Can i set site page as New/ Edit form of SharePoint list?

    Hello All,
    Can i set site page as New/ Edit form of SharePoint list. I know this can be done if i create Application page, but can i set site page as SharePoint list form. If yes, then how?
    Also in any case is it possible to set New/Edit form of already created SharePoint list?
    Please Help. Thank you.

    You can set infopath form on a page
    http://office.microsoft.com/en-in/sharepoint-server-help/convert-an-infopath-form-to-a-web-page-HA010215035.aspx
    Try 
    http://sharepoint.stackexchange.com/questions/70287/display-new-form-of-a-list-in-a-web-part-page
    So it turns out that SharePoint Designer is the only way to accomplish this. You have to go into the page in Designer, edit the page, and select the Insert tab from the ribbon -> New Item Form -> select "CUSTOM LIST FORM..." (not one of the pre-populated
    lists or you will get the barebones default content type!) -> Choose the list for the form you want to show and the content type, click OK -> Save the page in SP Designer and it will now show on the page embedded as a form. Success!
    OR 
    http://sharepoint.stackexchange.com/questions/66046/customize-form-new-wiki-page

  • Unable to change and re-publish existing InfoPath forms on External SharePoint lists (SharePoint 2013 Enterprise Online and On Premise)

    Hi everybody,
    I really reached the limit of my diagnostic ability... ...please help me!!!!
    I subscribed an Online Sharepoint 2013 Development site to try Business Connectivity Services and InfoPath forms. Using SharePoint Designer 2013 I successfully created an external content type
    and an external list, including InfoPath forms.
    When I use InfoPath Designer 2013 to customize the forms I can open and change them without any problems, but when I try to publish the changes I made I get the following error:
    "An error has occurred. The form template has been published to the server but it can only be opened using InfoPath filler"
    (please note that I changed just an existing label, without adding any new control or new fields).
    If I try to do exactly the same things but with an normal SharePoint list everything works like a charm!
    I noted that the main difference between the internal/external list is that with the internal list the publishing path in InfoPath 2013 is something like:
    https://<sharepointsite>/lists/<listname>
     whereas for the external list is something like the following:
     https://<sharepointsite>/lists/<listname>/item/template.xsn
    Trying to overcome the problem I installed SharePoint 2013 Enterprise on premise using the VM from the Windows Azure Gallery. In this case the error I get when I try to publish with InfoPath
    Designer 2013 is the following:
     The following URL is not valid:
    http://<sharepointsite>/lists/<listname>/item/template.xsn
    and of course everything works fine with InfoPath Designer 2013 and regular SharePoint lists.
    Even if I believe the problem is in general with external list and InfoPath, my external list is based on a the "Product" table from the "AdventureWorks2012" sample database
    installed on SQL Azure and connected to SharePoint via Business Connectivity Services.
    A big
    thanks in advance to anyone who is able to
    provide useful information to solve the problem!!!
    Regards,
    Fabio

    Hi Folks,
    Same issue here for any external list. We've migrated from 2010 to 2013 - it used to be fine on 2010. 2013 seems hang after 'getting site column information' then nothing. All effected users can quick publish to regular sharepoint lists, but cannot to external
    lists.
    In our situation we are trying to quick publish to sites using the 2010 look and feel in a 2013 environment. using SharePoint Designer 2013 and InfoPath 2013.
    Rich
    Rich Burdes

  • How to submit a multiple-selection list box in an Infopath Sharepoint form as multiple entries on a Sharepoint list?

    I would like to be able to submit an Infopath form with a multiple selection list box in Sharepoint as multiple entries on a Sharepoint list.
    For example, a user has to complete the following fields:
    First Name:
    Last Name:
    Favorite Color (can select more than one):
    [] Blue
    [] Red
    [] Yellow
    [] Green
    If the user picks blue AND red and submits the form, the Sharepoint list would feature TWO entries, both with their first and last names, but with different colors in the "Favorite Color" column.
    Please let me know if there is a way to do this. Any guidance would be helpful!

    Hi redhotc,
    According to your description, my understanding is that you want to set multiple default values for a multiple checkbox list in InfoPath form.
    I did a test with SQL database table. I set three default values for the checkbox list by adding three values field under the group field(Data->Default values), each value field is for a default value. Then publish it to my SharePoint site, everything
    was fine.Please have a try as the below link:
    http://www.bizsupportonline.net/infopath2010/pre-select-items-multiple-selection-list-box-infopath-2010.htm
    Note: if you are using SQL databse table, you may need to enable ‘Allow cross-domain data access for user form templates that use connection settings in a data connection file’ in CA. More information, please refer to:
    http://answers.flyppdevportal.com/categories/sharepoint2010/sharepoint2010customization.aspx?ID=418b9423-a96c-4e5e-91f9-6a1b010ebb69
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Customizing infopath form without using infopath designer in SharePoint 2013

    hi friends
    i need to depoly infopath from in client environment. this form fetch data from some lists. 
    they dont have infopath designer in their environment how can i customize my infopath form to link with those list without using infopath designer is there any way to do it.

    You cannot edit Infopath without using Designer.

  • The trial period for this product has expired - When trying to edit an InfoPath Form (Edit in Browser)

    Hello,
    When I tried to Edit an already filled InfoPath Form using "Edit in Browser" I got the "The trial period for this product has expired" message, could anyone help me where to start checking what could be wrong?
    SharePoint version 2007
    InfoPath 2007
    Form is web enabled
    Thanks

    Hi,
    Have you got the error when doing other tasks in SharePoint site?
    The issue may be due to inconsistent permissions on the 12.0 hive in the HKLM_Software registry for the WSS_WPG and WSS_ADMIN_WPG groups. The OOB permission set
    should be: WSS_WPG has Read permission and WSS_ADMIN_WPG has Full Control permission. To resolve the issue, please try to rerun "psconfig.exe -cmd secureresources" on every server in the farm will reapply the necessary permissions
    on the registry. Or you can open up the registry editor and find the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0 collection. Provide read permissions for the WSS_WPG and Full permissions for WSS_ADMIN_WPG manually.
    Hope it helps.
    Xue-Mei Chang

  • Referencing External Data in an InfoPath Form

    Hi all,
    I am using SharePoint 2013, Designer 2013 and InfoPath 2013.
    I am working on a a system that allows us to book a field support analyst for a particular site at my company on a given day. I have built a custom list that holds all the data and an InfoPath Form form logging and editing requests and this works perfectly.
    At Present the site location field is free text which means that we have the potential for two people to call the same site 2 different things. I toyed with the idea of having a separate list in SP with all the site locations on but we would need to keep updating
    this as new offices are opened and closed, so I took the view that I would link the site into our external support system that is the master list for all offices. This is an SQL DB. I have been able to set up the External Content Type and successfully create
    an External Read Only List in the Site Collection that is displaying all the info I want. I have even been able to create an InfoPath Form from this list for reviewing the full site information.
    The next stage was to add a drop down list to the request page that looks up the site name in the External List and records the choice in the request list. I can create the column in the Request List that looks up the site name in the external list but I
    can add this to my InfoPath form for editing.
    I am so close but I cant get there...
    Thanks in advance for your assistance.
    Rich

    Thanks for the reply. I am trying to call data from an external SQL DB but save it to an SP List. i.e. my site list is in SQL DB but the appointment is in an SP list

  • Unable to download exe files after unblocking, 404 error. handler mappings execute change prevent infopath, export to excel, and sharepoint designer from working.

    I removed .exe from the block list, checked MIME types, all ok,
    I followed this solution: http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/b380a13e-a15f-4e32-98cd-12747538ad20?prof=required
    ( go into IIS (I am assuming IIS 7.0) and select the particular web site and click
    handler mappings and Edit feature permissions and
    uncheck the Execute box .)
    It works, I can now open exe files. But it causes other major troubles so far:
    -Cannot Export Lists to Excel
    -Cannot Publish and Save InfoPath forms
    -Cannot edit subsites in SharePoint Designer.
    Does anybody have another solution that won't disable other features? What is the best way to do it? I have SolidWorks Edrawings in .exe that needs to be accessible.
    Thank you.
    Guillaume Gagnon, MCP Senior System Administrator Forensic Technology WAI Inc.

    Hi Guillaume,
    As you know, if we remove the Execute permission for handle mappings, we will be able to download .exe file from SharePoint server. But as you said, this will cause other issues.
    The another solution to allow to download .exe file is remove the CGI-exe handle mapping from the handle mappings directly. You may need to restart Internet Information Server(IIS). After that, we will be able to download .exe file directly.
    Open the IIS manager
    Select the site from the "Sites" tree
    Double-click "Handle Mappings"
    Right-click "CGI-exe", and then click "Remove"
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • Domain level security issue with InfoPath Form

    I have followed the article “Submitting Data from InfoPath 2007 to a SharePoint List” which can be found at
    http://msdn.microsoft.com/en-us/library/cc162745.aspx.
    But instead I am using SharePoint and InfoPath 2010.
    I get the following error after deploying and running the form with its security level set to domain.
    “A query to retrieve form data cannot be completed because this action would violate cross-domain restrictions. If this form template is published to a SharePoint
    document library, cross-domain access for user form templates must be enabled under InfoPath Forms Services in SharePoint Central Administration, and the data connection settings must be stored in a UDC file in a data connection library in the same site collection.
    If this is an administrator-approved form template, the security level of the form must be set to full trust, or the data connection settings must be stored in a UDC file by using the Manage data connection files option under InfoPath Forms Services in SharePoint
    Central Administration.”
    How do I get this form working on the server and client using domain level security?
    Extra Note: On an additional not the form works fine in SharePoint and InfoPath designer when the security level is set to Full Trust.

    Hi, Is this possible over a SharePoint "LIST"? I'm hitting brick walls and can't set the Security level on my form at all. Everything that I'm reading refers to Document Libraries but nothing about SharePoint List. It seems that this should work over a list,
    but I'm hitting brick walls all the way around. Here is a copy of the question that I posed below under Todd.Wilder's post:
    Hi,
    Following this forum question/comment I am attempting to set the security on my Infopath form to Full Trust. But, I don't have the Security and Trust option. I can set the Trusted Location through the Trust Center but I can't find anywhere to set security.
    I am using InfoPath 2010. What am I missing? Everything that I'm reading says that this is the problem and my error message is exactly like SomeGuy's message. One more piece to this is...this is a form over an Existing SharePoint List. I've found that I can
    see the Security if I start InfoPath and start a New Blank Form, but by editing the form from a SharePont list, the option to edit Security is not there. HELP!!
    I am following the instructions below that come from:
    http://msdn.microsoft.com/en-us/library/ee526352.aspx
    The InfoPath form designer automatically selects the appropriate security level (either Restricted or Domain) based on the features that you are using in the form. The security setting is always as restrictive as possible, starting at Restricted, to help
    ensure a greater level of protection for you and your data. Users can manually override this automated setting to select a level of security that is more appropriate for the form by following these steps:
    Click the File tab, and then click Form Options on theInfo tab.
    In the Categories list, click Security and Trust.
    Uncheck the Automatically determine security level (recommended) check box.
    Select the desired security level.
    Thank you,
    ~Tina~
    ~Tina~

  • How to loop and read repeating table data of infoPath form in Visual studio workflow.

    Hi,
    I am trying to read info Path form repeating table data in Visual studio workflow.
    could anyone elaborate me in brief how to loop through repeating table and read all rows value one by one in workflow.
    any help would be more then welcome. 
    Thanks...

    Hi Rohan,
    According to your description, my understanding is that you want to create a Visual Studio workflow to get data from info path repeating table.
    I suggest you can submit Repeating Table to a SharePoint List and then you can create a .NET workflow to read data from the SharePoint List.
    Here are some detailed articles for your reference:
    Codeless submitting InfoPath repeating table to a SharePoint list
    Create a Workflow using Visual Studio 2010
    Best Regards
    Zhengyu Guo
    TechNet Community Support

Maybe you are looking for

  • Safari bounces and then files a problem report repeatedly, but doesn't open

    Hello and thank you for reading this, I have seen several other posts about the same problem, but the suggested solutions don't work for me. When I try to open safari it bounces for a bit but then tells me that "safari quit unexpectedly" and even tho

  • Submit report using internal table

    Hi Experts!!, REPORT 1 TYPES:   BEGIN OF ty_out_table,          partner LIKE /sapsll/pntbp-partner,          bpvsy   LIKE /sapsll/pntbp-bpvsy,          country LIKE adrc-country,         END OF ty_out_table. internal table declaration & definition DA

  • Premiere elements 12 is cutting off images after finalizing project

    I have recently finished a music video project and after finalizing the project and saving it down as a wmv. file, I have played back the video and parts have been cut off. I use a lot of green screen keying in my videos and at times the tops of peop

  • How do I import music from my iPod to iTunes

    Hi, I have just bought a new computer because i had to throw my old one out and it was not possible to back up my music from the hard drive. However, i have my entire music collection on my iPod clssic. I have downloaded and installed iTunes on to my

  • X200 - external display

    Hi, Hope someone can advice on this. I have a client who is using 2 external screens with Lenovo X200 laptop. Display is all fine but he wants to span toolbar across both external screens. Not sure whether this is possible with Intel Media Accelerato