Does anybody know where to find where wishlist dat...
# suitecommerce
j
Does anybody know where to find where wishlist data is stored? I'm trying to figure out if anybody is actually using the wishlist functionality on our site and I'd like to see how many records actually exist.
a
It should be listed in a sublist on the Customer record. I don't quite remember the sublist name or which subtab it's under by default, but I think it's just "Product Lists".
j
Found it. The records are "Product Lists", which is why I had trouble finding it.
1
a
Subtab is SuiteCommerce Extensions by default
j
customrecord_ns_pl_productlist customrecord_ns_pl_productlistitem customrecord_ns_pl_pli_priority
a
Awesome. I'm glad you found it.
👍 1
Good point, you probably need the record type IDs and field IDs for things like saved searches and scripting. I believe it's a SuiteBundle, which you can look at the Components of to find that stuff but I think you already found what you needed 🙂