Here’s the main saved search I am working on: list of items that a customer has bought in the past with their corresponding current customer-specific price from the customer record or the base price from the item record, if no specific price. I tried the transaction, pricing, customer and item saved search types but I could not get all the same info in one saved search.
This is why I thought I’ll just store the list of customers that bought the item in the item record itself. So I would not need the join anymore. I think having a concatenated text field may work because I can just filter by “contains….” but I am worried about the no. of character limitation of the field.