Question
1
Replies
31
Views
Posted: May 14, 2020
Last activity: May 14, 2020
Pega BIX 7.2
I have added a Page List Property (Code-Pega-List) and results of this page list property is of Data Class in my pre-existing Extract Rule.
All the details are available on clipboard .
When i ran extract rule , i am able to see the insert query for table of page list property in logs but data is not committed to external source db.
Solutions Tried:-
- Added class for page list property. Mapped this class to table through data base schema .
I think you might have missed to create the Key Column in the table. Rerun the extraction after creating the column, it should work.
Please see below example,
Below property configuration is on the Comments pagelist , and a column COMMENTS_ID is created in table, and it is inserting records correctly
Regards,
Shiju