19 January 2013
25 September 2012
Siebel: A Simple Log Analyser
- Look out for all the errors logged in the file. Even if most of them are benign, there is a chance (bad word to use here) that they are contributing to a larger error/system crash
- Keep a look out for the performance of various SQLs thrown at DB. If a transaction is taking a long time, that’s where you want to start
- Verify whether any Siebel transaction outside the DB is taking more time than expected (e.g. in cases where you have a really complex search spec that cannot be passed on to the DB)
Although I wanted to automate this somehow, for a very long time I just relied back on “proven” methods:
- Open log file, search for execution times around the functionality that is causing the issue
- Search for errors – most likely around the section that is causing the issue
- Navigate back and forth a lot, so that rest of the people think I already have a feel for how Siebel works and doing something great
- Rely on grep, tail and perl (when working on UNIX and developer-friendly). Sadly, Windows does not provide it out of the box, and to get open source/free tools in a restricted environment is no joy
- Performance times
- Errors
- An included editor is used to open log files (faster to open and navigate through large files)
- Tested it in Windows XP, with .NET 4.0
- Application should have write access to the folder from which it executes, and read access for the log files. It will not write back anything to the log files
13 August 2012
Siebel: Trace Only When Needed
TheApplication().TraceOn("c:\trace.txt", "Allocation", "All");While this is easy enough, an additional flexibility to trace only when required works out better. This can be easily accomplished using VB Script (not Siebel, stand-alone).
...
...
TheApplication().Trace("Committed to the change " + rowId);
...
TheApplication().TraceOff();
1. Open Notepad and type the following lines
'Reference SiebelApplication object2. Save the file and close it (assume the file is called "COGSiebelLog.vbs")
Set oSiebelApp = CreateObject("TWSiebel.SiebelWebApplication.1")
'Start tracing with appropriate parameters. Uncomment one of the options
oSiebelApp.TraceOn "C:\sbl-trace.txt", "Allocation", "all"
'oSiebelApp.TraceOn "C:\sbl-sql-trace.txt", "sql", "all"
'Continue tracing until stopped
set wshell = CreateObject("Wscript.Shell")
wshell.Run ("%comspec% /c title COGSiebelLog & echo Tracing in Siebel is currently on. & pause"), 1, true
'Stop trace and destroy object
oSiebelApp.TraceOff
set wshell = Nothing
3. Open Siebel client as always, navigate to the specific screen of interest
4. Double click on the VBS file to run the script
5. Perform the transaction that needs to be traced, hit 'Enter' in the command prompt of the running script after the transaction
You will find that the trace happens only when the VB script is running. You would still need to have 'Trace' statements in the script for any custom tracing though. A similar approach can be applied for SQL tracing as well (refer to the commented line in the above script).
03 June 2012
x2engine: A Good Lead Management Tool
This time, I will reverse the order - just for the fun of it.
Summary
+ A good CRM product with lot of potential+ Nicely done integrated interface, with lesser prompts to navigate throughout
+ Integrated collaboration features including message board, chat, forums
+ Easy drag & drop development, ala Sugar CRM and the likes
+ Open source [BSD license]
+ iPad ready :) - well, this from the marketing material. Can't test this unless some kind soul sponsors an iPad for me
++ Support for INR. Truly, I was left flabbergasted
- Limited feature set - targeted at lead management. Can only guess that the core industry support will find its way if the product survives for a few years
- UI needs some getting used to (notice the bottom-most links for History, Actions etc), and I was far from delighted to scroll up and down when I click something
- Some of the features appeared buggy on my computer, nothing that dedicated support or my own tinkering couldn't solve (no harm in boasting about that anyway)
Technology, Installation and Works
Features
- Having an integrated screen where you can subscribe to a contact, lead (Chatter!), or chat with your fellow reps (new Chatter!)
- Promote a contact and make her watchable at the click of a button
- Search encompassing all entities
- Ability to see others activities so that you are well prepared to blame them at any time
Usability
Configuration
The product allows power users or developers to configure everything of interest through drag & drop functionality.
20 March 2012
Documenting Requirements - A Few Thoughts
Structure and Language
- Correct: Speaks for itself, doesn't it?
- Complete: Should not be open-ended, and should carry forward on its own weight to functional spec
- Avoid use of "including ...", "not limited to "
- Don't make subjective or vague statements
- Avoid use of 'TBD', but do note that this is not disallowed
- Clearly state factors that have caused the exercising of that option
- Describe the conditions that will remove TBD
- Consistent: Consistency in description, language, and functionality expectations
- Bounded: Measurable conditions have to be described and relative statements have to be avoided
- "System shall provide response time less than or equal to 5 seconds" is better than "System shall provide quick response times"
- Unambiguous
- You cannot have a requirement listed but at the same time excluding from scope
- Use of "shall" (vs. use of "will")
- Use of definitive sentences that are deemed complete. Do not use "etc.", "including ... " and such terminologies which leave things to interpretation or imagination
- Avoid usage of double negatives in a sentence
- Simple to understand and well articulated
Handling Changes
Important Sections
- Business Rules and Business process diagrams: While not separate sections, making them part of the core requirements, or wherever needed, will help everyone to stay on the same page. Especially in case of COTS products, implementing business rules will demand a big share of development effort
- Non Functional requirements: Everything that is deemed important other than the core business requirements - like performance of the application, security requirements, usability requirements and supportability requirements have to be articulated. Even if the customer does not have this practice, it is never late to educate them and include such requirements in order to bring in enough clarity to business expectations
- Regulatory requirements: This is applicable and really important for certain industries like Life Sciences that are subject to intense auditing. For a newly proposed system, or even for changes to an existing system, capture and document requirements around regulatory considerations
- Assumptions: Clearly categorise assumptions while documenting them
- 830-1998: IEEE Recommended Practice for Software Requirements Specifications. http://ieeexplore.ieee.org/servlet/opac?punumber=5841
- 1233-1998: IEEE Guide for Developing System Requirements Specifications. http://ieeexplore.ieee.org/servlet/opac?punumber=5982
04 February 2012
Top CRM Blogs
My own list of sites (note - not only blogs) is not as lengthy, but does keep me occupied for a couple of hours in the week.
- Paul Greenberg's blog: Though Mr. Greenberg dropped the organization I work for in this year's CRM idol :). His posts are informative, full of CRM with a touch of humor
- Enterprise Irregulars: I am fairly regular on this site (through my reader). There are a bunch of really smart people who talk about a lot of things (not CRM, or IT alone)
- DestinationCRM: Well, this looks like a 90s magazine, and website. But, is a good source of information
- CRM Outsiders: This started more because of my interest in SugarCRM, but has continued ever since
- CRM Daily: A few good posts about CRM information can make one's day
31 August 2011
vTiger - A Serious Open Source CRM Contender
- vTiger is a small company, one of the two offices is in my own home town (= Bangalore, yeah!). The product is based on the LAMP/WAMP stack, and guess what, Sugar CRM. One of those instances of open source projects introducing competing products? Yes, this is (or can be) good for the customer, but do I want to see this as the Sugar CRM CEO? :). Some of us, open-source proponents, might want to think that this leads to a better all-round product, since there should be mutual learning for the two streams!
- The entire product is open source, thankfully there are no "different editions" (yet)
- While going through the various screens, one cannot help but compare how this stacks with Sugar. Since vTiger exposes all functionality, it has an unfair advantage in some of the below points (I only have access to SugarCE)
- While the CRM product is completely open source and available for download, vTiger can also be tried online. There is a on-demand version available for $12/user (check price list). Again, no editions, no limits - except for space - 5GB per client.
- The overall product is polished, and works well. I liked the UI finish and overall functionality better than Sugar
- UI is very similar to Sugar, but some of the features are a sure welcome. A brighter UI (with the colour buttons thrown in) is not helpful on its own, but adds to the lustre

