• 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
enquiry@[Link], we will be happy to explain.