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 |
Explain how extension table is related to base table?
Explain how to resolve foreign key in eim?
How to give Access controls to the forms, EX: Manager should view all forms, but salesrep can view only "salesview" form in Siebel?
Explain how to import list of values?
What is the process to create the dynamic drilldown?
Explain the differences between siebel 7.8 and 8.0?
what is siebmtsh.exe ?
Explain how would you delete or merge rows that have the same primary user key and different conflict ids using eim?
Where you will drop the constraints?
Explain what is the difference between "picklist generic" and "picklist hierarchical" business components?
Determine ootb functionality in siebel.
Explain pick applet, dynamic picklist: which will be better if performance issue is considered?