Skip to main content

Siebel Technology

How to use Siebel integration objects?

·4 mins
Integration objects in Siebel add the integration layer to Siebel business objects. They enable a customisable layer that can be used for data operations/mapping before the data reaches the business layer.

Edit Web Layout Error in Siebel Tools

·2 mins
Siebel tools has been there since forever. Generally speaking, it has been one of the stable software I have used. It is mature over more than a decade to provide the required tools for Siebel developer.

Trailing wildcard characters - Who doesn't want them?

·2 mins
Siebel provides a nice functionality for query actions. Whenever you query against a specific field, the application automatically suffixes that with a wildcard character - “*”. This will fetch the results for the values starting with the value your specified in the query.

How to make a field required in Siebel?

·2 mins
Siebel provides a lot of flexibility for the developer in configuring a solution. Right skills provide absolute power to ensure that the design is usable, performs well, and a scalable to future changes.

Leverage runtime events for Siebel workflows

·3 mins
Siebel workflows are quite for powerful validation and automation tools. I’ll even go to the extent of recommending workflows as one-in-all solution, as a vehicle for your more complex scripting needs, and for integration of course.

Error retrieving next record in Siebel

·4 mins
I have seen multiple instances and variations of the following error: Error retrieving next record from the database.(SBL-DBC-00104) You will get this error when you navigate to one or more specific views.

throw to debug Siebel eScript

·1 min
“throw” statement in Siebel eScript is inherited from the ECMA script. It will pass the error details back to the caller if there is an error during the script execution.