Adding a where clause to a business component linked to grid
Example
var filtervalue = getComponentByItemId('xxx', win).getForm().findField('filterName').getValue();
var strWhere = " ...";
store.baseParams.addSqlWhereClause = strWhere;Last updated