pyGUID vs Compound Key
Hi,
Let's say, we have three compound key candidates in MyCo-Data-Customer class. I can specify Key1, Key2, and Key3 in class form as compound keys but also Pega recently started to provide "pyGUID" which is automatically generated by Pega with random number (I guess this comes from system time?). What are pros and cons using these?

Thanks,
Hello,
I would say that it comes down to what you care about in your key. If you can build a compound key that will provide you an appropriate level of uniqueness, but is meaningful to your developers, that may be a way to go. If you can't, or you don't care about it being meaningful, letting the system generate is unique key on your behalf means you don't need to worry about how the key is constructed and what may happen in the future to the properties you would otherwise have used in a traditional compound key.
Thanks,
Mike