The Zurich release has arrived! Interested in new features and functionalities? Click here for more

unable to remove variable set from catalog item

venkata2023
Tera Contributor

Hi, 

I am removed variable set from catalog item in Dev and moved to Test, but the variable set still appears in catalog item, several times removed and captured, but still its not removing.

3 REPLIES 3

Shashank_Jain
Kilo Sage

@venkata2023 ,

Can you please share the screenshot, what entry you have captured in the update set.

 

If this works, please mark it as helpful/accepted — it keeps me motivated and helps others find solutions.
Shashank Jain

Ankur Bawiskar
Tera Patron
Tera Patron

@venkata2023 

is the deletion captured in the update set?

Share that update set updates screenshots.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

ChallaR
Kilo Guru

hi @venkata2023 

Please find the below trouble shooting way and let me know if you any query -

Troubleshooting Steps

  1. Check for Variable Set References in Catalog Item

    • Go to the catalog item in Test.
    • Open the Variable Sets related list.
    • Ensure the variable set is not still listed there. If it is, remove it manually.
  2. Check for Variables Added Individually

    • Sometimes variables from a variable set might have been added individually to the catalog item.
    • Go to the Variables tab and see if any variables from the removed set are still present.
  3. Update Set or Application File Issue

    • If you’re using Update Sets or Application Files to move changes:
      • Make sure the removal of the variable set was captured properly in Dev.
      • Check the update set in Test to confirm the removal record is present.
      • Try recreating the update set with just the catalog item and variable set removal.
  4. Clear Cache / Re-publish Catalog Item

    • Sometimes UI cache can cause old data to appear.
      • Try clearing the cache: Cache.do in the instance.
      • Re-publish the catalog item to refresh its configuration.
  5. Check for Scoped App Conflicts

    • If the catalog item or variable set is part of a scoped application, ensure the scope is consistent across Dev and Test.
    • Conflicts in scope can cause unexpected behavior.
  6. Scripted Inclusion or UI Policy

    • Check if any UI Policies, Client Scripts, or Catalog UI Scripts are dynamically adding the variable set or its variables.

Suggestions 

If you're still stuck, you can try this:

  • In Dev, clone the catalog item (without the variable set).
  • Move the cloned item to Test.
  • See if the variable set appears in the cloned version.

Please mark it correct and close the thread if this resolves your query  

 

Thanks,

Rithika.ch