Join Slack
Powered by
Hello People, How do I get expense sublist fields ...
# general
a
Anas Jakwani
10/02/2023, 1:25 PM
Hello People, How do I get expense sublist fields in saved search result column. I want to know the expense account and expense amount.
a
Adrian
10/02/2023, 2:22 PM
@Anas Jakwani
That would probably be the {expenseacct} for the category and {transaction.amount},
https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2016_1/script/record/expensecategory.html
{transaction.account} and {transaction.amount} if you're looking for line entries without category
https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2016_1/script/record/transaction.html
or {item.account} and {item.cost} for items
https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2016_1/script/record/item.html
Open in Slack
Previous
Next