Skip to main content
Planview Customer Success Center

How to populate CPRowID in the UDF tables?

We want to populate some UDF data into the tables UDFCode, UDFNumber etc. using SQL but we don't know how to populate the column CPRowID.


You do not need to populate this column yourself. It is defined as an identity type column and SQLServer will automatically populate it. With each insert, the value set by SQL Server is incremented by 1.