Filtering on Customer Screen does not use more than one filter
问题 I am using the AR303000 screen to search for a customer. If I add more than one filter only the first filter is applied. Also, the results set does not include the GeneralInfoMainAddress lines. This may be why the filter is not working. AR303000Content AR303000 = context.AR303000GetSchema(); context.AR303000Clear(); List<Command> cmds = new List<Command>(); cmds.Add(AR303000.CustomerSummary.ServiceCommands.EveryCustomerID); cmds.Add(AR303000.CustomerSummary.CustomerID); cmds.Add(AR303000