Infopath customization in sharePoint

Hi All,
Can any one help me to do infopath customization in sharePoint?
Thanks in advance!

Hi,
You can use
Visual Studio Tools for Applications (VSTA) to write code for InfoPath forms.
Here are some links about this:
http://blogs.msdn.com/b/infopath/archive/2010/03/18/introduction-to-programming-in-infopath-2010.aspx
http://blogs.msdn.com/b/uksharepoint/archive/2009/02/03/top-tips-for-infopath-form-development-with-sharepoint-part-1.aspx
http://www.bizsupportonline.net/blog/2009/09/beginners-programming-infopath-browser-forms-sharepoint/
http://www.youtube.com/watch?v=bFdPkTdgpe0
Best regards
Patrick Liang
TechNet Community Support

Similar Messages

  • Add button to SharePoint 2013 form with InfoPath and/or SharePoint designer

    Since I am new to working with Sharepoint 2013, I have the following questions to ask you about Infopath 2013 and possibly SharePoint Desinger 2013:
    1. Yesterday I created a custom list in my 'test area of SharePoint' and opened the list in Infopath 2013 to see what the form would look like. Now I have alot more columns and edits to add to the list. I am planning to add more columns to the list when
    I am in my 'test area' and then make cosmetic changes to the form using Infopath 2013. I am thinking that if I continue this way, I may lose some ediut changes I have made using Infopath 2013. Thus can you tell me the best way to add more columns to the list
    and/or modify the existing columns and not lose the edit changes that I made using Infopath 2013?
    2. The infopath 2013 form does not contain any buttons to click. I need a button to show up for every user to click so that a workflow can be started. Do I need some kind of a task list(action)? Thus can you tell me how to add this type of a button to the
    form?

    Wendy, Please go through this video from
    channel 9 (http://channel9.msdn.com/Blogs/NickDallett/InfoPath-2010-Customize-a-SharePoint-List-Form)  which will uilding froom explain similar form building from scratch.
    As per Peter's replay yes you can update form even after add columns in list and you can add extar control like button to your infopath form.
    Workflows are usually started when creating or updating an item inside a SharePoint document library. 
    Open the workflow in SharePoint Designer and under "Start Options' on the workflow's home page, remove the check from "Start workflow manually...". Be sure the check either "Start on create..." or "Start on change...". In
    your case I think you would use "Start on create...".
    Hope these inputs will help
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Cannot view InfoPath Form on SHarePoint 2013 since I removed SkyDrive for Business and installed OneDrive For Business

    I removed SkyDrive for Business and installed OneDrive for Business on my laptop. After that, I had problems opening a Word and Excel document in a SharePoint site (SP2013). After installing Service Pack2 from Office2010, this problem is solved. 
    But I still have the same problem with InfoPath. Whenever I click an InfoPath form (I have InfoPath 2010 on my laptop),...
    ... I get the error "cannot display web page".
    When I change the URL 
    ms-infopath:ofe|u|http://intranet.water-link.be/samenwerken/awwit/Autorisaties/Gebruikersbeheer/2015-02-25%20Aanvraag%20gebruikersbeheer%20voor%20Stephanie%20Geeraerts.xml
    into
    http://intranet.water-link.be/samenwerken/awwit/Autorisaties/Gebruikersbeheer/2015-02-25%20Aanvraag%20gebruikersbeheer%20voor%20Stephanie%20Geeraerts.xml 
    I can open the InfoPath form and read it.
    Any ideas about how to fix this ? I already tried to restore the Office 2010 via Control Panel - Install Programs but without any success... 

    Hi Gert,
    As I understand, you can’t open InfoPath form in SharePoint 2013 unless you change the URL without “ms-infopath:ofe|u|”.
    There are some reasons which maybe cause this issue, and you can try to do things below:
    Access CA -> General Application Settings -> Configure InfoPath Form Service -> Check the two options in User Browser-enabled Form Templates.
    Go into the registry by typing regedit from the Run line and rename the SharePoint.OpenDocuments.5 key (ex. SharePoint.OpenDocuments.5.old) under HKEY_CLASSES_ROOT.
    In library settings, click "relink documents to this library".
    Here are some similar posts for your reference:
    http://blogs.technet.com/b/office_integration__sharepoint/archive/2014/02/24/quot-the-webpage-cannot-be-displayed-quot-when-trying-to-open-edit-an-office-file-from-a-sharepoint-2013-site.aspx
    http://www.infopathdev.com/forums/t/28998.aspx
    Thanks,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Infopath form for sharepoint 2013 lags when searching for person or group.

    Dear all,
    After implementing a infopath form on sharepoint, the search for person or group column lags when I search for someone the second time. (The first time won't lag). Is there a fix to this? And is there a way to modify the search for person or group function
    to sharepoint OOTB person or group search? I think the OOTB one is a lot better. Thanks all.
    Timothy Liu

    Have a look at this thread which discussed a same question:
    http://social.msdn.microsoft.com/forums/sharepoint/en-US/c55f4245-b2b0-410b-94fc-2afd1ef80da8/preventing-users-from-editing-other-users-infopath-forms
    thanks,
    Flynn

  • How to have Infopath form use Sharepoint Domain credentials

    I have built a for in infopath which is published to a library on Sharepoint 2013. This form is filled out by certain users and when its completed it gets moved into a subfolder. We then provide a link to a client who has a domain account with restricted
    access to just this folder of sharepoint. They can view this form and any others we put in this folder.
    The form has 2 views. The first is the view our staff sees when filling it out. There are some hidden sections in there for us that the client does not need to see. So there is a second view which is read only and I have taken away the option for them to
    switch views so they can't go back to our internal view.
    What I would like to happen is that the form can somehow detect by the domain login info from sharepoint, what user is opening the form and switch views based on that. What I can't figure out how to do it to have the form pull domain credentials from the
    sharepoint site and use those a a variable when opening the form to set the view.
    I believe I am on the right path what trying to setup a data connection but I am just missing something. I found this great guide http://www.pointgowin.com/seethepoint/Lists/Posts/Post.aspx?ID=55 but now when I open the form I get a warning stating "You
    do not have permissions to access a SharePoint list that contains data required for this form to function correctly." Also I still can't seem to pull the username.
    Can someone help me out? Point me in the right direction? Thanks.

    Hi,
    According to your post, my understanding is that you wanted to have Infopath form use Sharepoint Domain credentials.
    When you use Claims-based authentication, your user name is prefaced by “0#.w|”.  So for example, if your user name is SuesDomain\jdoe then your Claims-based user token will be, without
    the quotes:     “0#.w|SuesDomain\jdoe”
    InfoPath can’t handle that, or more specifically, the UserProfile.asmx method GetUserProfileByName method can’t handle that.  InfoPath tries to pass in your Claims-based user token instead
    of your domain\User Name.
    You have an authentication problem where the currently logged in user is not allowed to hit the web service, so you get an Access Denied 401 authentication error
    To resolve the issue, you can refer to the great blog:
    SharePoint 2013, InfoPath and Claims – GetUserProfileByName
    More information:
    InfoPath over Claims Authentication (SharePoint 2010 & 2013)
    SharePoint 2013 Business Connectivity Services Search and Profile PageMetroStar Systems Blog
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Pass data between InfoPath forms in SharePoint

    Hello!
    Maybe someone has ideas about the next issue: how to make pass data between InfoPath forms in SharePoint, like it is shown in a video: https://www.youtube.com/watch?v=-nGl-Se2cOQ
    I've read similar topics, but still can't find solution.
    Thank you.

    When you go to modify the submit connection, you can specify whether or not to overwrite, as well as a default title value. If you use the now() function in the title, it should never have the same name.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • InfoPath deployment in SharePoint 2013

    Hi,
    I am new to INFOPATH development
    We are trying to deploy code based infopath 2013 thourgh central admin.
    It is getting deployed perfectly, but its getting deployed to 14 Hive folder.
    How can we deploy it to 15 Hive folder structure ?
    I have tried to deploy a sample infopath form. Even that is getting deployed to 14 Hive.
    Are we missing anything?

    Hi,
    Per the
    Office Blog said below, now we can still use the InfoPath in SharePoint 2013.
    The InfoPath 2013 client will be supported through April 2023.
    InfoPath Forms Services for SharePoint Server 2013 will be supported until April 2023.
    InfoPath Forms Services in Office 365 will be supported until further notice.
    To collect data using InfoPath form to SharePoint, you can refer to the article below.
    http://office.microsoft.com/en-in/infopath-help/submit-and-save-form-data-HA101783379.aspx
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Infopath support in sharepoint 2013

    hi,
    I heard that infopath will not be supported with SharePoint in the future is that true ?
     in SharePoint 2013 I can use forms library to submit infopath form to collect data ?
    Thanks,

    Hi,
    Per the
    Office Blog said below, now we can still use the InfoPath in SharePoint 2013.
    The InfoPath 2013 client will be supported through April 2023.
    InfoPath Forms Services for SharePoint Server 2013 will be supported until April 2023.
    InfoPath Forms Services in Office 365 will be supported until further notice.
    To collect data using InfoPath form to SharePoint, you can refer to the article below.
    http://office.microsoft.com/en-in/infopath-help/submit-and-save-form-data-HA101783379.aspx
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Infopath forms in Sharepoint

    Hi guys, momently, I can publish Infopath doc in Sharepoint, but if I want to fill the second form in and submit it, I will get a error, that the file already exist. Is it possible to give a ID to every form ? So they dont overwrite eachother ?
    That when I see the form,
    ID Date:
    Name:
    1 07-02-2014
    Peter
    2 08-02-2014
    Michael
    3 09-02-2014
    Petra
    Like that ? 

    When you go to modify the submit connection, you can specify whether or not to overwrite, as well as a default title value. If you use the now() function in the title, it should never have the same name.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • How to migrate sharepoint 2010 infopath form to sharepoint online.

    how to migrate SharePoint 2010 infopath form to SharePoint online.

    Hi Partha,
    You use powershell script to migrate infopath forms from SP 2010 to SP Online. But you need to be careful about external connections used in infopath forms(web service connections etc.) because they might required to be changed. So, for data connections,
    use of Data Connection Library is a preferable way or you can write a powershell script to update the data connections also.
    You can find the sample script from the below url:
    https://drive.google.com/file/d/0B_mYrpgMRd3IbHdpZkNBLVNhd1k/view?usp=sharing
    Best Regards,
    Brij K

  • SOAP error when publishing Infopath form to Sharepoint

    Hi - this is my 1st post and I hope
    someone can help with a problem I have.
    From Sharepoint, I took the list option
    to "Customize Form". I then customized the form in infopath 2010 and tried to publish but it comes up with the error:
    "The publish operation could not be
    completed. It cannot be determined if the form template was successfully published. Try publishing the form template again, or change the list settings to use the default sharepoint form. The SOAP message cannot be passed."
    I've also tried just taking the "Customize
    form" option from sharepoint and making no changes in infopath and then publishing and still I get the same error. I've also tried removing all but one field on the form but that doesn't work either. I then created a new test list on the same site with a few
    columns and tried creating a form for that list and that published fine so there is clearly something up with the list I'm trying to design the form for.
    Any ideas please as I'm totally stuck
    for ideas for this.

    Hi
    I'm afraid the ULS log information below means nothing to me,  but I'm hoping that it will help to identify the problem.  I've pasted the last section of the log from when the error happened:
    RE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3756 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'98 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3757 AND
    tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'89 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3759 AND tp_Version=7 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET
    sql_variant7=N'83 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3761 AND tp_Version=3 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'90 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3762 AND tp_Version=7 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'90 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3763 AND tp_Version=4 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'71 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3764 AND tp_Version=19 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'71 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3765 AND tp_Version=16 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'70 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3766 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'50 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3772 AND tp_Version=8 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'28 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3780 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'28 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3781 AND tp_Version=11 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'22 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3782 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'015 / Trn / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3783 AND tp_Version=20 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'15 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3784 AND tp_Version=19 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'2 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3787 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'2 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3788 AND tp_Version=8 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'TBC / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3790 AND tp_Version=11 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'TBC / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3791 AND tp_Version=10 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'0 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768'
    AND tp_ID = 3792 AND tp_Version=13 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'0 / PS / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3796 AND tp_Version=29 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'58429 / Dev / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3799 AND tp_Version=5 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58419 / PS / ' WHERE tp_ListId =
    'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3800 AND tp_Version=9 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58179 / Dev / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3807 AND tp_Version=7
    AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58178 / Dev / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3808 AND tp_Version=4 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58512
    / Lic / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3812 AND tp_Version=5 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58492 / Lic / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND
    tp_ID = 3816 AND tp_Version=20 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersioned SET sql_variant7=N'58483 / Lic / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3817 AND tp_Version=5 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE
    UserDataVersioned SET sql_variant7=N'58442 / Lic / ' WHERE tp_ListId = 'F5C66FBF-CF4B-4A1B-B7F5-B1D78A743768' AND tp_ID = 3821 AND tp_Version=4 AND tp_Level=1 AND tp_RowOrdinal=0;UPDATE UserDataVersione'     CommandType: Text CommandTimeout: 0
    3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:52.97 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Database btq8
    High System.Threading.ThreadAbortException: Thread was being aborted.     at SNIReadSync(SNI_Conn* , SNI_Packet** , Int32 )     at SNINativeMethodWrapper.SNIReadSync(SafeHandle pConn, IntPtr&
    packet, Int32 timeout)     at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)     at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()     at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()
        at System.Data.SqlClient.TdsParserStateObject.ReadByte()     at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject
    stateObj)     at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()     at System.Data.SqlClient.SqlDataReader.get_MetaData()     at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior,
    String resetOptionsString)     at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior
    cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)  
      at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)     at Microsoft.SharePoint.Utilities.SqlSession.ExecuteReader(SqlCommand
    command, CommandBehavior behavior, SqlQueryData monitoringData, Boolean retryForDeadLock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock)     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean
    retryfordeadlock) 3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:52.97 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    General 8e2s
    Medium Unknown SPRequest error occurred. More information: 0x80131530
    3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:52.97 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Logging Correlation Data xmnv
    Medium Site=/sites/nfp
    3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:52.98 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    General 72nz
    Medium Videntityinfo::isFreshToken reported failure.
    3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:52.98 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Monitoring b4ly
    High Leaving Monitored Scope (Request (POST:http://gateway:80/sites/nfp/ps/pmo/projects/_vti_bin/FormsServices.asmx)). Execution Time=121823.1919
    3fcc87e8-8f0e-407b-a403-ebd5e0f9bbb7
    04/18/2011 13:25:53.01 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Logging Correlation Data xmnv
    Medium Name=Request (GET:http://gateway:80/sites/nfp/ps/pmo/projects/_layouts/error.aspx?ErrorText=Request%20timed%20out%2E)
    edd963de-a016-49d1-9400-f3d5aaf489a5
    04/18/2011 13:25:53.01 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Logging Correlation Data xmnv
    Medium Site=/sites/nfp
    edd963de-a016-49d1-9400-f3d5aaf489a5
    04/18/2011 13:25:53.03 w3wp.exe (0x0238)
    0x12C4 SharePoint Foundation
    Monitoring b4ly
    Medium Leaving Monitored Scope (Request (GET:http://gateway:80/sites/nfp/ps/pmo/projects/_layouts/error.aspx?ErrorText=Request%20timed%20out%2E)). Execution Time=10.147
    edd963de-a016-49d1-9400-f3d5aaf489a5

  • InfoPath 2013 in SharePoint 2013

    Our SharePoint 2013 is run on IE8 - 64 bit. On a site landing page, I had InfoPath 2013 built. There is field of rich text. When I tried to add text in this field, it said that the browser does not support the InfoPath rich text edit control." 
    Our SharePoint 2013 is run on Windows Server 2008 R2.
    Also, couple weeks ago, I was able to edit and to design everything because I am site collection admin, later on, I could not do anything. It is said "an error has occurred with the data fetch." 
    On the other hand, when I log into server, I was able to edit and design from there. IE version browser in server is IE9- 32 bit.
    Can anyone tell me what is going on?
    Anna
    AnnieLifson

    From this article:
    http://technet.microsoft.com/en-us/library/cc263526.aspx
    Some functionality in SharePoint 2013 requires ActiveX controls. This produces limitations on browsers which do not support ActiveX. Currently only 32-bit versions of Internet Explorer support this functionality. All other browsers have the following limitations.
    InfoPath with ActiveX / 64 bit is not mentioned there, but in general only the 32 bit version of IE (and Office in general) should be used with SharePoint.
    Mike Smith <a href="http://TechTrainingNotes.blogspot.com">TechTrainingNotes.blogspot.com</a> <a href="http://www.amazon.com/dp/0982899203/ref=as_li_ss_til?tag=tectranot-20&camp=213381&creative=390973&linkcode=as4&creativeasin=0982899203&adid=0cc7a0y6fv2nknxyqvff&">
    my SP customization book</a>

  • SP2013 - What better to use for custom webservice creation, which will be save filled in Infopath form to sharepoint library

    Client use SharePoint 2013. I have to develop a custom webservice for this SharePoint. Webservice will receive some information as request, will fill in a InfoPath form (on based existing infopath template from library) with this information and save result
    to SharePoint library.
    Could advice how it right  organize? What is better to use for custom webservice in SharePoint 2013 (REST api or something else), how better fill in and save infopath form to library? 
    thanks

    Hi,
    In SharePoint 2013, you can still reference the way what it used to be in SharePoint 2010 or previous version.
    The two demos would also work in SharePoint 2013:
    http://blogs.msdn.com/b/jannemattila/archive/2007/01/21/infopath-and-web-service-data-connection.aspx
    http://wmostafaw.wordpress.com/2012/08/07/calling-web-service-from-infopath-2010-with-parameters/
    If the customer just want an interactive form for easy input, there are also other options in SharePoint 2013 like:
    Customization on the default form pages of a list using JavaScript Client Object Model;
    Create a SharePoint App which will enable you implement more complex requirements with Client Object Model and REST API, you can even upload it to the App store to share it with
    other people.
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they
    help and unmark them if they provide no help. If you have feedback for TechNet
    Subscriber Support, contact [email protected]
    Patrick Liang
    TechNet Community Support

  • 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?

  • Issue in publishing InfoPath form to SharePoint

    Issue: When I am publishing the form to server it is giving me "The form template has been published to the server but it can only be opened in the InfoPath filler" error.
    Background:  I have created a form which has data connections, some of which fetches information on form load, some based on event. Also, have the code behind for button_click event and field_changed event. I have published this form
    with "Domain" security directly to server. Just a day before it was working fine..... after making some text changes I published it again and it displayed that error.
    I searched for the complete error in logs and found:
    Stack Trace:
    Activate NonAdminSolution failed with unhandled exception System.ArgumentNullException: Value cannot be null.
    Parameter name: g
    at System.Guid..ctor(String g)
    at Microsoft.SharePoint.SPUserSolutionCollection.Add(Int32 solutionGalleryItemId)
    at Microsoft.Office.InfoPath.Server.Administration.NonAdminSolution.CreateAndActivateWspSolution(SPSite site, SPFile originalFile, SolutionInformation information, String& wspSolutionName, String& wspSolutionHash)
    at Microsoft.Office.InfoPath.Server.Administration.NonAdminSolution.<>c__DisplayClass3.<Activate>b__0()
    at Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock catchBlock, FinallyBlock finallyBlock)
     Appreciate any help.

    Hello,
    It is browser based form or client based form?
    If it is browser based form with code then you have to publish as administrator approve template with full security (not domain).
    http://technet.microsoft.com/en-in/library/cc262921%28v=office.14%29.aspx
    If it is client form then set full trust and then publish directly to library.
    Let us know your result
    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

Maybe you are looking for

  • IPad Air 2 crashes during 8.1.3 update.

    My iPad Air 2 keeps crashing and I can't get on it after I have done the update for 8.3. For example, I have done the update and on iTunes it says I have, but when it comes to re-starting the iPad and going through the settings you have to after you

  • SecurityDomain and Caching Issues

    I am running into some caching issues when setting the securityDomain of an imported SWF to match the calling SWF file and I was curious if anyone had any ideas on how to get around this issue. Here is the scenario: A.swf is launched on Domain A, it

  • Problem with NFL Network Surround Audio

    Hi, Except for the first game of the season, NFL Network is not being sent to my Motorola HD QUIP 71001 in Dolly Surround sound. It is connected to my Kenwood receiver via optical cable. All the other channels on FiOS behave correctly, but it seems l

  • My macbook will not eject a disc

    How can i get my macbook to eject a disc.  The eject button makes noises but the dusc will not eject?

  • Query to trace standard functionality

    The requirement is as follows : To start the Hiring action with a pop-up, where the following fields can be entered : ·        Title ·        Last name ·        First name ·        Date of Birth If this employee is already available in the system, he