MiniButton Control and MiniButton List Column
You can use a MiniButton with a control or list column where Siebel CRM defines the Method Invoked property. If the user clicks the button, then Siebel CRM calls the method. This method can be predefined or you can create a custom method that you code in Siebel Visual Basic or Siebel eScript. Siebel CRM commonly uses the following types of MiniButtons:
MiniButton. Displays a button.
MiniButtonEdit. Displays a button with an Edit caption.
MiniButtonEditNew. Displays a button with a New caption.
MiniButtonEditQuery. Displays a button with a Query caption.
You must set the Runtime property of the button to TRUE. If the Runtime property is FALSE, then Siebel CRM does not run the method.
You can define the appearance and functionality of a minibutton by editing the CCHtmlType web template. For more information, see Configuring an HTML Control Type.
For more information, see Using Declarative Configuration to Enable a Button.