Skip to main content

Posts

Nested try/catch - have used them yet?

·3 mins
If you have not used try/catch blocks, don’t be surprised - you do have company. Even to this day and age when Siebel has become a really make sure application over a decade ( without any significant changes for the better part of the decade I might add), there are developers who simply skip this.

Start tracing Siebel for effective debugging

·2 mins
Siebel logs provide a whole lot of information to debug application issues. Although invaluable, they fall short in one aspect - scripting. When you have complex eScripts in your application, you’ll find it difficult to write new scripts on top of them as well as debug any of the existing scripts.

Siebel Scripting vs. workflows - Fight!

·4 mins
Siebel workflows are quite powerful. They provide a good alternative to scripting, And that is a recommendation that you see from most of the designers, and from Oracle. But, can workflows to everything that scripts can do?

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.

Siebel deployment considerations

·4 mins
Siebel deployment is a project on its own. Although you can tell yourself that all your hard work is done by completing the system integration testing, experienced guys will tell you that your work is not complete until the application is deployed in production environment (& accepted by users :).

Siebel Configuration(CFG) File Explained

·11 mins
Have you seen Siebel CFG file lately? For more Siebel developers CFG file is something that you need to set up during the very beginning of the project, and then it becomes transparent.

ActiveX Considerations for Siebel HI deployments

·3 mins
High interactivity client started as the cutting edge technology to provide rich client functionalities during the early 2000’s. I will not getting into how much relevant to this age when JavaScript can create desktop applications, But it is suffice to say that HI had a crucial role to play for a long long time.

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.