Hide List Column in Query Mode on List Applet
Hi Experts,
We are using Open UI 8.1.1.14 version and have requirement to hide columns when applet is in Query mode.
Options tried:
1. Created Query Mode in Siebel Tools without these columns -> Clicking on Query button takes web template from Edit List so not working
2. PM file ShowControl used script like
$("[id=s_2_l_Account]").hide();
This only hides column in header but leaves the grid cell for Account.
Please suggest if there is any other approach or any sample script to implement this requirement.
Thanks,
Vinay