Reltio Connect

 View Only
Expand all | Collapse all

Random Number Generator : Should not be sequential and also should be non-repetitive

  • 1.  Random Number Generator : Should not be sequential and also should be non-repetitive

    Posted 05-31-2024 03:01

    Hello Folks,

    We have a requirement for an entity that we should generated a 9 digit ID in Reltio that should be random and not sequential. I believe sequence generator can't be used as the values won't be random but sequential (doesn't matter if the increment is by 1 / 5 / 10, in some manner it is still a sequence).

    I know we can use an LCA to generate a random number and use it, if the value doesn't exists in the system. Another way is to listen to entity create event and use RIH/integration tool to generate value , check if the values exists, and populate the value .

    But is there a more simpler way to achieve this functionality in Reltio with this much hassle?

    Thank You



    ------------------------------
    Aditya Somayajula
    ------------------------------


  • 2.  RE: Random Number Generator : Should not be sequential and also should be non-repetitive

    Reltio Employee
    Posted 05-31-2024 11:55

    Hi Aditya,

    Reltio only supports sequential and UUID generators out of the box. For random numbers, you may have to use LCA or RIH as you have already mentioned

    Thanks,



    ------------------------------
    Saurabh Agarwal
    ------------------------------