https://netsuiteprofessionals.com logo
c

Christopher Zammit

04/02/2022, 6:03 AM
I am using the below code to return the results of a saved search into a CSV file and email. The CSV file that is created returns the correct amount of results from the saved search but the values are NULL? Can you please let me know what I'm doing wrong? Many thanks in advance
b

battk

04/02/2022, 11:32 AM
the guess would be that your search doesnt actually use those columns, so you cant get their values
m

mattdahse

04/02/2022, 4:19 PM
Given the columns you’re returning, I think it’s likely that those are actually summary columns, and your getValue calls are not referencing the summary property.