Can anyone eli5 how to get a Trial Balance to expo...
# suiteanalytics
c
Can anyone eli5 how to get a Trial Balance to export to a file directory?
j
www.tacticalconnect.com is a suiteapp that allows you to export searches to cloud file storage. You can build a TB search.
r
do you need this automated?
on on demand run
or
c
@Josh_SatoriReporting Is this to say it can't be done natively?
@redfishdev Either
r
There are saved search solutions which you can export to excel. Prob same from suite analytics. both saved searches and analytics can be pulls programatically from code theorugh restlets to external systems
https://blog.prolecto.com/2016/09/10/how-to-produce-a-netsuite-trial-balance-with-saved-searches/ if a good example of saved search version but your requirements may take more effort
but at the end of the day a trial balance is all data based and there are many ways to get data. Josh (above) porb has an easy button if you dont want to go through the learning curve
I assume you know that your can run a trial balance from Reports -> Financial -> Trial Balance and then use the excel button at bottom
c
Ideally, I'd schedule the TB to send to a static destination where it is ultimately transferred to an SFTP site If it's possible through native NS, I prefer that route i’m just ignorant on the topic. Happy to embrace the learning curve, but haven't found anything that indicates it's possible so idk where to start
r
You are working on a custom integration that people here can help with. The cheap solution depending on if you can form via saved search is to script the run of the search and the export to ftp which can be done in NetSuite. This is all JavaScript code. There are poeple here that can help and provide a solution. They can deal with your SFTP reqs.
But I suspect you will need to have your company spend some $ for this solution unless you are willing to dive deap into the JavaScript aspects of NS.
I can direct you if you want