Question
1
Replies
37
Views
Posted: December 20, 2019
Last activity: December 20, 2019
Closed
How do I record data into database?
I would like to move data in Clipboard to Pega Database.
so I try to create activity which has "page new", "property-set", "Obj-save" and "commit" method.
After executing"run", I can see input data in clipboard, but I cannot see any data in Table in Section.
(THe table is referring the database by report definition)
Are you adding a new row or updating an existing one?
When adding a new row make sure that you generate the row ID and that there is no primary key conflict? Also, make sure that all the deferred save are committed to the DB