fields from different models on one tab

I have fields from different models on one tab, how do i get to show information for only one customer on  those fields. Currently it shows multiple customer info. I have tried setting a condition as follows but it still shows information for multiple customers. Thanks for any help.

Field
AcctSeed__Billing__c records where AcctSeedERP__Sales_Order__r.AcctSeedERP__Customer__r.Name
Operator
is
Value
the id page parameters
State
This condition is always on.





Daniel,

Check that your page actually has an id parameter. My best guess is that your condition isn’t getting an id parameter, and is set to deactivate if the parameter doesn’t exist.

Also, it looks like you’re comparing a Name field to an id… make sure you compare a Name to a Name or and Id to and Id.