Dear everyone
I have created a view criteria with query execution mode = both and i am inserting some records at run time in same view object for multiple custid and i want to filter this view object by particular custid after inserting the records
below is my code:-
setApplyViewCriteriaName("filterByCustomerNumber_VOCriteria");
setNamedWhereClauseParam("Bind_CustNumber", custNumber);
executeQuery();
but the problem is the view object is not getting filtered
please help;
Regard
Praveen