0% found this document useful (0 votes)
9 views

SiebelInterviewQuestionsApplets

The document outlines key differences between List Applets and Form Applets, including their functionalities and record handling. It provides guidance on various applet operations such as making applets read-only, filtering records, enabling buttons, and displaying controls in different formats. Additionally, it explains the distinctions between MVG and Pick Applets and addresses common issues related to dropdowns and applet navigation.

Uploaded by

abhishek040599
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

SiebelInterviewQuestionsApplets

The document outlines key differences between List Applets and Form Applets, including their functionalities and record handling. It provides guidance on various applet operations such as making applets read-only, filtering records, enabling buttons, and displaying controls in different formats. Additionally, it explains the distinctions between MVG and Pick Applets and addresses common issues related to dropdowns and applet navigation.

Uploaded by

abhishek040599
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

• Difference b/w List Applet and Form Applet

List Applet - Form Applet -


o List Of Record Single Record
o List Colums Controls
o CSSFrameList CSSFrameBase

• My Applet is Showing 20 records in a list, i want to make it 5 records, How can i Make It ??
o HTML Number of Rows

• How can make a full applet Read only ? (Perform any operation)
o we can check the Flags, No Delete, No Update, No Merge

• How to Filter Records in a Applet , (i.e. show only record that matcher some condition)
Search Specification
o BC search is applied Org Wide
o Applet Search is applied only to the respective view

• What are User Property in Applets ,?


o User Propery - Special Feature that enable certain functionalities
o Example, CanInvoke: MethodName, True - to enable a Button

• What are the different ways to Enable a button in Applet


o User Propery -- Non Complex
o Scripting -- Conditional Enabling

• What is the maximum number of record that can appearin in List Applet
BC Level = Fetch Cursor Size

• I have created a button ,


o -- Button is not enabled why ?? --- CanInvoke is Not Defined
o -- Button is throwing error "Specialized method is not supported" ?? -- it does not
have a defination , no Script is defined at PreInvokeMethod

• Suppose there are 15 fields in a Applet, I want to show 10 Field if Certain condition matches,
All Fields in always, How can i achieve it ??
Applet Toggles

• I want to Navigate to some other view if i click on , say Last Name ??


DrillDowns --
o --> If its a fixed 1:1 , Static
o --> If its Dynamic/Condition 1:m , Dynamic DrillDowns

• If you want to make a Field/control Read only in applet, How to do it ??


We can set the ReadOnly checkbox at the Control/List Column Leve
o Why not at BC level --> As It will have Org Wide Impact
• What are Pick Applets and MVG Applets ??
These are special applets, which open in a PopUp Box and are used for Selecting a Record

• Difference between MVG and Pick Applet??


o MVG -- Multiple record -- Position/Responsibility (Inter Table)
o PickApplet -- Single Records

• how to show a control as Password, CheckBox, TextArea, etc.?


o Change the HTML type as per requirement.

• I am not able to Load the Dropdowns in a controls/i cannot see Dropdown arrow in a control
??
o LOV is Not defined
o Clear Cache might not be done
o RunTime check box might not be clicked
o
• Trick Question
There are 2 Applets on a View,

List Applet -- we have search Spec on Applet -- Last Name = 'Verma'

Form Applet -- we have search Spec on Applet -- Last Name = 'Sharma'

There are 2 records on the DB,

Shubham Verma

Rahul Sharma

Which Record will be shown in the applet???

If you do not get the answer to this Trick Question, please mail to
[email protected], we will be happy to explain.

You might also like