Siebel Open UI >  Is it posible to disable on a Form Applet, the record count navigation record from the title row, right side?

Is it posible to disable on a Form Applet, the record count navigation record from the title row, right side?

SOLUTION
The display of the number of records on applets comes from the web template. In the case of Form Web Templates, the .SWT file is CCRecordNav.swt and is referenced in the CCAppletFormGridLayout.swt file.

A way to achieve the desired behavior is by commenting this line in the template, then restarting the web server to see the result.

The file is located in WEBTEMPL. When the SWE is in Open UI mode and needs to look up an SWT file, it first checks the OUIWEBTEMPL/CUSTOM folder. When the file is not found there, it uses the standard OUIWEBTEMPL folder. In case the file is not specialized for Open UI, the SWE falls back to the standard WEBTEMPL folder and tries to locate the file there.

It is not recommended to modify the standard web templates, as these are affected by subsequent upgrades and changes may lead to unpredicted behavior. The way to customize this would be to create new custom template (copy of the Vanilla one with the appropriate code change), place it in the OUIWEBTEMPL/CUSTOM folder, and reference it in the web template definitions in tools.