0% found this document useful (1 vote)
2K views

EAI Value Maps: By, Suhas Rai Sharath Lagvankar

This document provides an overview of EAI value maps in Siebel, which correlate Siebel data values with external data values. It describes the functions for looking up value maps (EAIGetValueMap, EAILookupSiebel, EAILookupExternal) and the CSSEAIValueMap translate method. It also outlines how to create and use value maps, including navigating to the EAI Value Maps screen in the administration module and populating the Siebel and external system values based on the direction.

Uploaded by

milanvb
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
2K views

EAI Value Maps: By, Suhas Rai Sharath Lagvankar

This document provides an overview of EAI value maps in Siebel, which correlate Siebel data values with external data values. It describes the functions for looking up value maps (EAIGetValueMap, EAILookupSiebel, EAILookupExternal) and the CSSEAIValueMap translate method. It also outlines how to create and use value maps, including navigating to the EAI Value Maps screen in the administration module and populating the Siebel and external system values based on the direction.

Uploaded by

milanvb
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 14

EAI Value Maps

By,
Suhas Rai
Sharath Lagvankar
About EAI Value Maps
EAI Value Maps correlate Siebel data values with
external data values.
If you are:
•Sending and receiving data, you can create
inbound and outbound maps for the same data
•Receiving data only, you need only to define an
inbound map
•Sending data only, you need only to define an
outbound map
About EAI Value Maps(Contd)
EAI Value Map Functions
•EAIGetValueMap Function
•EAILookupSiebel Search Function
•EAILookupExternal Search Function
EAIGetValueMap Function
General Format:
EAIGetValueMap (type, direction
[,unmappedKeyHandler])

Returns:
Value map for translating lookup keys using the
Type-Direction combination
Ex:
var langMap = EAIGetValueMap(“Jurisdiction
State NWCS","Siebel Inbound","");
EAI Value Map Method
•CSSEAIValueMap Translate Method
The CSSEAIValueMap object has one method:
Translate:
Translate (key)
The Translate method looks up the key value in
the EAI Value Map and returns the translated
value.
The call looks for the key in either the Siebel
Value column or in the External System Value
column, depending on the value of the type.
EAI Value Map Method(contd)
Ex:
var translatedValue= langMap.Translate ("ABC");
EAILookupSiebel Search Function
This function returns an EAI Value Map, with
inbound direction that has the external value
matching the value in the [].

General Format:
EAILookupSiebel ("EAI Value Type",[Source field
that lookup will be based on]).
Ex:
EAILookupSiebel("Jurisdiction State NWCS",
([Jurisdiction State NWCS]),"")
EAILookupExternal Search Function
This function returns an EAI Value Map, with
outbound direction that has the Siebel value
matching the value in the [].

General Format:
EAILookupExternal ("EAI Value Type",[Source
field that lookup will be based on])
Ex:
EAILookupExternal ("Jurisdiction State NWCS",
([Jurisdiction State NWCS]),"")
Creating EAI Value Maps
•Navigate to the Administration - Integration
screen > EAI Value Maps > EAI Lookup Map
view.
•Click New.
•Select Direction (Siebel Inbound or Siebel
Outbound) and Type from the pick list. Type is
pre-defined in the system. If a new type needs to
be added, you must add it to the List of Values
view under Applications Administration.
• Depending on the Direction and Type selected,
enter the Siebel Value, External System Value.
Creating EAI Value Maps(contd)
Siebel Inbound
Creating EAI Value Maps(contd)
Siebel Outbound
Usage of Siebel EAI Value Map
References
•Business Processes and Rules: Siebel Enterprise
Application Integration - Version 8.0

You might also like