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 |
what is Localisation?
5 Answers Mannar Company, Mannaran, Satyam, SRM Infotech,
i need to invoke an external web service from siebel CRM using as input to the web service a value in business component field, i need to display the results in another applet asociated with a virtual business component, does anyone know how to do this? thanks
Hi All, anyone can explain me about precision n scale properties. while extending one column in a table we will cum under these properties. Thanks n advance.
Explain what is the difference between eim and eai?
Why do you need to create employees at the database in Siebel?
What is if table in eim?
Explain whats the difference between siebel 7.5 and 7.8? If we upgarde the application to 7.8 from 7.5 what are the areas we need to give importance from qa(testing) point of view?
How do you display the number of records in a picklist(combo box/drop down) not the records in the pickapplet, in just 3 rows and not 5 rows(which is the default)?
Explain what is constrainted picklist?
how to create constain picklist?process suppose country field is there and state field is there,when user selected Australia in country,i have to display aus related states only states field? pls senme ans to (selvarajb.tech@gmail.com)
What is the procedure to configure the static caching using the content group?
What is complex join? Difference with foreign key primary key join?