Hello everyone,
I’m trying to add a tab which contains a list from a custom entity into a standard page.
The standard page is Inventory Part Availability Planning and the custom entity is basically a comments entity.
I added the custom entity into the Projection “InventoryPartAvailabilityPlanningAnalysis” and added an entity association between those 2 entities with 2 mapped keys : “PartNo” and “Contract”.
My custom entity :

The projection configuration with mapping :

CF$_PART_NO is a persistend field of type reference
I followed documentation and it did not work : the list is not filtered by the effective partNo / contract on the page.
https://docs.ifs.com/techdocs/24r1/040_tailoring/225_configuration/200_client_configurations/250_entity_configurations/010_adding_custom_entity_to_standard_pages/#add_a_custom_entity_to_an_ifs_cloud_standard_page
Here is the aurena page design to display my list in my “Comments” tab :

When I check my “Comments” tab, it’s empty, no data :

If I set the datasource on the list, no data either.
If I remove the Binding on the list, my data is displayed, but all the entity will be displayed, without filter on Contract and PartNo which I set on the entity association mapping.
I added the binding on the list without datasource according to
I don’t know what I do wrong and why I cannot filter on specified mapping fields.
Any idea ?