In scripting how you enable Button,and if I click the
button popup mesage should come.

Answers were Sorted based on User's Feedback



In scripting how you enable Button,and if I click the button popup mesage should come...

Answer / carolene

In the Pre Can Invoke 1method of the BVC or Applet specify
if Method Name =(<name of the method specified in the
button control>)
Can Invoke = "True"

Is This Answer Correct ?    7 Yes 3 No

In scripting how you enable Button,and if I click the button popup mesage should come...

Answer / suryaa

Taking with an example as when clicking a button "Currency
Popup Applet 2" should appear to fill in Currency code.

In control create

Name = Currency Popup,
Caption String Override = Currency Popup
HTML Type = MiniButton
Method Invoked = ShowPopup
HTML Only = Yes
Show Pop UP = Yes
Visible = Y
Visible Language Over Ride = Y
-------------
Select newly created Field (Currency Popup) In Applet
control User Property Create 2 new records.
REcord 1
Name = Mode
Value = Edit

Record 2
Name = Popup
Value = Currency Popup Applet 2
(Popup applet that appears when the button is clicked.)

Compile

Name = Mode

Is This Answer Correct ?    7 Yes 3 No

In scripting how you enable Button,and if I click the button popup mesage should come...

Answer / kavitha devarajan

function WebApplet_PreCanInvokeMethod (MethodName,
&CanInvoke)

if(MethodName == "ButtonMessage")
{
CanInvoke = "TRUE";
TheApplication().RaiseErrorText("Thanks..!");
}

Is This Answer Correct ?    9 Yes 6 No

In scripting how you enable Button,and if I click the button popup mesage should come...

Answer / suryaa

Without Script enable a Button.
EG >

I an New Button is created with a name "TestMethod",
in the "Method Invoked = EventMethodTestMethod".

No need to write a code in WebApplet_PreCanInvokeMethod.

Is This Answer Correct ?    4 Yes 3 No

In scripting how you enable Button,and if I click the button popup mesage should come...

Answer / satish

We can enable custom button using Eventmethodtestmethod
after enabling button in control user property we need to
give like
MODE: EDIT
POPUP: MESSAGE/Any Applet to show

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Siebel Interview Questions

In Siebel, what 'position' stands for?

4 Answers  


I have created hierarchical picklist. In parent all the values are displayed. When the values selected in the parent its displays proper value in the child picklist?

1 Answers  


Explain how to configure a mvg?

1 Answers  


Explain when do you use genbscript.exe?

1 Answers  


How to improve your performance in views?

1 Answers  


how to invoke workflows using scripting

2 Answers  


What is inbound and outbound in picklist?

1 Answers  


What is the difference between mvg applet and pick applet?

1 Answers  


How is tools architecture constructed in in Siebel?

1 Answers  


Explain is it posible to access more than one database at a single siebel application?

1 Answers  


i am planning to learn Siebel CRM, I have no idea how it works & i do have have couple of questions like a learner. i really appropriate you time on this. Questions 1) what is Siebel CRM..? 2) how does it works..? 3) is it GUI interface or program based..? 4)any learning documents (Online) if you have Please forward me.? mahi.bw@gmail.com 5)how do we implement the system..? 6) how do we support after implementation..? any online training course available..? any online step by step document availanble..? Please help me to get into the CRM world. Regards Mahi

4 Answers   CTS, IBM,


What is nameserver?

1 Answers  


Categories