Custom Code BPM to Insert into ICE.ReportDefaultStyle

Hi,

I know how to insert to a UD table but how do I change it to insert to an existing table ICE.ReportDefaultStyle? I would like to have this run insert because currently in the version Kinetic 2023 everytime i import solution with report style it will disable the reports that are valid and also the default choices I entered.

Many options. BAQ, Dashboard, Function with BOs.

How do you see this working? Let us know and we can guide you.

What I plan would be when the BPM triggered by a button to remove and re-insert into Ice.ReportDefaultStyle the fields below:
Company
ReportID
StyleNum

The fields will either be hardcoded in a custom code or later I create a UD field with the fields above to insert inside each time.

Then each time I import solution. I can just run 2 steps. A DMT to validate or unvalidate the report styles and a button to default the reports.