OpenERP is distributed as packages/installers
for most platforms, but can
of course be installed from the source on any
platform.
OpenERP uses the well-known client-server paradigm,
with different
pieces of software acting as client and server
depending on the desired
configuration.
OpenERP provides a thick desktop client (GTK+)
on all platforms, and a
web interface is also accessible using any modern browser.
Explain the various options to define a Tree?
There are 2 options to define a Tree.
1. Detailed Tree: used to gather information about the various parts of the tree.
2.
Summary Tree: collection of detailed tree nodes.
Main elements of component
Interface
Component interface
name
Keys
Properties and collections
Methods
Get keys=>these are
mapped to the fields marked as scrh in the component’s search record. Automatically “Search key” fields
in search record become Get keys. We cannot change it.
- Using the Component Interface tester
- Give values in the tester for options
- Get Existing, Create new, Find and perform the operation from the CI Tester
What steps describe the peoplecode logic while implementing a Component Interface?
1. Establish a user session
2.
Get the Component Interface
3. Populate the Create Keys
4. Create an Instance of the CI
5. Populate the required
fields
6. Save the
What commands are valid in BS mode?
ENCRYPT_PASSWORD
PS Query definition is stored on which server?
DB Server
How do you login into BS mode?
DB Access Id
Where will you configure for failover of Application Server
Configuration.properties
- Process scheduler: psadmin -p <command> -d <database>
- Search server: psadmin -s <command> -d <domain>
- Application server: psadmin -c <command> -d <domain>
Check the server status of the an application server domain (is it up or down):
psadmin -c sstatus -d YOURDOMAIN