Unable to capture update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2023 03:11 PM
I am trying to capture a catalog item in an update set by clicking "Force to update set" but I am getting this error "Updates are already being recorded for this table." Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2023 03:27 PM - edited ‎02-27-2023 03:32 PM
Hi,
Can you check your current update set to see if those updates are already there?
Additionally, the UI Action for that traditionally has these conditions:
startsWith('wf_')
startsWith('sys_ui_')
tbl == 'sys_choice'
current.getED().getBooleanAttribute('update_synch')
current.getED().getBooleanAttribute('update_synch_custom')
Meaning that it will check to see if the table name starts with or is one of those or if the attribute for that table: "update_synch" or "update synch custom" is true. If any of that is true, you'll see that message.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2023 01:48 PM
Hello Allen,
NO, update set is empty. There's nothing captured in it. I did check the UI action. How can I override it or how to fix it? Thanks.