What are The Business analysis tasks

Each of the six business analysis knowledge areas has a purpose. The purpose of the Requirements Analysis knowledge area, for example, is to determine a solution to meet stakeholder needs.

A knowledge area is made up of tasks, each of which also has a purpose. Business analysts perform these tasks to accomplish the overall purpose of the knowledge area.

Resolving Siebel High Interactivity problems

Siebel applications are divided into two categories based on the graphical users interface (GUI), High Interactivity Applications and Standard interactivity application.

High interactivity application run only on Windows client desktops because these applications use a frame work called Siebel high interactivity frame work.

Key Features of Functional Test Tools

Tools for functional test automation (such as QuickTest Pro from Mercury Interactive or e-Tester from Empirix) provide features that allow you create and run functional test scripts. These features include:

What is Gap Analysis

Gap Analysis is to Identify and Analyze gaps and Recommend solutions for potential gaps identified between user requirements and purchased application (Siebel Horizontal / Vertical functionality)

How to approach Gap Analysis:

Customizations should be minimized
Customizations, if required, should not exceed 20% of the purchased application

eScript Property Set Printing Tool

During script debugging, for example, when developing a Virtual Business Component, it is useful to be able to print out the contents of a property set. This Technical Note lists eScript code that can be added to a business service to print out the contents of a property set.

How can users export System fields of an Integration Object?.

In Siebel, Integration Component Fields with Field Type property as "System" are not exported even if these fields are active during a query operation.

This is the expected behavior. This setting prevents the EAI Siebel Adapter from treating the field as a data field, which means for the Query and QueryPage method the EAI Siebel Adapter do not write to the fields.

How Do You Pass or Receive a Property Set to or from a Custom Business Service?

Within a workflow process, you can store a property set in a process property of type Hierarchy. To pass the content of a process property to or from a custom business service, however, the Type of the child property set stored in the process property must match the name of the input or output argument of the business service.

The following two examples demonstrate this principle.

Recent content