- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 06:12 AM
In Service Portal when you save your cart as a bundle. Where is this information stored?
I can't find any table or such where these bundles are stored for me.
I'm trying to figure out if I can copy an existing bundle I've created to another user. Is there already some functinoality for this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 06:19 AM
Found it, it's stored in the sc_cart table.
Making an insert of the record and change the user is doable, but has to be done backend unless you create some functionality for it in portal as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 06:19 AM
Found it, it's stored in the sc_cart table.
Making an insert of the record and change the user is doable, but has to be done backend unless you create some functionality for it in portal as well.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 06:21 AM
I was about to reply it but if someone looks for this information, it can be found in the widget sc_save_bundle server script