Where is saved bundle in portal stored?

palmen
Tera Guru

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?

1 ACCEPTED SOLUTION

palmen
Tera Guru

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.

View solution in original post

2 REPLIES 2

palmen
Tera Guru

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.

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