Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • overflew 87 posts 110 karma points
    Nov 30, 2010 @ 21:21
    overflew
    0

    Export -> Reimport DataTypes defaulting to 'NText'

    Hi there,

    I've created a few DataTypes, exported them as a package, and re-imported them on a fresh install. I've noticed that all datatypes have defaulted to NText, which is a bit of a bother - Can anyone shed some light on how I could modify the package.xml to include them as their correct data types?

    Here is a sample exported DataType:

    <DataType Name="Title Dropdown" Id="a74ea9c9-8e18-4d2a-8cf6-73c6206c5da6" Definition="d47a947e-d0b2-4862-94a4-fa2fbe5c2cce">
          <PreValues>
            <PreValue Id="39" Value="Mr" />
            <PreValue Id="40" Value="Mrs" />
            <PreValue Id="41" Value="Dr" />
            <PreValue Id="42" Value="Ms" />
            <PreValue Id="43" Value="Miss" />
          </PreValues>
        </DataType>

    I notice they all have id="a74ea9c9-8e18-4d2a-8cf6-73c6206c5da6" - Are there other values I can substitute to allow for int / nvarchar / datetime?

  • Essy 74 posts 96 karma points
    Jan 25, 2011 @ 18:28
    Essy
    0

    I have the same problem - have tried to transfer them via a package but as you say the type seems to revert to NText and the values are all changed/corrupted. Has anyone found a solution/workaround yet?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies