In scripting how you enable Button,and if I click the
button popup mesage should come.
Answer Posted / kavitha devarajan
function WebApplet_PreCanInvokeMethod (MethodName,
&CanInvoke)
if(MethodName == "ButtonMessage")
{
CanInvoke = "TRUE";
TheApplication().RaiseErrorText("Thanks..!");
}
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
How do you display the no. of records in a picklist (combo box/drop down) not the records in the pickapplet, in just 3 rows and not 5 rows(which is the default)?
What is constrainted picklist?
How we will create drilldown in form applet?
Explain how to specify a view to be displayed as aggregate view in siebel 7.7?
Name the databases you have worked on?
Why we using the user properties?
What is the function of swse on the web server? What is it?
How to find out new vanilla functionality in SIEBEL 7.7 and 7.8?
How do you import list of values?
Explain how to resolve foreign key in eim?
How do you display the number of records in a picklist(combo box/drop down) not the records in the pickapplet, in just 3 rows and not 5 rows(which is the default)?
What is difference between lov and picklist??
Explain while importing product or account data why we are populating bu_id?
What is outbound in picklist?
Why do we need to create employees at the database in siebel?