Hey, I am new to netsuite. I am a developer and ha...
# general
e
Hey, I am new to netsuite. I am a developer and have been running into issues with how to properly query for records with SuiteScript. Particularly with querying estimates related to clients/customers. I am finding the naming of records in the UI to be different than what is in the code and getting poor results back. Are there any particular resources that I could watch or listen to that would help me get a better handle on interacting with the data via SuiteScript?
b
the query, search, and record modules represent the data differently
though all 3 are very similar since the data all ultimately comes from the same database
general recommendation is to start with SuiteAnalytics Workbooks in the ui
it uses the same data that N/query uses
e
ah so it is a UI that I can create queries to test out before I have to upload my code everytime to know I screwed up? haha
c
You can check Setup > Records Catalog. It might help with the names