Cedric Moonen wrote:
you can recompile your project as many times as you like and the Ids won't be changed
I was not referring to re-compilation changing the Ids, here's my case - My resource file has more than 30k records and there are lots of merge operations happening on RC because so many people are working on the same project everyday. A lot of times there is a clash on IDs on which a developer has to change the Ids to make them unique. That is why we were reluctant to use numeric IDs. May be there is no easy way to go about it, but we will/are trying to somehow use ID name itself and not numeric ID. Regards Cage