- Entities like accounts can be assigned to individuals or groups. This is a far cry from person-based/team-based visibility, but still something powerful for small or mid-sized businesses
- As in other web-based CRM products, by default the user lands in the list view. Drilling down on the record will show detailed information for the entity. Associated information (like activities or contacts for the account) do not show up by clicking on another 'tab'. But getting individual entities like activities, contacts by clicking each time is a pain.



- An interesting feature is tagging. All entities can be tagged with any custom attributes, and these show up in a 'tag cloud'. Users sure will love this feature, anything to find out 'all accounts that are important for this campaign' in a single click :)
- Users of this application are assigned a role, while roles can have one or more profiles. Access to entity views or the individual fields can be pre-determined
- Analytical reports can be customized by end-user. It kind of provides "actionable-intelligence" since any record in the report can be drilled-down to see more details
- As in other web-based CRM systems, vTiger provides an administration screen where UI and fields can be configured. Changing UI and adding new fields is real easy and intuitive

- One of the interesting features is the ability to take backups. You can schedule a backup to be taken locally (where the server runs), or to any location through FTP
- There is also a provision to build workflows. OOB you get to do a few things like create an activity or send an email, and is also extensible. Workflows can run immediately upon satisfying the given criteria or wait for a pre-configured/customizable time to get initiated
- vTiger is extensible like Sugar, and getting new modules (mostly) is as easy as importing the zip file within the application. vTiger has its own market place, contributions have been mostly from the product development team. Some of the extensions sure seem interesting (keep a look out here for more :)
14 March 2011
SugarCRM: Working with Google Maps
The steps to integrate maps using this connector is simple/not simple as it is demonstrated below:
- You install module in the standard fashion to see a new 'Maps' module showing up in the main menu
- Navigate to the Maps screen and select the entity to which you want to map
- Select an existing map / create a new map
- If you have not already done that, click on 'Geocode Addresses' in the Maps module. This will fetch geocodes for the addresses entered in Sugar CRM
- Finally, see the map in Maps screen and have a blast (while you can)
- The catch before you begin the party - don't forget to check the statistics and keep your requests within limit of 2500 requests/day. Though this module claims to cache the geocoded addresses to limit these requests, you cannot start testing it prior to a customer demo (to avoid effects of Murphy's 101st law)
SugarCRM: Being Social
SugarCRM is one of the few CRM companies that made all the right noises before Social CRM was known by that name. As I started looking into what the product can do, it was natural enough to have high expectations. Now that I have touched the surface, you will get a chance to sneak-peak as well.
Social CRM, as they say, is customer's territory. As the fact goes, the customer does not give a damn about your beautiful website and the associated paraphernalia. So being Social has been to a large extent providing seamless ways of integrating the product with the external websites that are in the business of getting people to socialize. If the product can achieve that without inflicting pain on its users, it is indeed a welcome development.
I can confidently say Sugar CRM does not disappoint one, although I hasten to add it will not pass in flying colours either. I would have to warn you - all my experiments are confined to the 'community edition' version. To do justice I would have to go through the enterprise/standard editions one day, but I am not doing any implementation now and I am too lazy to follow-up for a trial version :). Here follows some tidbits:
- LinkedIn integration stands out indisputably, to such extent that I wondered whether there is any advertising revenue involved! Accounts within Sugar CRM are easily located, and can be processed through whatever LinkedIn offers
- There was a lot of gaga about the Twitter integration sometime back. Was quite dismayed to see that it is only present in higher editions. However I did find something on Sugar Exchange which does exactly that, except that it just didn't do it. Well I am quite proud of writing a Twitter connector in Siebel, one of these days I should be repeating that here - with far better customization capabilities
- As one can expect on an open forum, Sugar Exchange does offer connectors to a few of the well known 'social' platforms out there. But they seem to be nothing but 'connectors' or connecting frameworks, with all the heavy lifting yet to be done to have something that will be of some use. One of the examples I quote is the Jigsaw connector.
- I tend to think about (& catalog) the 'social crm' part separate from the 'enterprise 2.0' part (sorry, Oracle Social CRM). Integration with Box.net tends to fall into both spaces, and it has a free connector for higher editions (what is with these guys and editions - not enough money in open source, sigh!). But the best and simple example is the Sugar Feed dashlet on the home page. It lets the user type a message and let the world (his world) see - ain't that cool? In the below screenshot you see the user feed below the blog feed.
- There are also more than a few small players which provide enterprise 2.0 capabilities, and have provided connectors to them. For e.g Broadchoice, and Quontext, but did not interest me enough to 'actually' test them
07 March 2011
SugarCRM: Reporting
But, we are here to discuss more about how reporting plays a role in SugarCRM. Sugar does offer a reporting module, but that is limited to professional/enterprise versions, so it doesn't exist as far as I am concerned. When I started looking out for what can be done about the problem, I realized once more the open-source advantage. Almost nothing (barring my technical competence or lack thereof) will bar me from getting any BI suite with decent enough APIs to integrate with the Sugar CRM application. The whole problem can now be percolated to two major steps:
- First, an application that can enhance/provide good reporting capabilities, and hooks/libraries to integrate. Since it makes obvious sense to first check out free (freer as in you get the code) software, the list is not bad at all.
- Jasper reports - transactional/analytical
- Eclipse BIRT - carried forward in association with Actuate, transactiona/analytical reporting
- Spago BI - if not anything, the website is quite well done. Again, provides transactional and analytical reporting capabilities
- Rapid Miner
- Pentaho
- Next, apply the criteria of integration with SugarCRM, which is a PHP based application.
The second problem about integration was supposedly big now. Almost all reporting applications are java-based, and integration can pose a problem due to the steep learning curve required. But, again here comes to rescue another most big aspect nowadays - 'third-party app development'. There are more than few components on SugarExchange that provide utilities/connectors to some of the BI suites mentioned above. After some searching around I selected one of the third party components called Zucker Reports, for the obvious reason that it was available for development. This module deals with SugarCRM and Jasper reporting tool, so Jasper it is.
As simple as that, and without a line of code actually written, a bridge was established between SugarCRM and Jasper. Now, for some initial exploration:
- ZuckerReports provides the ability to generate On Demand reports or schedule them at your own convenience
- Reports designed and directly implemented in Jasper server can also be made available in the CRM application
- Parameterized reports can be generated as well (though I might add, the functionality is largely limited)
- Generated reports can be stored against a account/opportunity or some such record, and emailed to anyone interested
Yes, I understand this is no reporting nirvana. But there were one too many times I stifled 'a wow' when things fall into place almost automatically. Capabilities listed in other tools, and integration challenges certainly look promising to me and that is something I have to address sometime in the near future.
27 February 2011
SugarCRM: Seamless Mail Sync
How it works is pretty straight-forward.
1. The user can setup his own account to connect to an email account - gmail, yahoo, MS Exchange enabled by default
2. Connect to email box and check things in Sugar
3. Import the received/sent email within Sugar, and build other entities like account, opportunity etc. around it
I was also impressed by the level of integration a calendar entry has. For example, a divisional manager sends a meeting request to his boss and the rep working on a proposal. This is what the rep gets in the email.
Ofcourse, the point to note is that this was sent from the SugarCRM calendar. There is greater flexibility if it was google calendar (yes, there is a mod to connect with Google calendar).
The reason I was so delighted should probably be attributed to the way PIM Sync works. Until that is re-written, we probably would not miss out on 'complex' projects to implement email integration.
05 February 2011
Siebel: Prototype in eScript - Part 3
Problem: I need a function to lookup the description of a LOV provided its type and value
Solution: We address the problem in two steps:
Define a user object and make sure it is available for the session. One of the common ways of doing this is in Application object
Use the custom object to define a prototype for useful function(s) - in our case 'LookupDesc'
- Define a variable in the application script, for example: Siebel Life Sciences
- Write the custom business service 'COG Test Proto'
function MyAppFun()
{
// this is a dummy, but funny function.
}
[Service: COG Test Proto, Method: MyAppFun]
That's about it, now MyApp is ready to have some fun. Again, a quick service to test how things work.
A bit of theory on how it works:
- MyApp is defined as a variable in Application, the same is initialized in a business service. It does not matter what the function [MyAppFun] contains, we will not be using that anyway
- The prototype LookupDesc is defined as an extension of MyAppFun. Any object based on MyAppFun will have access to the LookupDesc functionality
- We invoke LookupDesc as an extension of the variable in the application object. There are other blogs out there who just use TheApplication = MyApp, but that practice is not encouraged as I understand
- When TheApplication().MyApp.LookupDesc is invoked, Siebel will look for the LookupDesc function for MyApp object. Since the functionality does not exist OOB, the prototype is consulted and in turn LookupDescFun function is executed.
If you are thinking this is an overkill, you may be right if this is all you want to do. Keep in mind that this coding practice will be more scalable, and ensures reusability.
02 February 2011
Siebel: Prototype in eScript - Part 2
Problem
Check whether the given string is a valid email address
Solution
Define the prototype to extend the OOB string object, and use it as many times as needed. To achieve this we define the prototype in the Application object.
Go to "Server Scripts" of 'Siebel Life Sciences' or similar, and define prototype.
(declarations)
String.prototype.IsEmail = CheckValidEmail;
Add a function 'CheckValidEmail' to the same application object.
function CheckValidEmail()
{
var rEmailPat = /^\w+[\w-\.]*\@\w+((-\w+)(\w*))\.[a-z]{2,3}$/;
return rEmailPat.test(this);
}
That's about it! Any string can now be tested for a valid email. We will quickly build a test function to demonstrate how this is used:
Service: COG Test Email
Method: Service_PreInvokeMethod
function Service_PreInvokeMethod (MethodName, Inputs, Outputs)
{
var sEmail = Inputs.GetProperty("Email");
Outputs.SetProperty("Valid", sEmail.IsEmail());
return (CancelOperation);
}
When you run this in the simulator, this should either return a 'true' or 'false' value depending on whether the supplied string is a valid email address. Now, a bit about how it works.
- First we define the prototype for the data type string with the statement String.prototype.IsEmail = CheckValidEmail'. This statement is executed when the application starts up.
- The above prototype points to a custom function 'CheckValidEmail'. This function uses a simple regular expression to test the validity of the entered string. It returns a 'true' when the string has the specified regex pattern, false otherwise
- None of the above has any effect until we actually invoke the 'IsEmail' function. When this function is used against the string object, Siebel checks the prototype since no such function exists OOB
- Return value from the function denotes whether the string 'sEmail' is a valid email address
Watch this space for one more example!
31 January 2011
Siebel: Script Libraries
If you have not already used script libraries, do take a look. The reduced coding implies lesser mistakes, debugging time and easier maintenance! The simple demo below illustrates the usage.
Step 1:
Create the target business service 'COG Test Script Lib'. A custom function 'Echo' is defined here.
Service_PreInvokeMethod:
function Service_PreInvokeMethod (MethodName, Inputs, Outputs)
{
return (CancelOperation);
}
Echo:
function Echo (MyString){
return "Echoed: " + MyString;
}
Step 2:
Create the caller service 'COG Test Script Lib Call'. There is only one method here - 'Service_PreInvokeMethod', and the following code has to be input:
function Service_PreInvokeMethod (MethodName, Inputs, Outputs) {
var bsTest = TheApplication().GetService("COG Test Script Lib");
Outputs.SetProperty("Output", bsTest.Echo("abc"));
bsTest = null;
return (CancelOperation);
}
Compare this to the approach in earlier versions. In most probability you will be coding something like:
function Service_PreInvokeMethod (MethodName, Inputs, Outputs)
{
var bsTest = TheApplication().GetService("COG Test Script Lib");
var psIn = TheApplication().NewPropertySet();
var psOut = TheApplication().NewPropertySet();
psIn.SetProperty("MyString", "abc");
bsTest.InvokeMethod(psIn, psOut);
Outputs.SetProperty("Output", psOut.GetProperty("ReturnString"));
psOut = null;
psIn = null;
bsTest = null;
return (CancelOperation);
}
And, don't forget to add a line or two in the target service 'COG Test Script Lib' to set required properties in the output propertyset. Now, a simple 'bsTest.Echo("abc")' does the job. Isn't life simpler?
24 January 2011
Siebel: Prototype in eScript
Tucked away in a remote corner in the eScript reference of the Siebel Bookshelf is a single paragraph referring to prototypes. Common to javascript developers, prototype is not something that we bother about too often. Prototypes provide a highly reusable way of extending out of the box objects, with an optimal memory usage as a bonus.
How do we use Prototypes?
The best way to understand will be through an example. Let us consider a problem where we need to add x days to the given date and get the next working day (!= Saturday or Sunday).
We go about this problem by extending the Date object to support a new functionality - add x days and retrieve the next working day. For simplicity sake we keep the definition of prototype and the actual call together, however they may be located in different objects as well.
To demo the prototype define custom business service 'COG Get Working Day' in Siebel Tools or Client. Paste the following code in relevant sections:
(declarations)
Date.prototype.AddDaysToGetWrkDay = AddDaysToGetWrkDay;
AddDaysToGetWrkDay
Service_PreInvokeMethodfunction AddDaysToGetWrkDay(iDays, Outputs)
{
var iDateNew; var iOneDay = 24 * 60 * 60 * 1000; // day in milliseconds -
(hrs/day * min * sec * ms)
this.setMilliseconds(iDays * iOneDay);
if
(this.getDay() == 0 this.getDay() == 6) { // if sunday or saturdaythis.AddDaysToGetWrkDay(1); // add one more day and check whether that falls
on working day}
return this;
}
function Service_PreInvokeMethod (MethodName, Inputs, Outputs)
{
try {
var dSomeDate = new Date("1/28/2011");
dSomeDate.AddDaysToGetWrkDay(1);
Outputs.SetProperty("New Date", dSomeDate);
return (CancelOperation);
}
catch(e){
throw(e);
}
finally {
dSomeDate = null;
}
}
When executed through simulator (or a call from placed from another service), the service returns the next working day - in the above example 31-Jan-2011. Read on to find out how.
Code Explanation
- 'Date.prototype.AddDaysToGetWrkDay = AddDaysToGetWrkDay' is the statement that tells the execution engine that there is a new prototype for Date object, and the extended functionality is provided by the function (or object) called 'AddDaysToGetWrkDay'. This is not synonymous with calling a function since there is no actual execution at this point. It is equivalent to a declaration.
- Next, define the function 'AddDaysToGetWrkDay'. This will act on the provided date object, which is referenced using 'this'. All it does is to add the given number of days to the date, check whether the new date falls on a Saturday or Sunday, continue adding more days if that is the case, and return the final date. Recursion is used to keep on adding days until it is not required.
- 'Service_PreInvokeMethod' just calls the extended function 'AddDaysToGetWrkDay' against the date object. When the actual call is made, the scripting engine looks at the Date object itself to check whether such a method is present, and then consults the prototype. Since such a prototype exists and points to a function, the function is executed to return the result
Note that the prototype itself may be defined only once, and the functionality is available thereon. Though this example is simple at its best, it does demonstrate how prototypes can be used to extend the objects.
Conclusion
Keep in mind the following:
- Prototypes share the same memory space. Multiple invocations do not mean multiple copies
- Prototypes can also be added later. Dynamic invocation can mean that you don't need to do everything in one place and at once
- A prototype can also be extended further. For example, I can very well define another which says 'AddDaysToGetWrkDay.prototype.ExcludeDay' to selectively exclude certain days. For example, myDate.AddDaysToGetWrkDay(21).ExcludeDay("Tuesday") can return the working day 21 days from the given date, but which is not a Tuesday
- From the above point you can observe that the methods can be executed in a 'chained' manner, which gives us a scalable solution that is easy to maintain (remember my OO reference in an earlier post?)
- Use prototypes for reusable functions, that is when they yield better results
So, how do you want to use prototypes in your application?
17 January 2011
Siebel: Custom Functions for TheApplication
- Additional business service objects have to be created during execution, this may put some overhead in terms of performance (business service caching kept aside for now)
- Invoking most of the business services out there involves creation of property sets and calling them in a "proper" way. With the increased lines of code comes the increased complexity
- Developers have to "know" about the business service. This is a big problem in the longer term since code again gets littered everywhere inspite of the same functionality in a service
There is a way to solve some of the above issues for simple reusable code (at least partially) - custom methods on TheApplication object. This uses a simple fact - all functions written in the application object will be available in any entity and method. Let us illustrate this with an example.
Problem: I need to get the description of a specified LOV. Though developers swear by LookupValue (and other Lookup) functions, there is little one can do about the 30 (or 50) char limit imposed by the data model. It is common to use Description (or some such field) for this purpose, but the code reuse is limited.
Solution: Write a LookupDesc function in the application object. Just edit the 'Siebel Life Sciences' (or any application) that is being used by your object manager. Create a new function called 'LookupDesc' and paste this code:
function LookupDesc(Type, Value)
{
try {
var sDesc = "";
var boLOV = TheApplication().GetBusObject("List Of Values");
var bcLOV = boLOV.GetBusComp("List Of Values");
with (bcLOV) {
ClearToQuery();
SetViewMode(AllView);
ActivateField("Description");
SetSearchExpr("[Type]='" + Type + "' AND [Value] = '" + Value + "'");
ExecuteQuery(ForwardOnly);
if (FirstRecord()) sDesc = GetFieldValue("Description");
} //with
return(sDesc);
}
catch(e) {
throw(e);
}
finally {
bcLOV = null;
boLOV = null;
}
}
Now, invoking the above function is by using a single line in applet, bc or a business service -
TheApplication().LookupDesc("MY_TYPE", "My Value")
This is also available in ScriptAssist against TheApplication, to make others aware of this function ofcourse!
A note of caution though - don't overdo this. I would recommend keeping the code here simple and tight, and to those functions where lot of reuse is foreseen.
30 December 2010
Siebel: User Defined Objects
Ever missed all the OOP goodness in Siebel? Although not used frequently, user defined objects provide you with some degree of control with hiding complexities in scripting. No, this will not help you attain OO nirvana - but you can start doing things with the custom objects and prototyping (another post for another day) to:
- Hide complexity
- Provide scalability
- Save memory while doing the above
Here’s a simple example that demonstrates use of user-defined objects. To test, you simply copy the code in a new client business service and you are all set.
First the Service_PreInvoke method:
function Service_PreInvokeMethod (MethodName, Inputs, Outputs)
{
var qryBC;qryBC = new GetRecord("Contact", "Contact", "[Id] = '0-1'", "First Name", "Last Name");
Outputs.SetProperty("First Name", qryBC.Values[3]);Outputs.SetProperty("Last Name", qryBC.Values[4]);
return (CancelOperation);
qryBC = null;
}
Next comes the constructor:
function GetRecord ()
{
try {
var arrValue = new Array();
var iCount;if (arguments.length < 4) TheApplication().RaiseErrorText("I need minimum four arguments - BO name, BC
name, SearchExpr and at least one field name.");var bo = TheApplication().GetBusObject(arguments[0]);
var bc = bo.GetBusComp(arguments[1]);
with (bc){
ClearToQuery();
SetViewMode(AllView);SetSearchExpr(arguments[2]);
for (iCount = 3; iCount < arguments.length; iCount++){
ActivateField(arguments[iCount]);
}
ExecuteQuery(ForwardOnly);
}if (bc.FirstRecord()) {
for (iCount = 3; iCount < arguments.length; iCount++){
arrValue[iCount] = bc.GetFieldValue(arguments[iCount]);
}
}
this.Values = arrValue;
} // trycatch(e){
throw(e);
}finally{
arrValue = null;
bc = null;
bo = null;
}
}
Now, the explanation:
Purpose:
Provide ability to query any given BO / BC and retrieve the specified field values
How did we do that:
First, we create an object called “qryBC”, which becomes instance of a class “GetRecord” when the constructor “GetRecord()” is executed. Since this is the very first exposure to the class/object concept, we are letting the constructor do all the work rather than splitting it up. At this time we also pass the arguments to the object, whereby the constructor will query and return you the results. For simplicity in further processing, we return an array with the query results. Note the use of ‘this’ in the constructor and the reference to the set values when retrieving results in PreInvoke method.
Never understood why OO beats procedural programming you say? You need to depend your friend Google to find out what you missed.(cross posted elsewhere)
28 December 2010
CRM 2011!
- Fusion should come out of its wraps
Inspite of Elison's jab at the implementable state of Oracle Fusion apps, I quite look forward to it. In the process, I also look forward to throwing out all the experience of developing lousy scripts using eScript/Siebel VB, half-baked COM interfacing programs, workflows with a clunky interface and all the configuration fun that can be had in any version of Siebel apps post v7. I will miss dismissing customer requests with a hard-hitting statement - "the functionality is tagged to SRF, and cannot be changed now". 2011 is a good year to brave up to J2EE, ODI, WebCenter, WebLogic and other hotchpotch. This is number one solely because I am associated with Siebel for too long a time. - SaaS triumps in Large Enterprises
Yes, I know this has been said since the inception of SFDC and the glorious just-dream-forces unleashed upon us. But it is not hard to listen when businesses (not IT) is shouting at you about why they should be spending so much on CapEx and ongoing maintenance including upgrades. So there will be a slew of studies on SaaS take-over, hybrid architectures and how many millions one saved while firing the software and the dream-teams which were keeping them afloat. Well, this cannot happen in next year alone but will enable me to brag about how it came true to a certain extent at the end of 2011. - Mobile to the Rescue!
Mobile phones with their ubiquity and affordability, should wield greater power over deciding the CRM strategy. How many of us wants to navigate the shiny website of Airtel when the transactions can be done through mcheck? CRM will get more focussed in the mobile space, true for developed and developing countries alike. App development, here I come! - Social CRM will bring down companies to their knees
Well, I sort of made it up - companies don't have knees. Service companies especially will struggle to keep an eye on what is going on, and would have to resort to several IT adventures before they can get things right. A piece of copied advice - it is not about IT guys (a.k.a 'dont blame me'), set your focus on what you want to do when customers are talking all good or bad about you. - Paul Greenberg should be crowned the undisputed thought-leader of CRM
I really like his way of writing - the book and the blog, even with my zero knowledge of baseball. Though I feel he vastly over-rates the power of getting Social, being a undisputed leader will push to the fore-front his genial thoughts on maintaining good customer relationship.
27 December 2010
Siebel: Importing data from files
Contrary to popular (and let me add, buggy) excel macros / VB COM programs that are available to load data to Siebel, this is a business service that can be imported to Tools / Client. But at the same time it does not offer as much flexibility, given below are a few things that make this tool stand apart.
Why another tool?
File import is nothing new to Siebel developers. But why use another tool when there are dime-a-dozen you say? Thus goes the story:
- The first thing that hits you - most of the tools to load Siebel data have inconsistent interfaces, and may require some amount of ‘getting-used-to’
- External objects or platforms are required to actually see what is going on, and hopefully to change the behavior. For example, you need Excel or Visual Basic software, or have a dependency on Windows platform to execute the code. And all that can be done, provided you understand what has been written there
- Customers might have their own restrictions in connecting to production systems using third party software and utilities
The Mechanism
COG Import Service is just a business service that can be applied to Siebel v7.5+, but has only been tested with 7.7 and 8.1. The service works with CSV/delimited files and has two distinct ways to handle them:
- Simple Update - This is just a wrapper to the OOB CSV reader service, with a couple of enhancements thrown in
- Update - A more sophisticated updater, which can do a few more things than what CSV reader can do
The steps involved in both methods are simple:
- Read file (all at once)
- Map fields to provided content
- Use a data map, if specified
- Update
Where they differ is in the way they process files.
When to use which method?
.. Simple Update
- Uses the 'CSV Reader Business Service', and hence needs an integration object (IO) to be available for the input data
- When the processing is simple and there is no need for processing more than one component/entity (in other words, entity and its children) at one time
- Processing should be fast
- Any errors should roll-back all transactions
.. Update
- Can be used with or without involving IO
- Delimited with be comma or something else
- Process entity and one child with one operation
How to Use?
Import the attached XML into Siebel Tools and compile to SRF, or imported into the Client (Site Map > Business Service Administration). Parameters to the service specify the parameters that are needed for a successful run. The file formats/structure has been documented in the service itself.
License
None, you can use it or throw it away. Use it at your own risk, unintentional bugs are all but risks of the trade.
You can watch this space (at your own risk, of course) for new versions - improvements or bug fixes.
26 September 2010
Fusion - at last
Well, the moment we have been waiting for is here - Oracle Fusion CRM finally finds the light of the day (so as to speak) in the recent Oracle Open World. This is a new technology framework folks, put on your best armour and start preparing for all new things coming your way. You can start with http://www.oracle.com/fusion! No, no downloads yet - you should satisfy yourself with the latest sales pitch. Alternately, you can take your frustration to the Siebel 8.3 Statement of Direction (available on support.oracle.com).






