Hello
I created 1 typed list that has fields from:
- Entity Adres
- Entity Residence
The Residence has 2 colums, with dutch an french language.
In the typed list you can select the entity and field you need for the typed list.
But the problem is: Residence.DescriptionFr" could not be bound.
What i do is create filter on adres by using FieldLikePredicate and AdresFields.Street, ...
But when i add 1 filter that is related to the adres (Residence)
I have this problem when i add the filter with related field
IPredicateExpression filterResidence2 = new PredicateExpression();
filterResidence2.Add(new FieldLikePredicate(ResidenceFields.DescriptionFr, null, string.Format("%{0}%", searchTerm)));
LogicCreator.CreateFilter(lijst, filterResidence2, request.Filters);
finalFilter.AddWithOr(filterResidence2);
My questions:
- If you create typed list in llblgen designer the relations are known, do you need to add it again ?
- Is there any other way to inform the FieldLikePredicate (In this case) witch field it needs to be