Question
1
Replies
1186
Views
Perseus
Posted: November 28, 2016
Last activity: November 29, 2016
Closed
Bulk update in pega
I have list of records displayed in repeating grid, user want to do bulk action like update 10 rows or 20 rows. how to do this bulk action in single DB interaction.
sample expected update query.
UPDATE table_name
SET column1="UPDATESTATUS"
WHERE some_column in ("id100","id200","id300")
Can you refer Bulk Actions functionality used in "Private CheckOut" records functionality and try to implementsimilar kind of use-case.
Data-Portal.pzSearch section rule contains Bulk Actions functionality.