|
|
Hello,
Here are the three searches. Let us know if you have any questions.
Items with no associated vendor:
search [Item Category] code 'M$LDR244' name 'items with no associated vendor'
category 'MSS Searches' (
[Item-Vendor] is false
) report (
[Item-Code],
[Item-Description]
)
Items with an negative on-hand quantity:
search [Item Category] code 'M$LDR245' name 'items with negative on hand quantity'
category 'MSS Searches' (
[Item-On Hand] is less than '-1'
) report (
[Item-Code],
[Item-Description]
)
Items with a number in the allocated quantity field:
search [Item Category] code 'M$LDR246' name 'items with a number in the allocated field'
category 'MSS Searches' (
[Item-Allocated Qty] does not equal '0'
) report (
[Item-Code],
[Item-Description]
) |
IP Logged
|