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 recognize that a particular table (base table) can be extended?
How to configure a mvg?
In an applet one custom button is created on clicking that button all the fields get validated and then message should be displayed on the other applet as the corresponding field values are empty
Explain audit trail in siebel.
Explain pick applet, dynamic picklist: which will be better if performance issue is considered?
i want interview question on siebel testing.very urgent
What is different between bounded and unbounded picklist?
What are the different views available in Siebel?
Explain what is detailed category and what is its use in configuration?
What are caching and purging in siebel?
How can you do the data cleansing in eim?
What are the steps for creating a mvg?
When do you use property sets in siebel?
Explain what is the difference between eim and eai?
How to convert single value fields into multivalue fields in the field object type found under business component?