By neel + April 20th, 2008
I have faced this problem quite a number of times. Below is the description of problem
Problem:
You are using upsert operation of EAI Siebel Adapter using an Integration component. When you insert a record it gets inserted successfully but if you try to update that record sending the row id of the object. It fails the [...]
By neel + April 20th, 2008
Everybody who I know has same feeling about Oracle Metalink 3. It doesn’t even come close to earlier Siebel support web. It is difficult to navigate and too slow and goes down frequently but we have to work with it.
So, here is an article that can help with the most heavily use feature of support [...]
By neel + April 17th, 2008
Few days back a new user of siebelunleashed discussion fourm “Noone” posted couple of links that contain some useful information about ST Script engine. So, thought of sharing it with you all
Oracle Discussion Fourm
Siebel Group at ITToolbox
If you would like to follow that thread here is the link.
http://forum.siebelunleashed.com/index.php?topic=72.msg241#new
By neel + April 15th, 2008
Following up with my Previous Post I am back with an example of SetFieldValue on a calculated field.
In Action BC there is a Field called Primary Owned by Full Name.
The calculated value of this field is [Owner First Name]+” “+[Owner Last Name]
Picklist defined on that field is PickList Owned By.
In the screenshot below you can [...]
By neel + April 13th, 2008
Bookmarks are a functionality provided in Siebel tools which is pretty similar to what hyperlinks do in HTML. This is a pretty common functionality but I haven’t seen many people use it. It can help you to save your development time.
I will try to explain with example:
You are given a CR (Change Request) to develop [...]