Hi, I was wondering if its possible to search and ...
# suitescript
d
Hi, I was wondering if its possible to search and list all custforms in suitescript. I tried this with little success
b
I don’t think there’s a way, I have to do a transaction search and group by
customform
column and cache that information with a map/reduce script netsuite not complete information but it gets me by
d
Okey, I did something similar with a regular search on Transaction and grouped by recordType when I wanted that all transaction types.