I have retired a catalog item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-20-2024 11:19 PM - edited ā03-20-2024 11:21 PM
The catalog item is being retired. As such, we need to identify and remove any references to the item within other item Descriptions, variables, etc.
So i need a script which which help me in identifying all references to the catalog item, either by name or direct hyperlink, are identified within any Catalog Item Description, or within any field in a Catalog Item, or any client scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-20-2024 11:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-20-2024 11:38 PM
I have made a catalog item inactive.
Now i want to check if in any of the existing catalog items , catalog scripts or variables I have used any hyperlink of the inactivated catalog item.
So I am looking for script that can help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-20-2024 11:43 PM - edited ā03-20-2024 11:44 PM
Hi @Taaha M ,
Catalog Items: Query the sc_cat_item table to find catalog items that contain references to the inactive catalog item.
Catalog Variables: Query the sc_cat_item_option and sc_cat_item_option_mtom tables to find catalog variables that reference the inactive catalog item.
Catalog Scripts: Search through catalog client scripts, catalog UI policies, and catalog client scripts for occurrences of the hyperlink to the inactive catalog item.