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 6148 posts 24097 karma points MVP 8x 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

Please Sign in or register to post replies

Write your reply to:

Draft