Hide Fields From Add Fields Section in af Query Advance Mode

Hi All,

In this post I am going to show you how you can hide unwanted fields in advance mode of af query.

If you see the screenshot below you can see that in "Add Fields" we can see all the attributes present in EmployeesVO. Suppose I want to hide ManagerId and "DepartmentId" in Add Fields option of af:query.


In order to hide this we have to go to view object and edit that attribute and then make Queryable to false as shown below.


Same thing you have to do with ManagerId attribute.

Now Run your page again go to Advance Mode of af:query.

You will notice that these two attributes are not visible at all.


Comments

Popular posts from this blog

Setting up the environment for Angular2 and Hello World Example in Angular2

Showing number of rows or row count on top and bottom of table in ADF.

Build a Simple ReactJS application using react-cli