for a sharepoint list . i want a column to be not visible when creating new item of the list , but it should be visible when the item is edited .
How can i do this ?
any help appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should just set ShowInNewForm to FALSE
If you’re creating the list using CAML then just add ShowInNewForm=”FALSE” to the element for the field
If you’re using the UI to create the field then you can use the object model or SharePoint Manager to change the ShowInNewForm property of the field