Hello People, How do I get expense sublist fields ...
# general
a
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
@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