Posted by Shantha Kumar on 7th February 2010

Enable Internal Name in Create Column page

In SharePoint out-of-Box, we can’t able to add the internal name for the SharePoint field i.e., Columns. But we can enable that by modifying the Create column page on 12 Hive.
For that we have to modify the FldNew.aspx page, that is available under 12 Hive\TEMPLATE\LAYOUTS folder.
Before modifying, take a copy of that file.
Step 1: Open [...]

Posted by Shantha Kumar on 25th September 2009

How to get InternalName in ListEdit Page

In SharePoint the column or field has two names. One is DisplayName, used to view the field name publically in all pages and another is InternalName used internally to refer the Field. This Internal name will be used in CAML Queries, during retreiving inserting and updating the list item.We can’t see this Internal name in any pages [...]