Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Infin
UZ
Last activity: 29 Jul 2019 14:34 EDT
Multiple rows in the Index Table
I need create table and declare index for existing work class. I cannot use resave activities because work objects too much. I already have one existing declare index's table and can get Pxindexcount from that table. Unfortanely, pzIndexCount in work object can be different. So, I can create rows for new table with Pxindexcount+1 and it's works for save work objects. Unfortanely, It does not work for Resolve operation,for example. Resolve operation insert new string to new table with diferent pxIndexCount.
I need create table and declare index for existing work class. I cannot use resave activities because work objects too much. I already have one existing declare index's table and can get Pxindexcount from that table. Unfortanely, pzIndexCount in work object can be different. So, I can create rows for new table with Pxindexcount+1 and it's works for save work objects. Unfortanely, It does not work for Resolve operation,for example. Resolve operation insert new string to new table with diferent pxIndexCount. I found only 1 Hfix https://community.pega.com/support/support-articles/hfix-31865multiple-rows-index-table but it's for 7.2.1.
We use PRPC 7.1.8. I think this is a bug, maybe you have some experiense with such problem.