I am working with a team which wants to use SharePoint as a solution to generate forms and lots of apps
However, their primary data base is an oracle database. on this database they have views which implement row based security.
If we use SharePoint, my understanding is that the BCS connector would pull all the data using 1 service account...and then sync with a list.
obviously the above does not work for this project.... because we want the bcs to always query the backend and pass the user name as a parameter.
I was reading about search architecture and the documentation said that now, the search indexers use BCS framework.
hummm...... so the indexer doesn't dump everything into a list ... does it. So the question I that does BCS always need a list to dump data into? or can it always send the query to backend?
Is it possible for me to parameterize the query so that I can pass user id as well?
val it: unit=()