Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
tranid filter not pulling through
Very strange situation.
I have a client that is using a link to a csv version of a search to export transaction data to Excel. We have done this in many instances to allow for custom transaction formatting not supported by NS.
The link is a custom body HTML field that does not save its value and perpetually has the default value of:
https://system.netsuite.com/app/common/search/searchresults.csv?searchtype=Transaction&Transaction_NUMBERTEXTtype=IS&Transaction_NUMBERTEXT={tranid}&sortcol=Transaction_TRANDATE_raw&sortdir=ASC&csv=Export&OfficeXML=F&style=NORMAL&report=&grid=&searchid=381
For most quotes it generates an export of the data. However all of sudden, is is replacing {tranid} with "To+Be+Generated" as if the field had been created and its value stored before the tranid was assigned. However, this is clearly not the case.