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


Please Help Members By Posting Answers For Below Questions

Explain the function of nameserver?

527


What is the use of the indirect multivalue link and how do you configure it?

566


How to do validations in escripts and in configuration?

499


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?

638


Tell me what does install.ksh and imprep.ksh files do?

520






Name the databases you have worked on?

579


How to create extension table to an interface table in siebel?

523


What are the different views available in Siebel?

1726


How to convert single value fields into multivalue fields in the field object type found under business component?

509


What is horizontal and vertical in siebel?

614


What is the deployment options used for load balancing with netscaler?

539


Why do we use symbolic strings in siebel 77?

594


How to specify a view to be displayed as aggregate view in siebel 7.7?

678


How is load balancing maintained in the server?

538


How to resolve foreign key in eim?

541