Copied to clipboard

Flag this post as spam?

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


  • Mark Bowser 273 posts 860 karma points c-trib
    Mar 25, 2014 @ 17:35
    Mark Bowser
    0

    usync not syncing Ultimate Picker correctly

    We have a site with the following datatype we called "Link Dropdown". It is an Ultimate Picker. Here is the usync definition file for the datatype:

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <DataType Name="Link Dropdown" Id="cdbf0b5d-5cb2-445f-bc12-fcaaec07cf2c" Definition="54f87d79-8935-4881-9b84-3af6621fecec">
      <PreValues>
        <PreValue Id="203" Value="DropDownList|1374||False" />
      </PreValues>
    </DataType>

     

    Our problem is that when usync reads the definition file, it wipes the "type" and "Parent nodeid" from the datatype. In this case, the type is "DropDownList" and the parent nodeId is "1374". This appears to be a bug in usync. Does anyone know anything about this?

    Thanks!

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Mar 25, 2014 @ 17:41
    Kevin Jump
    0

    Hi I've not tried usync with all datatypes but i know some are more 'sensitive' than others when their datatypes are written out.

    you can tell usync to 'preserve' prevalues as when it writes them out - this is slightly different as it doesn't try and match them it just writes them out the same every-time.

    to do this add the guid of the definition to the

    that might help.

    Kevin

  • Mark Bowser 273 posts 860 karma points c-trib
    Mar 25, 2014 @ 18:43
    Mark Bowser
    0

    I hastily attempted the suggestion with no luck. For the sake of time, I'm just going to use a multi-node tree picker with a maximum of one selectible node. Hopefully later I'll have time to test your suggestion more thoroughly.

     

    Thanks for the really quick response.

Please Sign in or register to post replies

Write your reply to:

Draft