Task Based UI @ Siebel 7.8 | Next Tip »Home
Problem Solutions

High Interactivity Framework Problem.

We faced this problem quite often in Siebel 7.7. I am yet to face this error in Siebel 7.8 but I think there are lot of people that are still using Siebel 7.7 or even Siebel 7.5 so they might be facing this kind of problem.
Problem:
When clicking on Pick Applet in Siebel 7.7 application the [...]

Problem Solutions

Problem Generating Proposal – Fields values as NA.

Background
Few days back we added new fields that we had to use in Proposal Generation. After doing the required configuration when we used those fields in mapping they started showing up values as NA. When we accessed those fields from script they showed proper values and when we looked at backend database the values were [...]

Problem Solutions

Smart Scripts – Common problem faced.

This is a pretty common problem that is faced while working with Smart Scripts. When you try to open smart scripts you receive the following error
The File 1-LRF2_ENU.ssc could not be found on any specified file system. (SBL-UIF-00230)

 

Case Study

Debugging Workflow – A case study

Quite a few readers have asked me about real time scenarios of various posts that I have written. I try to explain with examples so that it is easy to understand but I think putting it in real working scenario will make more sense and more understanding. So, today I am going to narrate a [...]

Configuration

Making Search Specification Dynamic.

I think we all know what search specification means in Siebel. But just for introduction purposes I would like to give an overview.
Search Specification is criteria that we can apply on an Siebel object to restrict the amount of data that reaches the user.
You can apply search specification on objects like BC, Applet, Picklists etc.
Search [...]

How To

How To invoke a Siebel Business Service

In this post I will elaborate how we can invoke a business service in various ways. But first just an overview of what business service is.
Business Service (BS): Is a place where you write to code to implement business rules and process.
We can also write the code at BusComp and Applet level but that makes our [...]

Configuration

Synchronizing IO – learning the hard way.

Yesterday somebody posted a question about Synchronizing IO on the Siebel Forum. I did answer him there but I was not sure how many of you follow the forum so thought I would share my learning about Synchronization of IO with a wider audience
It was my first EAI Assignment and we were working [...]

Workflows

How to invoke a Workflow Process?

Workflow is one of the most commonly used functionality in Siebel. They provide us the way to automate simple and complex business process without much trouble.
Workflows can be invoke in several ways in Siebel.

Runtime Events
Scripting
User Property
Workflow Policy

In this post I will be giving example of how to invoke workflow process in different ways.

Workflows

Siebel Workflow Process an Introduction

Siebel Workflow is a software tools that lets us automate business processes with help of workflow processes. Some characterises of workflow processes are

They are created, edited and deployed in Siebel Tools.
Their changes in workflows is SRF independent though they are created and deployed in Siebel Tools IDE.
They are administered through Administration – Business Process Screen in Siebel [...]

Problem Solutions

Generic SSA NOTOK error message.(SBL-DAT-00472)

While working on CR (Change Request) I had to use a field in the script.
The Script was something like
var AgreeBO = TheApplication().GetBusObject(“Service Agreement”);
var AgreeBC = AgreeBO.GetBusComp(“Service Agreement”);
var OrderType = “”;
  with(AgreeBC)
      {
         ActivateField(“Oppty Order Type”)
         ClearToQuery();
         SetViewMode(3);
         SetSearchSpec(“Id”,AgreeId);
         ExecuteQuery();
         if(FirstRecord())
         {
            OrderType = GetFieldValue(“Oppty Order Type”);
       }
AgreeBO = null;
AgreeBC = null;
There is nothing unusual in [...]

How To

COMCreateObject – Opening an EXE File.

While working on COMCreateObject API provided by Siebel I noticed that with help of it we can communicate with Win 32 API provided by Windows which we usually do in VB.
So, when somebody asked me is it possible to open an EXE file from Siebel?
I thought it should be and started doing some work on [...]

Problem Solutions

ComCreateObject – Leading zeros problem in excel.

In my Previous Post I had specified how we can communicate with word and excel using ComCreateObject function available in Siebel.
Though one important thing to know is that you can only use this API in Server Scripts it will not work in Browser Script.
But recently while browsing Siebel forum in ITToolbox I came across a interesting problem [...]

Problem Solutions

Extending column in Local Database – Problem-Solution.

This is a problem that I recently faced while applying a column to a local database.
Problem:
While applying column to local database Siebel Tools hangs and your column extension is not successful.
Solution:

How To

How to Setup eMail Response in Siebel.

In last post I gave an overview of eMail Response functionality in Siebel. You can read the following post if you already haven’t gone through it.
 
For those you have gone through it, in this post I am going to outline the procedure of setting up of eMail Response for your application.  You need to follow the [...]

Configuration

Picklist in Siebel – An Overview

I think every Siebel developer gets to create a Picklist in his siebel carrer.This is one of the basic configuration that we do in siebel. In this post I will try to give overview of Picklist by answering few basic questions.
What is Picklist?

Page 1 of 212»

Polls

Do you like the new Comment System and new look to Site?

View Results

Loading ... Loading ...