If we can invoke a custom method using applet property
"CanInvoke" what is the need to use webapplet_precaninvoke
event method
what is the difference
Answers were Sorted based on User's Feedback
Answer / ashish
we can give condition also in userproprty in form of
calculate field(IIf ([Product Purchase Flag]
= "Y" ,"N" ,"Y")). but if business requirement for invoking
button is complex then we use script in event
webapplet_precaninvoke.
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / bhaskar
to activate or deactivate button we use preCanInvoke method.
when we want to invoke a method on clicking the button we
have to write code in canInvoke method in scripring
| Is This Answer Correct ? | 2 Yes | 3 No |
CanInvoke User property to invoke a button unconditionally
where when there is a condition/logic to invoke a button we
go scripting precaninvoke method
| Is This Answer Correct ? | 2 Yes | 4 No |
How is Siebel x data model is different from Siebel 0 data model?
Why do we use symbolic strings in siebel 77?
How to run genbscript.exe?
what is all mode sort?
Name the databases you have worked on?
Explain the use of catch in escript?
Why do we need to create employees at the database in siebel?
Where does the primary field of an mvg stored?
Explain how to edit the joined fields values in join?
what is siebmtsh.exe ?
Explain the use of detailed category in configuration?
Why does data not from related child tables not get exported when data is exported using an interface table?