ADF MODEL - VIEW CRITERIA (VC)
ADF View Criteria: VIEW CRITERIA is nothing but a "Where" clause to the SQL query with some special functions". It will be used to refine the query results. View Criteria Types: =============== 1. Implicit View Criteria: Renders all the areas in the VO as a filter field. (Default) 2. Named View Criteria: Selected fields are participating in the filter fields section as per the configuration. Key Technical Term: -------------------------- What is RowMatch : RowMatch is nothing but "in-memory row filtering" OR CACHE What is Mode : [Filtering Option] Query/Database - Use query's where clause. [Default] Cache - In memory filtering Both - Use query or memory filtering. What is Bind Variables: Parameters applied to querie...