Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Siebel CRM Interviews:Siebel AdministratorSiebel CommonSiebel Realtime
Copyright © 2018. All Rights Reserved
Siebel Realtime Interview Question:
Suppose In an Applet we have a Button When we click on that Button we need to get an Business service. How we are going to do it?
Submitted by: AdministratorPopulate Method Invoked of button(control). Add a BC user property for invoking BS using method mentioned on applet control
For script currently in PreCanInvokeMethod that always permits a method to be executed, make use of the Named Method n User Property. Using the existing script on PB Sales Activity Form Applet as an example, the process for making use of the user property instead of the existing script is as follows:
Add a new applet user property to the applet:
Named Method 1: mthdGotoAccount 'INVOKE', mthdGotoAccount
Note: This user property only works with the CSSFrameBase (for form applets) and CSSFrameListBase (for list applets) classes.
Submitted by: Administrator
For script currently in PreCanInvokeMethod that always permits a method to be executed, make use of the Named Method n User Property. Using the existing script on PB Sales Activity Form Applet as an example, the process for making use of the user property instead of the existing script is as follows:
Add a new applet user property to the applet:
Named Method 1: mthdGotoAccount 'INVOKE', mthdGotoAccount
Note: This user property only works with the CSSFrameBase (for form applets) and CSSFrameListBase (for list applets) classes.
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.