Siebel – Number of rows displayed in List Applet
by Prachi SharmaSiebel Web Client by default shows only the first 7 rows. I guess all of us would have observed that. Today, I will share a Siebel tip as to how we can control increasing or descreasing this default number.
There are two kinds of settings in Siebel to control this:
1) Control the number of default rows being shown. And,
2) The maximum number of rows being shown in one go on the screen. This is when we press the Show More button on the Applet.
Controlling the default number of rows
There is a parameter called “NumberOfListRows” in the “SWE” section of the .cfg file. If you change this value, to say 10, you would see 10 rows by default in the List Applets by default. This is when this setting is not being overridden by some other property in Siebel.
If you want to set the default value of the number of rows to be displayed in only one Applet, you can set the property, “HTML Number of Rows” for that particular applet. This appears as a column in Siebel Tools along with the name of the Applet. Press
The value will default to 10 in case this property is not set at the indivisual Applet and the CFG file level.
Controlling the Maximum Number of Rows
In the SWE section of the CFG file, you can set the parameter, “NumberOfMaxListRows”. This will control the number of rows to be displayed on the List Applet once the Show More button is pressed and the applet expands.
This value defaults to 20 if not set in the CFG.
These tips are true for 7.x versions of Siebel. I remember one of my friends telling me that there is another option in Siebel 8.0. If somebody knows about that, please add to this post.
Related posts:
- Siebel – HTML Code displayed in Error Message There was a requirement in our project to make Account...
- Siebel – Custom Applet Title There is an Applet title on the top of the...
- Siebel Assets List view – Performance issue / Cannot display records Assets Screen Load is a major problem in Siebel, and...
- Siebel – Refresh Applet retaining existing context RefreshRecord() does not work in all cases, does it? This...
- Siebel – millisecond dates on Applet I had discussed in my previous posts about invoking a...
- Siebel – Run Case Insensitive queries This is a nice tip I ran across. All the...
- Siebel – changing Textbox height There are a number of HTML controls available in Siebel....
Hai when Applet is loaded then how many records will be retrieved..
this the question; Generally this depends on the Maximum cursor size parameter in buscomp and CFg file.Generally it set 500 at buscomp level..
and in CFG level.. set to 0,-1,and >0
these are allowed values
so if you set -1 it recieves infinite records
and if you set 0 or more records
0 more than 0 records
generally it set s ==”0″ it fetch more records in cfg file
i am not exactly followed but there is another user property is there.. Maximum cursor size