f I want to check if some table gets captures in update set or not, how to check this?

gatiref872
Kilo Expert

f I want to check if some table gets captures in update set or not, how to check this?

2 REPLIES 2

AyushKumarM
Mega Guru

Hi @gatiref872 ,

Hi @tushar_ghadage ,

  1. Navigate to System Update Sets > Local Update Sets.

  2. Open the update set you want to inspect (click its name).

  3. In the update set form, locate the Customer Updates related list.

  4. Right-click the Customer Updates related list and choose Open in new window.

  5. In the new window, click the Type column header and choose Group by Class.

  6. Inspect the grouped classes:

    • If you see a group named Type:Table → the table (table creation/definition) was captured in the update set.

    • If you see a group named Type:Dictionaryfield additions or changes (dictionary entries) were captured.

Quick troubleshooting / tips

  • Ensure the correct update set was selected (active) when you made the changes.

  • If you don’t see the expected class, re-check that the change was performed while the update set was active and then re-open the Customer Updates list.


    If this answer worked, please mark it as the solution. A helpful mark is also appreciated—it helps others in the community.

    Thanks and Regards,

    Ayush

     



kaushal_snow
Mega Sage

Hi @gatiref872 ,

 

Go to System Definition > Dictionary, filter for the table name, and see if the dictionary record has the update_synch attribute set (only tables with update_synch=true have their config captured in update sets).....Also check the sys_update_xml table for entries whose name or target_name corresponds to your table (or the specific record you modified) to see if your change was logged there....

 

If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.

 

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/