473,466 Members | 1,286 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Changing type of a custom field for already created site collections

1 New Member
Hi,

Currently we have a series of SharePoint sites already created in which we have a custom field created as follows in a custom fldtypes.xml

Expand|Select|Wrap|Line Numbers
  1. <?xml version="1.0" encoding="utf-8" ?>
  2.  <FieldTypes>
  3.  <FieldType>
  4.   <Field Name="TypeName">HierarchyTaggingField</Field>
  5.   <Field Name="TypeDisplayName">Hierarchy Tagging Field</Field>
  6.   <Field Name="TypeShortDescription">Accenture Help Custom Field for Tagging Hierarchy (using other lookups).</Field>
  7.   <Field Name="ParentType">Text</Field>
  8.   <Field Name="Filterable">TRUE</Field>
  9.   <Field Name="FieldTypeClass">Help.Fields.HierarchyTaggingField, Help.Fields, Version=1.0.0.2, Culture=neutral, PublicKeyToken=e3f48f81099596cd</Field>
  10.   <!--Field Name="FieldEditorUserControl">/_controltemplates/LookupFieldEditor.ascx</Field-->
  11.   <!--Field Name="FieldEditorUserControl">/_controltemplates/Help/HelpFilterFieldTypeControl.ascx</Field-->
  12.   <RenderPattern Name="DisplayPattern">
  13.   <HTML><![CDATA[<span class="h1-HierarchyTaggingFieldControl" style="display:none;">]]></HTML>
  14.   <LookupColumn HTMLEncode="TRUE" />
  15.   <HTML><![CDATA[</span> ]]></HTML>
  16.   </RenderPattern>
  17.   <RenderPattern Name="EditPattern">
  18.   <HTML><![CDATA[ ]]></HTML>
  19.   <LookupColumn HTMLEncode="TRUE" />
  20.   <HTML><![CDATA[ ]]></HTML>
  21.   </RenderPattern>
  22.  </FieldType>
  23.  </FieldTypes>
Now we need to change the ParentType to "Note" and add the SQLType field and set it to "ntext". We did these changes to the xml and (of course) the change is working perfectly on new sites but for already created sites we are not being able to make this change work.

If anyone knows a way of making this change work properly it would be greatly appreciated.

Thanks,
Santiago
Aug 9 '10 #1
0 1161

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Roger | last post by:
How can I check if a field already exist in a table? If it doesn't exist I want to add it with ALTER TABLE ADD...
6
by: Larry R Harrison Jr | last post by:
I have a database I'm designing in Access 97. I have a custom field in a query which looks in {Table of Documents} and shows them all. It then needs a "latest revision number," stored in another...
1
by: Henry Stockbridge | last post by:
I am doing some database documentation, and need to convert the field type and field formats in my code into terms I can convey to others (i.e. Date/Short Date, Number/Double, and so forth.) Any...
6
by: Bern McCarty | last post by:
I'm trying to use the VS 2005 March Tech Preview and am trying to adjust some MC++ to the new C++/CLI syntax. I got a little hung up when I encountered the below error. Certainly my...
3
by: Edward Grosso via .NET 247 | last post by:
Hi to all the dotnet community, I'm actually trying to figure out how can I save a Recordset to an ASCII file with custom field separators, in a fast way, without loops. Perhaps there is some way...
5
by: John Abbler | last post by:
I'm currently testing doing some testing with other browsers and have found that my custom field validators aren't firing with Firefox or Netscape, but they work fine with Ie. Here's the code...
2
by: a | last post by:
The problem: I want to allow an administrator (user) to create a list of teachers, each teacher in turn has a list of classes, each class has a list of students. There's an article at...
0
by: Kosmos | last post by:
Okay so the following is a question I posted earlier...to clarify what I'm trying to do here...I simply want the printed output to be put into a new field in a different table that's already created...
1
by: debdhritiman | last post by:
Can we commit in the session which is already created by different user rather than mine?
2
by: daknightuk | last post by:
I have created a database and I want to add a field to it which will store the password using the php encryption method of MD5 or SHA1 I just simply need to know what datatype to use in the...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.