Database Application Development: Forms, Views, and EIM
Test your knowledge of database application development concepts including form design, view management, document hierarchies, and Enterprise Integration Management (EIM) in enterprise CRM systems like Lotus Notes or Siebel.
Questions
EIM is a
- Real Time Integration
- Batch Mode Integration
- Both
- None
Can you use EIM to populate added extension columns in base table?
- True
- False
A form events occurs at the document level when users open or close a document
- True
- False
The view might contain all documents in the database, or only those that use a particular form, or only those created within a month, or any other rule you set.
- True
- False
View events occur when users work in a specific view or folder. View events include opening or closing a view, adding documents to a calendar view, or adding documents to a folder.
- True
- False
QueryOpen,PostOpen,QueryPast,PostPaste are few of the examples for view events
- True
- False
To create a new form, go to Form Designer and click New Form, or choose Create -> Design -> Form from the Designer.
- True
- False
we can copy and paste a form from the Design Form pane and then customize the form
- True
- False
Types of forms we can create
- Document
- Response
- Response to Response
- All the above
The form with a type "Document" means
- it is a main document
- it is linked to a main document of type Document
- it adds a third level to the document hierarchy
- All the above
The form with a type "Response" means
- it is a main document
- it is linked to a main document of type Document
- it adds a third level to the document hierarchy
- All the above
The form with a type "Response to Response" means
- it is a main document
- it is linked to a main document of type Document
- it adds a third level to the document hierarchy
- All the above
A Response document cannot exist without a parent
- True
- False
shared views are
- available to many users
- used by one person
- Both
- none of these
Form Events are useful for speeding up document display times because they execute only when a specific form event occurs, unlike field recalculations that occur each time a document is saved, opened, or refreshed.
- True
- False
The following are the few Examples for the Form events, onClick,OnDblClick,double-click,onKeyDown
- True
- False
A form-building shortcut that lets you store regularly used fields, sections, actions, and other form elements together is called subform
- True
- False
Every view has a view selection formula, which is a rule used to decide which documents will be displayed in that view
- True
- False
personal view is
- available to many users
- used by one person
- Both
- none of these
Users with Designer or Manager access can create
- shared views.
- Personal View
- None
- Both