如何在保存的搜索中获取客户的部门和地区?
How to get Divisions and regions of customers in a saved search?
我可以在 NetSuite 中创建保存的搜索以显示客户的部门和地区吗?
我正在尝试从保存的搜索中获取分区和区域,即在保存的搜索中客户交易的分区和位置。
您可以使用以下条件编写搜索
1) Customer : internalid anyof CUSTOMER_INTERNAL_ID
2) Mainline is T
3) Type anyof Sales Order, Cash Sale, ANY_OTHER_APPLICABLE_CUSTOMER_TRANASACTION
在搜索栏中添加
1) Department with summary type Group
2) Location with summary type Group
从结果中删除任何其他搜索列,因为添加不正确分组的不需要的字段会导致重复结果
如果您想在一次搜索中获得所有客户的部门和列,您可以删除过滤器 #1 并添加一个搜索列 customer with summary type as group
我可以在 NetSuite 中创建保存的搜索以显示客户的部门和地区吗?
我正在尝试从保存的搜索中获取分区和区域,即在保存的搜索中客户交易的分区和位置。
您可以使用以下条件编写搜索
1) Customer : internalid anyof CUSTOMER_INTERNAL_ID
2) Mainline is T
3) Type anyof Sales Order, Cash Sale, ANY_OTHER_APPLICABLE_CUSTOMER_TRANASACTION
在搜索栏中添加
1) Department with summary type Group
2) Location with summary type Group
从结果中删除任何其他搜索列,因为添加不正确分组的不需要的字段会导致重复结果
如果您想在一次搜索中获得所有客户的部门和列,您可以删除过滤器 #1 并添加一个搜索列 customer with summary type as group