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

When do we go for bc level user properties?

659


Explain the difference between lov and picklist??

584


Explain the use of detailed category in configuration?

487


what is implied join. Where do we find it ?

571


In Siebel 7.7, how do you add button icon in an applet?

567






How to run genbscript.exe?

641


What is the difference between mvg applet and a pick applet?

580


what is the maximum number of applets can be there in a view?

532


What is caching in siebel?

563


Explain how to find entity relation in siebel tools?

523


What value will get stored in the database when a field has both predefault value and post default value?

567


in a three level hierarchial picklist say country,state,city how do we perform pickmap 2)say if we have values same for country (having value 'A') and for state (having value 'A') and for city having value 'B' and in parent Lic we give value for city as 'A' how do it recognise it as State any other solution

2578


When do you use property sets in siebel?

707


What is detail applet and association applet?

621


Why do you need primary in mvg?

607