If I wanted to create a search to find sales order...
# general
j
If I wanted to create a search to find sales order that have the same line item listed twice on the sales order (finding duplication mistakes) what would be the best way to go about this?
n
Create a saved search and use item name count
j
CRITERIAS STANDARD: transaction type = so main line = false ship line = false tax line = false SUMMARY count line id greater than 1 RESULT SET group by document number group by item count line id
j
Thank you! I'll try that now
SHould this be a saved transaction search or saved Item search
Im getting no results for some reason. hmmm
Here is a sales order with duplicate lines as an example
j
saved transaction search
Could you send a picture of your criteras (both standard and summary) and your result set?
j
message has been deleted
j
Sorry. You shall group by item and count line id in your result set
j
ok trying that now
You are awesome! That worked perfectly
Thank you
j
Great