Question
TCS
TCS
IN
TCS
Posted: Oct 5, 2017
Last activity: Oct 13, 2017
Last activity: 13 Oct 2017 5:29 EDT
Closed
Remove Primary Key constraint in PYID
Hi
We have a class with keys other than pyid. We want to remove primary key constraint on PYID or entire column as pyid is not required anymore, will it cause any issues ?
Please suggest.
Regards
Srinivasu
I wouldn't recommend it - Pega expects pyID to be unique, and there are places where instances are opened by pyID. If somehow there are two things with the same pyID, that would cause a problem there. Having pyID be a primary key guarantees it's unique.