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,