没有合适的资源?快使用搜索试试~ 我知道了~
首页Siebel与BIEE的集成资料
Siebel与BIEE的集成资料

交给大家如何在Siebel中嵌入Web页面,也教会大家如何将Siebel与BIEE集成在一起
资源详情
资源评论
资源推荐

Embedding External Web Content in a Siebel
View
Purpose
This tutorial covers how to embed external web content into a Siebel view using symbolic URLs.
Time to Complete
Approximately 30 minutes
Overview
Siebel applications can be configured to embed external web content into a Siebel view. The web
content may be independent of any Siebel records and is typically displayed in an aggregate view
in an appropriate screen (example: a view that displays current headlines). Alternatively the
content may be specific to a selected Siebel record and is typically displayed in a detailed view
(example: financial news reports associated with an account). In both cases Siebel users are able
to navigate among the linked web pages within the Siebel view as if they were accessing the web
content directly from a browser.
In this tutorial you create an aggregate view that embeds external web content.
You perform the following tasks to embed external web content into a Siebel view:
Add a calculated field to a business component that references a symbolic URL
Create an applet that exposes the new business component field and set its retrieval type
to symbolic URL. This value for the retrieval type indicates that data for the underlying
field comes from an external web server rather than the Siebel database.
Create a view that contains the applet and then add the view to a screen
Administer the view in the Siebel client
Administer the symbolic URL in the client to associate the symbolic URL with a target
web server
Test the configuration and administration tasks you implemented
Software Requirements
The following is a list of software requirements:
Siebel Tools (version 8.1 or above) must be installed

SIebel Call Center mobile/developer web client (version 8.1 or above) must be installed
The as-delivered sample database (version 8.1 or above) must be installed
Prerequisites
Before starting this tutorial, you should:
1. Be able to log into SIebel Tools as a developer
2. Be able to navigate in Siebel Tools, perform simple editing tasks, and compile edited objects to a
Siebel repository file
3 . Be able to log into the Siebel Call Center mobile or developer web client as an administrator
Configuring the Business Component
To configure the business component to reference a symbolic URL , perform the following steps:
1. Log into Siebel Tools as a Siebel administrator and connect to the Sample database.
2. Create a new project. You will assign the new UI object definitions you create to this project.
a. In Siebel Tools, select Project in the Object Explorer.
b. Create a new record and set Name = SymURL Demo.
c. Click the Locked property and observe that the project is now locked.
d. Save the record.
3. Configure the business component field. You will use the Solution BC for this demo.
a. Select Business Component :: Solution | Single Value Field.
This notation directs you to select Business Component in the object explorer, and then select the
Solution object in the list editor. Next expand Business component and select the Single Value
Field child object type.

b. Select Tools > Lock Project.
c. Create a single value field and set:
Name
Demo_Training
Calculated True
Calculated
Value
"Demo_URL",,,, (make sure you
include the quotation marks)
Type DTYPE_TEXT
d. Save the record.
Creating the UI objects
You will use the list applet and view wizards in Siebel Tools to create the new applet and view.
You will need to make two edits to the list applet created by the wizard in order to use it to
display web content.
Creating the applet to display the embedded web page
1. In Siebel Tools, select File > New Object > Applets.
2. Click List Applet.
3. Click OK.
4. In the general screen of the list applet wizard:
a. Enter:

Project
SymURL Demo
Name Demo Solution Applet
Display Title Training
Business Component Solution
Upgrade Behavior Admin
b. Click Next.
5
.
In the Web Layout - General screen of the list applet wizard.
a. Below the upper left box, check Show All Templates.
b. In the upper box, select "ePortal URL Applet" and move it to the Base read-only mode field.

c. Click Next
6
.
In the Web Layout - Fields screen of the list applet wizard,:
a. In the Available field box, select " Demo_Training " and move it to the Selected Fields box.
剩余20页未读,继续阅读











安全验证
文档复制为VIP权益,开通VIP直接复制

评论4