Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
unable to get value while executing saved search from suite script
We have created profit and loss report in the form of saved search.
so now we are having account and the corresponding values in saved search. values in saved search are as a result of formula fields.
below is an example.
one of the column 'purchases' has been defined as formula field of currency type with below formula having summary type as 'sum' and custom label and summary label as purchases.
case when {accounttype} = 'Cost of Goods Sold' then {grossamount} else 0 end
now when i am executing this saved search from suite script i am getting null value for the purchase column. however i am able to get value for account column.
0