Column in SharePoint form library is not editable

HI All,
I have Infopath form library with c# code template. After successful publish, few column in form library cannot be editable, How to make them as editable? thanks!
Here "Change Applied to" column not able to edit, but i need to change its name.

Hi,
From your description, I know you want to edit a document name.
By default, InfoPath published fields do not allow editing of data types. One can allow users to edit and update the metadata structure from the form library, only if it is allowed when the form gets published to the library. you need to allow users to change
the data type. You could refer to this article:
http://www.mssharepointtips.com/tip.asp?id=1031.
Best Regards
Vincent Han
TechNet Community Support

Similar Messages

  • InfoPath Field Promoted to SharePoint Form Library Cannot Edit

    Greetings,
    I have an InfoPath 2013 form with a field named "Form Stage".  It's purpose is to maintain a process stage that is subsequently used by a SharePoint Designer 2013 workflow.
    When the "Form Stage" field is not promoted to the column in the form library, my workflow is able to access and change the field value.  However, when I promote the InfoPath field to the SharePoint form library field, the workflow is unable
    to change that field's value?
    Does this sound correct?
    My goal is to create a state machine type process where the form and workflow work together based on the stage it is in.  What is the best practice approach for accomplishing this?
    Thank you!

    Hi,
    you just have to change your promoted fields in InfoPath to "allow for editing in SharePOint." 
    Go re-publish the form template, and when you get to the stage where you promote columns, you'll need to click on each field individually and check the box at the bottom that allows them to be edited in SharePoint.  Then, your SPD workflows will be able
    to update the fields, but be aware that users will also be able to edit the fields without opening the form itself.  Because of this, I typically set my columns to be "hidden" in the content type so that they show in the views but not on the
    properties page.
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

  • Publishing a text box to be multiple lines of text in SharePoint Form Library

    Hello
    I have some text boxes on an InfoPath form which is then published to a SharePoint form library. However, when the form creates columns in the form library, some of the text boxes are being published as Single Line of Text which then cuts off some of the
    text as users can type more the 255 characters in the text box.
    My question is how can I make sure that the form publishes the field as a multiple line of text instead? Some of the boxes did this by default but there are others that did not and I am missing text on them.
    Thanks

    When you add the control to the form, choose the Multi Line of text option instead of the single line of text option, if you are unsure, when you add the control to the form, right click it and select properties, from here you can change the data type
    from single line of text to multi line of text.
    Regards
    Sergio Giusti
    http://sergioblogs.blog.co.uk/
    Whenever you see a reply and if you think is helpful, click " Vote As Helpful". And whenever you see a reply being an answer to the question of the thread, click "
    Mark As Answer".

  • WCF Service and Sharepoint Form library : How i can read a access a form libray and query a item from file name and read form xml in WCF service ?

    WCF Service and Sharepoint Form library : How i can read or access a form libray and query a item from file name and read form xml in WCF service ?
    Ahsan Ranjha

    Hi,
    In SharePoint 2013, we can take use of REST API or Client Object Model to access the SharePoint objects like Form Library.
    SharePoint 2013 REST API
    http://msdn.microsoft.com/en-us/library/office/dn450841(v=office.15).aspx
    http://blogs.technet.com/b/fromthefield/archive/2013/09/05/working-with-sharepoint-list-data-odata-rest-and-javascript.aspx
    SharePoint 2013 Client Object Model
    http://msdn.microsoft.com/en-us/library/office/fp179912(v=office.15).aspx
    http://msdn.microsoft.com/en-us/library/office/jj193041(v=office.15).aspx
    With the retrieved file, we can then use XmlDocument object to parse it and get the values you want:
    http://weblogs.asp.net/jimjackson/opening-and-reading-an-xml-file-in-a-document-library
    http://stackoverflow.com/questions/1968809/programatically-edit-infopath-form-fields
    Best regards
    Patrick Liang
    TechNet Community Support

  • Ms Office Document On SharePoint 2010 library does not Open and stays on downloading

    Ms office documents on a sharePoint 2010 library does not open in client and stays on
    downloading... and never opens. This hapeens to Documents more than 2 or 3 Mb. That would be great if u cuold help me, Thanks
     

    Hi,
    This is a quick note to let you know that I am trying to involve someone familiar with this topic to further look at this issue.
    Max Meng
    TechNet Community Support

  • Dynamic Form Wizard Makes  Not-Editable Textbox ?? Urgent Help

    When I create new Dynamic Form Wizard after for editing data ,taken from my dynamic list, first line of dynamic form goes non-editable.
    For example; Dynamic List have this structure
    Name: Surname: Email: Pass:
    Sample name Sample surname Sample Email Sample Pass EDIT - DELETE
    ADD NEW
    when i click edit or add new ;
    Dynamic Form ;
    Name: Textbox Here (This box goes non-editable)
    Surname: Textbox Here
    Email: Textbox Here
    Pass: Textbox Here
    Add New Update - Delete - Cancel
    If i will add this line before first non-editable textbox script working.
    How can I solve this problem, i re-installed dwcs3 and ADDT for repair but not worked. Is this a bug ?
    My Os: Windows Xp - Home edition
    Dw version : Adobe DWCS3 V.9.0
    ADDT version: 1.0

    Hi Steven,
    "order" is one of MySQL´s "reserved words", means you´ll have to rename this column to something else.
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Adobe Interactive Form text field not editable

    Hello,
    I created an Adobe Form using transaction SFP and placed a textfield on the body page.
    I then created a Web Dynpro application using SE80, placed Interactive Form container on the view. I also checked the flag 'Enabled' and provided the templateSource as my Adobe Form name.
    When I test the WD application, the text field is not editable.
    Can you please advise what needs to be done?
    Thanks
    Sagar

    Hi...
    Place the following code in domodifyview
    data:
        lr_interactive_form type ref to cl_wd_interactive_form,
        lr_method_handler   type ref to if_wd_iactive_form_method_hndl.
      check first_time = abap_true.
      lr_interactive_form ?= view->get_element( 'INTERACTIVE_FORM' ).
      lr_method_handler ?= lr_interactive_form->_method_handler.
      lr_method_handler->set_legacy_editing_enabled( abap_true ).
    Thanks
    Gopal.

  • How to programmatically publish an Infopath form to sharepoint form library

    Hi all,
    I am in trouble because i am trying to find out a solution in C# by which i can publish my infopath form (without any help of publishing wizard in InfoPath form).
    For this i seen that when we publish it through the publishing wizard it creates a new form library on the sharepoint site and then publish the form in this form library, so as same i want to do this by code.
    I have created a code which creates a form library on sharepoint site but i am unable to publish my infopath form in it because i didn't find any method for publish in C#.for this I searched on google(blogs and forums etc..).I have found only upload method
    but i want publish method.
    Thanks in advance.
    Vishal

    Hi Mike,
    Thanks for your reply, I have uploaded the infopath from in form library by code as:
    uploaddoc();
    public
    static
    void uploaddoc()
    using
    (SPSite
    site = new
    SPSite("http://sharepoint
    site/"))
    using (SPWeb
    myWeb = site.OpenWeb())
    //Test3 is library's name, in which we want to upload the InfoPath form
    SPList docLib = myWeb.Lists["Test3"];Stream
    fileStream = System.IO.File.Open(@"c:\desktop\Testform.xsn",System.IO.FileMode.Open);
    myWeb.Files.Add("test3/testform.xsn",
    fileStream);
    docLib.Update();
    could you please describe that how can I associate my uploaded form to this form library
    Regards
    Vishal

  • How to update file name of SharePoint form library?

    HI All,
    I have a Infopath form library and submitted as "Form-1". Once update and submit, the same form name should change as "Form-1.1" with out duplicating. How to achieve this, thanks in advance!

    Hi Sam, check out the following link. It will get you started. You'll have to customize the way the file is named differently than shown, but you'll get the idea:
    http://claytoncobb.com/2009/06/20/auto-generating-filenames-for-infopath-forms/
    cameron rautmann

  • How to create a managed metadata column in sharepoint document library programmatically

    Hi,
    I want to create a column of type "Managed metadata" in a document library.
    I am new to managed metadata and its basics. So i need to know what it requires to create it. i got this
    1. Create a term set Group.
    2. Create term set.
    3. Create a term.
    I am using sharepoint foundation where "Term Store Management" service is not available.
    I am writing this code for OFFICE 365. So can write a code with prediction, assuming i have basic info required to run my code?
    var termStore = session.TermStores["Managed Metadata"];
    var group = termStore.Groups.GetByName("KB Submission Policy");
    var termSet = group.TermSets["KB"];
    Can write this code with respect to screen shot as follows in my term store 
    Please reply...

    Hi,
    Please check this
    http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2011/08/03/sharepoint-2010-cookbook-programmatically-create-term-sets-amp-metadata-columns-in-managed-metadata-service.aspx
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • LabVIEW support library does not edit!!

    I've created a support library using the new project manager in LV 8.
    When including the support library in my project, I can edit the
    support library. But, if I open the support library directly and try to
    edit it (add VIs, etc.), the changes do not save. My colleague
    duplicated the behavior. It is either a bug or a serious
    misunderstanding on how the project manager works. Am I missing
    something??

    Hello!
    I tried this out, but had no problems with editing the library within the Project Explorer or editing it directly. Changes will be safed in both cases. Maybe you changed to different libraries with the same name. You can check this out by checking the libraries path under the properties of the library (right click on the library).
    Following a link for more information on LabView Project Libraries:
    http://zone.ni.com/devzone/conceptd.nsf/webmain/5930593A46FE5E1B86257075007B9DDF
    Kind Regards, Christian

  • Attachments in Form Library Not Available?

    Are attachments in the Advanced Settings not available in a Form Library like it is in other Library's? I know I can add the attachment link on an InfoPath form, but I would like it to be on the ribbon as well and as a column for my view.
    I am on SharePoint 2013 On Premise.
    Thanks,
    Justin
    It's me

    Hello Justin,
    kindly check the liknk
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c832e3ba-bc4c-4907-a52b-493775a87567/display-attachment-in-sharepoint-form-library?forum=sharepointdevelopmentprevious
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • InfoPath form load rule is not checking all the rows in form library

    Hi,
    Requirement:
    We have a form library named "HR Annual Review". In the InfoPath form we have two buttons "Save" and "Submit". User is allowed to Save multiple times and only once using Submit button. The file name of form library "HR
    Annual Review" will be stored in the format “<username>+<mm>+<dd>+<yy>.xml”. Say for example, an user named Mike Walt submitted a form then the file name will be as “MikeWalt012314.xml”. If the same user (Mike Walt)
    submits the form and tries to open the form for subsequent edit, then we need to show a view which has an error info saying “The Appraisal is already submitted for the current appraisal cycle”.
    Solution we tried:
    To achieve the above requirement, we tried using InfoPath Form Load and add a rule to check whether the combination of current user name and the year already exists in the filename column of the form library. But the rule we applied is not checking all the
    rows in the form library. The rule is always checking the first row of the form library.
    What we need:
    We need the validation using InfoPath rule or some other way/solution to check whether the combination of current login username and current year file already exists in the form library.
    Thanks in advance.
    Srivignesh J

    Hi Srivignesh,
    Submit button Uses the Main Data connection to submit the data to the list. This is what you are using and naming the file in the format. You can create secondary data submit that will update the exiting item in the list. With this, you don't have to create
    any rules to check all the rows which is also not possible in OOB InfoPath.
    Once you have the two data connection, hide the toolbar from the form and display these two on the button. For The Submit button, apply the rule to hide the button if created by is not empty. For Save button, apply the rule to hide the button if Created
    By is empty. This way, when a new form is created, you will see the Submit button, and when the user have to update the form, they will see Save button. Hope it help.s
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • Unable to submit any item in the form library through InfoPath form

    I had created a form and link to a form library, but when i click on new document  it show me this dialog box with URL
    ms-infopath:nft|u|.....|s|......
    and then it open InfoPath form after submitting it does't not insert any value in the Form library.
    In my case
    1.I want to remove ms-infopath:nft|u|.....|s|......
    2. Form should open in web browser.

    Hi
    ank89 ,
    Please take steps as below:
    Create a Form using SharePoint Form Library template.
    After customizing the form , click  File ->Publish -> SharePoint Server -> save the form -> in the Publishing Wizard page input your site URL -> provide your authentication account.
    Check “Enable this form to be filled out by using a browser” and Form Library.
    Select your Form Library and edit the Form Library field , then Publish it and you will get what you want.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • External CSS for infopath forms in browser not working

    Hi everyone,
    I'm going to develop many forms using Infopath 2013 and then deploy to Sharepoint Server 2013. Because of UI requements, I need use css to accomplish this. I create external css files so I can reuse them easily. I followed this steps:
    Add css as resource file.
    In .xsl file, add <link> which references to css file
    Save manifest.xsf file and deploy.
    In Infopath designer, it works well. But when I deploy to Sharepoint Form Library, these css is not applied anymore.
    Could you please help me.
    Thanks for your time and considerations.
    Dang Huynh

    You are previewing the *.dwt file? Make sure you have Preview
    with temp
    files enabled in your preferences.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Sean022" <[email protected]> wrote in
    message
    news:g7mhro$64a$[email protected]..
    > Hi,
    >
    > I have built a website page which was all fine until I
    added editable
    > regions
    > and turned it into a template. Now when I try previewing
    in Internet
    > Explorer
    > it comes up with a File download window asking 'Do you
    want to download or
    > save
    > this file?'. Anyone know what is going on?
    >
    > Many thanks,
    > Sean
    >

Maybe you are looking for

  • 24" iMac Screens better in recent batches? One non-Apple store thinks so...

    I've been thinking about getting the Alu/Glass 24" iMac (waiting until at least Leopard's arrival) but after having read a number of threads here I thought I'd better go and check for myself... I still use a PowerBook G4 15" at home and use a second

  • How to share an Adobe Organizer collection?

    We have a library of standard pdf pages that we need to combine from time to time in different ways and then output as a single pdf document for email or print. This library is constantly being updated. I am using Adobe Acrobat 9 Pro and have been us

  • Dimm Riser card ?

    Hello, I need to get a new dimm riser card as one of mine seems to be faulty, can these be bought from apple? I don't see anything on the apple online store, if i phone them could i order one? or go into town to the apple store & buy one? if not wher

  • Exporting CS5 to epub problem

    Exporting CS5 to epub and last chapter is missing. Anyone ever see this? Thanks!

  • Tabular Report Question

    Hi There, I am in the middle of developing a tabular report my report format is the following and following parameters are passed. Its basically a LEDGER of a particular account therefore requrired to calculate the opening balance as well. 1. Account