Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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.