Copied to clipboard

Flag this post as spam?

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


  • Kristian 1 post 81 karma points
    Jun 14, 2017 @ 13:42
    Kristian
    0

    Examine IndexedNode.NodeId

    What to do in U7.1 SimpleDataService when the unique object id is not an integer in the creation of a SimpleDataSet NodeDefinition NodeId.

    We use Guids as unique id's on objects form the dataservice. Using GetHashCode seams to be a bad option considering that there is a lot of records being added.

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Aug 01, 2017 @ 13:00
    Alex Skrypnyk
    100

    Hi Kristian

    I know it's a bad idea also, but you can extend your objects with an integer id, or create a new table with integer ids mapped to Guid ids.

    Thanks,

    Alex

  • 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