Hi guys

I have a more general question about the Meta Data Adapter. I have a load of adapters which any user who is a valid customer can see. This works fine as I check the user is a valid system user in notifyUser (he passes a session he has got from our system) once he is through this check he can see any items he subscribes to. However what if I want users to only be able to see certain items in a data adapter. Basically if you have a Data adapter that provides user P&L and you want each use to only be able to see their P&L so ITEM = PNL.12345 for user 12345 where do you put this authentication. It has to be in Meta Data Adapter but I can't see anywhere obvious that passes a user , session and the actual Item they want to see.

Thanks

Mike