Question
Red Alpha
US
Last activity: 28 Apr 2025 11:51 EDT
Adding Custom Actions to an Embedded Data table
Hello Everyone! My team and I have a use case wherein we would like to see if it would be possible to expose a custom action on an Embedded Data table in addition to the OOTB "Edit" and "Delete" actions. My team and I are working on a case type which includes an embedded data field; which is intended to contain a list of statements. We display this embedded data list as a table on a view in our workflow and were curious if folks are having any luck exposing table row actions in addition to "Edit" and "Delete". Would very much appreciate any thoughts!

@TessPorter instead of using Embedded Data, do you think you might be able to create a dedicated Data Object representing statements? This would allow you to make use of Create Case Actions:
https://docs.pega.com/bundle/platform/page/platform/data-integration/adding-optional-action-data-type.html
In case you need someone to edit transactions manually, you could simply enable CRUD for your Transactions Data Object.