Blog Detail
Siebel EAI
http://www.siebelbank.com
Siebel CRM, one of the leading CRM which can be customized based on the customers need.
Recent Posts
Invoke a Business service method from a datamap with the Input argument value
You can invoke a Business service method from a datamap and also you can provide the Run-time value for the Business service Input argument. For Ex: Source Expr: InvokeServiceMethod("BS Name", "BS Method", "InputArg='" + [Value] + &...
Set the environment variable
How to set the environment variable: Right Click on My Computer --> Properties--> Advanced -->Environment Variables--> Add and set the value of the new environment variables: SIEBEL_LOG_EVENTS = 4 and SIEBEL_FACAP_LOG_EVENTS = 5 ...
Spool the Log
To Spool the Log at Client Side for Business Rule Processor: The BRP log level is set with the environment variable - SIEBEL_FACAP_LOG_EVENTS, The value can range between 1 & 5. It requires the Siebel Log level (SIEBEL_LOG_EVENTS) to be se...
Generating sequence number and re-ordering
Situations can occur in which you need to create a field that provides sequential numbering for the parent business component. You can configure a sequence field in a detail business component by adding a business component user property called Sequ...
Loading Account Parent-child hierarchy during the Initial Load into UCM
The way to do this in Siebel UCM 8.0 is to use the EIM_UCM_ORG table (one record per account), filling the PAR_OU_ID field with the ROW_ID of the related parent account. This entails the need to load parent accounts before respective children, and g...
EIM uses temporary columns to manipulate data during processing
EIM uses temporary columns to manipulate data during processing. For example, EIM might store the ROW_ID value for a Siebel base table in a temporary column. These column names begin with T_ and indicate the table or column for which they are used. B...

