Siebel – Different MiniButton types
by Prachi SharmaYou must have come across the so many different types of minibuttons that you can place on your applets. Have you ever gotten confused as to which minibutton to choose for which particular applet?
It’s so nice to be back! Hello to everybody.
I was working on a configuration requirement recently when I needed to add a minibutton on an applet. I noticed that I had many different minibuttons available, and it seemed that all of them perform the same task. I consulted my senior who asked me to just use MinibuttonEdit kind of button. I digged a little deep into it, and, I am sharing here my findings with everybody.
You would find the following different types of minibutton options in Siebel:
MiniButton
MiniButtonEdit
MiniButtonEditNew
MiniButtonNew
MiniButtonQuery
Believe me all of them have different uses. Actually, their visibility on applets is controlled by the selection we make. You can refer the table below for easy understanding:
| New | Edit | Query | |
|---|---|---|---|
| MiniButton | Y | Y | Y |
| MiniButtonEdit | N | Y | N |
| MiniButtonEditNew | Y | Y | N |
| MiniButtonNew | Y | N | N |
| MiniButtonQuery | N | Y | Y |
The above selections will ensure that the selected button appears only in the Applet Mode that we want.
Related posts:
- Siebel – Number of rows displayed in List Applet Siebel Web Client by default shows only the first 7...
- Siebel – Custom Applet Title There is an Applet title on the top of the...
- Siebel – DefaultFocus – User Property In Siebel Application, whenever you navigate to a screen, the...
- Siebel – About SRF Window – Remove data Okay. This is something those who like to toy with...
- Siebel – Admin Mode Flag In my last project,we had a requirement of Admin Views,...
- Siebel – Showing red asterisk on a conditionally required field In Siebel vanilla Application, we see a red asterisk (...
- Siebel – changing Textbox height There are a number of HTML controls available in Siebel....
Nice Post.I always used MiniButton for designing new button on Applets.I will try other type of buttons in future as per suggested table.
Nice piece of info for all of us I guess!
I am happy the blog is helping us all.