Announcement

Collapse
No announcement yet.

finder results configuration

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • finder results configuration

    Hi,

    Version:5.5 CU 5

    I would like to increase the results of an Order Release finder screen to 3000 records.
    Which property to be changed to reflect it?
    With the help of screenset,the maximum number is 1000 only.

    Thanks.
    Regards,
    Nikesh.

  • #2
    Re: finder results configuration

    I checked the search results and couldn't find the answer, you may need to contact Oracle support for the property. But keep in mind though that you are going to have performance issues if you increase this. If your users want to just get a total count why not try something like a business monitor or direct sql. In all honesty I don't think a single user will be willing to go through 100 records yet 1000.

    Edit:
    I just took a look at the glog.properties and can assume that the property may be something like this

    glog.webserver.finderresults.count=1000

    I based this off of one of the existing entries
    # maximum number of results returned by giv, optional
    glog.webserver.givresults.count=100
    Last edited by nick.polites; December 21, 2008, 14:45.
    If my post was helpful please click on the Thanks! button

    MavenWire Hosting Admin
    15 years of OTM experience

    Comment


    • #3
      Re: finder results configuration

      I found it today. It is mentioned in online help topic - Search Results (html/help/webhelp/en/general/eresults.htm)
      The parameter is:
      Code:
      glog.webserver.finder.limit=3000
      --
      Joseph Liang
      MavenWire APAC
      http://www.mavenwire.com/

      Comment


      • #4
        Re: finder results configuration

        Hi,

        I guess this will get applied to all finder screens of all business objects and will not be restricted for order release alone.

        Kindly confirm.

        Regards,
        Rajiv

        Comment


        • #5
          Re: finder results configuration

          Yes, it is applied to entire instance (all domains and all objects).
          --
          Joseph Liang
          MavenWire APAC
          http://www.mavenwire.com/

          Comment


          • #6
            Re: finder results configuration

            Hi All,

            Coming back to my question only for OR, I think this should work:

            glog.query.limit.<query name>=2000.
            where query_name refers to 'glog.server.query.order.OrderReleaseQuery'
            Regards,
            Nikesh.

            Comment

            Working...
            X