Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Problem Viewing Listed Items in ERP System

more options

I am trying to view a list of Purchase Orders in my web-based ERP system (Unanet) but when I go to search, only 1 out of the 5 PO's appear. I have contacted Unanet support and they logged into my account and were able to view all 5 PO's, so we're certain the issue isn't within the ERP. It's either with my computer or browser. See attached image for reference, there should be 5 Purchase Orders listed. There seem to be a few errors in my console (on the bottom of the picture) but I'm not sure how to fix them. Any help on this would be greatly appreciated!

I am trying to view a list of Purchase Orders in my web-based ERP system (Unanet) but when I go to search, only 1 out of the 5 PO's appear. I have contacted Unanet support and they logged into my account and were able to view all 5 PO's, so we're certain the issue isn't within the ERP. It's either with my computer or browser. See attached image for reference, there should be 5 Purchase Orders listed. There seem to be a few errors in my console (on the bottom of the picture) but I'm not sure how to fix them. Any help on this would be greatly appreciated!
Attached screenshots

All Replies (1)

more options

Thank you for the screenshot. Those console messages do not sound serious enough to explain this problem.

Can you detect any pattern in what is missing, for example, are the other four from a different time period, and could be excluded by a glitch in the date range of the search?

In Firefox's dev tools, the Network tab could be useful. If you click the request that is transmitting the search criteria, they either will show on the Headers (for GET requests) or Request (for POST requests) panes on the right side. (XHR parameters could appear under either depending on whether the background request uses GET or POST.) So that's a chance to reality check the parameters for errors or unexpected oddities.

More info: https://developer.mozilla.org/docs/Tools/Network_Monitor