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
------------------------------