If it does work, and you want all of them, you can...
# suitescript
e
If it does work, and you want all of them, you can do an unfiltered Transaction search grouped by
type
d
yah was looking for more a universal function that I could call from any script to get the entire list, not if I am on a particular transaction. kind of like what I commented to jen. I agree the grouped search is probably the most legit route, but figured performance wouldnt be the greatest
e
Shouldn't be too bad with a grouping on it, should just get one result per transaction, but that will only return values where you actually have an existing transaction
I don't see any way to access that info through
N/config
, and I don't think you can search it
d
yah just didn't know how the SQL or whatever worked on the backend since it is running over all transactions even if eventually only returning ~30 grouped results. Just tested though and data looks good (does have account-specific names fyi)
e
woo! I'm not sure about the query performance either; usually it's just something you have to test