In a Customer List I have added a new section called 'Invoice Line Items'. My goal is to have a grid which shows which items a particular customer has purchased.
First, I created two new linked fields in the InvoiceLine table called 'FullNameLinked' and 'SalesRepLinked'. These grab the respective info from the Customer table.
Then, I inserted a grid into the Customer List screen which lists items from the 'InvoiceLine' table (detached).
I then tried to automatically filter this grid by 'SalesRepLinked' using the logged in rep from the current session (this works by itself). However, when I try to further filter it by 'FullNameLinked' matching the 'FullName' value from the screen, I get no results.
What am I doing wrong? Is there a better way?