Unable to capture update set

Savitha4
Tera Contributor

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.

2 REPLIES 2

Allen Andreas
Administrator
Administrator

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!

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.