二维码

[教程] CREATING RESULT VIEW

Twilight发表于 2015-12-04 22:51Twilight 最后回复于 2015-12-04 22:51 [复制链接] 2035 0

Let us create result view to show the results of the search.

Go to the UI component and create one more view. Give the view name and in the second step, give node name as result and choose the BTQRSrvCon.
result view 1.jpg

Just keep pressing continue until select view type step.  Here choose the view type as TABLE and context node as result. Check the configurable check box.
result view 2.jpg

Complete the wizard and save all entries. (Try to observe how many classes wizard will generate while saving. You can see impl class, ctxt class, cn00 class. )

We have created table view successfully.
result view 3.jpg

When you see a table icon next to any context node, then it is a table type view. We can generated classes (tick marks in the screen shot).

How come Configuration tab available itself?

Well we have chosen configuration check box while creating the view.

There are another two important points we need to keep in mind.

First one is, why we have selected BTQRSrvCon as an entity ?

Answer is, every dynamic search object will give results in the form of result type objects as specified in the MODEL.

See the below screen shot. Here BTQSRVCON will give you BTQRSRVCON as a result. That’s why we choose BTQRSRVCON as an entity for our view.
result view 4.jpg

Second one, why we created Result view as a table type.

Every search will result more number of records of same type.  In order to display all those records, table view is the best one.

Now we have developed two views. We need to display it on the web ui. Add the view to the window in the runtime repository (chapter 21).

Make one configuration by choosing certain fields. Go to the configuration tab and create one configuration. Click on Edit and move required fields from available fields section to the displayed fields section using the arrow marks. Save the configuration once you added the fields.
result view 5.jpg

Test the application and see what will happen.
result view 6.jpg

It is showing only one view. Next chapter will deal with this issue
回复

使用道具 举报

快速回帖

本版积分规则
您需要登录后才可以回帖 登录 | 注册有礼

快速回复 返回顶部 返回列表