Catalog Item not showing in AES Experiences Section?

Mikael Karlsson
Kilo Sage

Help me figure out why i can't see any Catalog Items in the Experiences section of an app (even as admin). I've added the item via the AES wizard but once created it never shows. It shows in classic studio so they exist.

 

MikaelKarlsson_0-1728568228935.png

MikaelKarlsson_1-1728568236975.png

 

 

1 ACCEPTED SOLUTION

Mikael Karlsson
Kilo Sage

Support ran the following in a background script and it got resolved, i don't recommend running without asking support.

 

GlideTableManager.invalidateTable("sn_app_eng_studio_taxonomy");
GlideCacheManager.flushTable("sn_app_eng_studio_taxonomy");

View solution in original post

1 REPLY 1

Mikael Karlsson
Kilo Sage

Support ran the following in a background script and it got resolved, i don't recommend running without asking support.

 

GlideTableManager.invalidateTable("sn_app_eng_studio_taxonomy");
GlideCacheManager.flushTable("sn_app_eng_studio_taxonomy");