
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2016 09:53 AM
I created a catalog item, but after further conversation with the customer, this now needs to be a record producer.
Is there a way that I can change the catalog item to a record producer without loosing the work that I did already?
This is my first time creating a record producer.
Thanks,
Karen
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2019 04:33 AM
Hey everyone I posted this question 3 years ago, but I found a way. You can run this script as a background script.
var gr = new GlideRecord("sc_cat_item"); gr.get("sys id of the catalog form that you want to change to a record producer"); gr.sys_class_name="sc_cat_item_producer"; gr.update();
Hope this is helpful to someone.
Karen

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2016 10:23 AM
Oh can't you also go to All Variables and just move them from the catalog item to where you want them to be.
Something that just came to mind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2016 10:31 AM
I don't see how you could do that. Maybe I'm missing something? Variable sets are reusable - I suppose you could have a variable set that contains one variable if it is something you use on most all catalog items or record producers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2019 12:01 PM
You can move all of the variables you created for the catalog item to the record producer rather easily.
Create the record producer and give it a name that is different from the catalog item.
Navigate to the catalog item and scroll down to the variables related list, click on the conditions and open it in a new window.
Highlight the Cat Item field and select all of the variables, double click and change it to the record producer.
Done, you have now moved your variables from the catalog item to the record producer.
If you want to have both, make a copy of the catalog item first and then move those variables so you can have one that is a catalog item and one that is a record producer.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2021 01:44 PM
Can you provide screenshots? Getting lost on the following:
"
Navigate to the catalog item and scroll down to the variables related list, click on the conditions and open it in a new window.
Highlight the Cat Item field and select all of the variables, double click and change it to the record producer."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2021 02:10 PM
Sure. Go to the catalog item you want to remove them from and open the variables in a new window:
Then on that window make sure the Cat Item field is visible and select them all and change them to the new item:
So in this example you would change Monitoring Request to whatever the new item/producer is.