Allen Andreas
Tera Patron

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!