Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
NSC | How to Create a Saved Search for transactions with Differing Header and Line Level Departments
SCENARIO:
User is tasked to determine transactions (Vendor Bills and Invoices) in NetSuite where the department specified at the header level differs from the department specified at the line item level.
SOLUTION:
1.) Navigate to Lists > Search > Saved Searches > New
2.) Select Transactions
3.) Results tab
Remove all columns, then add the following:
Type | Summary Type: Group
Transaction Number | Summary Type: Group
Formula (Text) | Summary Type: Maximum | Formula: NS_CONCAT(DISTINCT(CASE WHEN {mainline} = '*' THEN {department} END)) | Label: Header Department
Formula (Text) | Summary Type: Maximum | Formula: NS_CONCAT(DISTINCT(CASE WHEN {mainline} != '*' THEN {department} END)) | Label: Lines Department/s
Patrick Fresnosa | Advanced Accounting | SRP | Ask a Guru
