Download Video Tutorial of How to Enable logs for Siebel Dedicated Client | Next Tip »?

Recent Posts

Recent Comment

Workflows

How to Track Workflow Execution?

Tuesday, May 6th, 2008

I had written an article in the very start of this blog about how to increase logs to track workflow execution. Here is the link to the old post. Today we are going to discuss another approach that can help you track the execution of workflows and collect various statistics about them. This can be [...]

How to invoke a Workflow Process?

Thursday, January 24th, 2008

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.

Siebel Workflow Process an Introduction

Wednesday, January 23rd, 2008

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 [...]

Debugging Workflows - Continued.. by Dwarka

Wednesday, October 24th, 2007

This post was submitted by Dwarka who works with federal dept. Austraila and has 5 years of exp in siebel technology. He has mentioned it as an commnet but his tip is so useful that it deserves to be a post. So I am putting his comment as post with just minor formatting changes.

Siebel CRM How To - Invoke Wrokflow through BC User Property

Friday, October 5th, 2007

Till siebel 7.5 the only method know to invoke workflows were

Runtime Events in start step of workflow
Business Service
Business Component Script
Workflow Policies

Siebel CRM - Workflow Debugging through Logs.

Thursday, September 27th, 2007

When we talk about Siebel, I think Workflows are the most common term that we come across after Object Manager. We can achive really complex functionality through worklfows but what it means is that debugging them is equally complex. We generally test workflows through Simulation but if we were debug workflows in real time it [...]

Runtime Events Workflows - Part 2

Tuesday, September 25th, 2007

Click Here to Goto Part 1 of this Article
This Article is about Siebel CRM 7.X Workflows and Runtime Events. It tells you how can we use them to our advantange.
In this article I will tell you about the actual process of Setting up Runtime Event and Business Service assuming you have working knowledge of both. [...]

Siebel CRM - How To Call a Workflow Asynchronously?

Tuesday, September 25th, 2007

This Article is about Siebel CRM 7.X Workflows and Runtime Events. It tells you how can we use them to our advantange.
We all want the response time of our Application to be as fast as it can and we do everything that we can to achieve that. I am going to tell you about a [...]