Creating a Workflow:
I used PRM ANI Utility Service (QueryBusComp Method) to Query Action BC and get the record count then used if Stop Step to display error message if record count is 1.
I tried that if I could put details of workflow here but couldn’t find a proper way. So, I am providing the Workflow [...]
Scriptless Siebel solutions – Part2
Scriptless Siebel solutions – Part1
This is a follow up article for a post I had written a few days ago about restricting record deletion. If you had followed the discussion/comments of the post you would have come to know that the solution offered by me (scripting) and suggested by others (MVL, Link, User property) were not perfect and there [...]
Configuring drilldown on a Form Applet
Sounds strange !!!
I bet many you would immediately think it is not possible to configure a drill down on a form applet but I would say, “Technically it is possible”. It wouldn’t be usual Hyperlink on a field that we have on a list applet but it would work the same way.
First let’s analyze the functionality [...]
Siebel Analytics Scheduler
Siebel Analytics Scheduler manages and schedules jobs. A job is a task performed by Siebel Analytics Server.
Siebel Analytics Scheduler supports two types of jobs:
Extending Siebel Objects
Mike M. Lin a seasoned Siebel Consultant has provided really good information on Extending Siebel Objects. He has written this post in response to interest generated by ABS/ATI framework series posted here.
His post gives us an important insight on how ATI/ABS framework might have been implemented.
You can read it on his blog but for the [...]
Restricting record deletion
Requirement:
We have Opportunities as Parent and Activities (Action BC) as child. Allow users to delete records from an Activities List Applet, only if more than 1 record is present.
Analysis:
Requirement seems pretty simple when we read the requirement statement. One thing is very clear that we have to use scripting. When we have to do [...]
New Look @ Siebel Unleashed
Hi Friends,
If you had opened Siebel Unleashed today I am sure you would have had pleasant surprise. As, I have mentioned earlier and now again. I am always striving to make Siebel Unleashed better and providing better user experience for readers of Siebel Unleashed.
In that endeavor I present you a better, simple and professional looking [...]
Conditional Search Specification
Few days back I was working on a requirement which was as following:
There is a parent child relationship between BC “X” and BC “Y”.
If “Aircraft Type” Field in BC “X“ (Parent BC) has value “MIG” then BC “Y” (Child BC) should show records that have “Model Number” (Child BC “Y” field) as 400 otherwise it [...]
Forcing Parent Child Relationship
“Link Object” lays the foundation of creating a parent child relationship between two entities in Siebel.
If we want to have parent child relationship between two business components here is what we do:
Identify a field in child BC that will act as Foreign key in Child BC.
Create a link between two Business Components.
Define one BC as [...]
