I've developed custom Business Data Connectivity solution using .NET Assembly Connector. It does have Comparison type filter for Finder method.
I can now create External List and use Data Source Filter from Edit view - it works. I can also add Business Data Connectivity filter web part, connect it to the external list - it works.
My question: how to filter the external list programmatically?
I don't want to enter value in edit list view or in Select External Items dialog of BDC filter web part. I want the value to be calculated on page load, for example, value = web site name,
In other words, is that possible to implement Business Data Connectivity filter web part yourself? it should work once, I don't want to change filter value.
Any ideas? Thanks Vladimir