quote:Posted - 03/24/2005 : 03:13:22Eric,I now understand what you are needing. You want an Account to view all nodes with Customer #ABC AND all Interfaces with Customer #ABC.I setup a test server to try and discover a solution for this issue. But I struck out.The problem is ... Account limitations will only show objects that match ALL limitations.Let's assume we add two limitations to an Account: one for Nodes.CustomerID ='#ABC' and another for Interface.ICustomerID = '#ABC'.So.. if an interface has CustomerID #ABC, it will not show up unless the Node ALSO has CustomerID #ABC.This breaks your original requirement of only showing the Interface belonging to the customer, not the Node. It also makes it hard to manage.The best thing I can reccommend at this time is give the Customer two logins, one for Servers and one for Interfaces.Limit the Servers login to Node.CustomerID = '#ABC' and limit the Interfaces login to Interfaces.ICustomerID='#ABC'I'll keep investigating this also. I may come up with something.