Siebel – Looping Multiple Records – III
by Nitin JainLooping through multiple records is a requirement we come across multiple times in almost all Siebel Implementations. And, I can’t recall how many times I have seen dirty scripts to achieve the objective.
I call this Part III, as we have already covered this before on GeeksBlogging@dotCOM, in the articles,
Siebel – Looping multiple records – Query and Process
Siebel – SIA BC Utility Service – Loop multiple records
The above two posts also achieve the same same objects, albeit in a different way.
In my list of preferences, I rate the solution, Siebel – SIA BC Utility Service – Loop multiple records the highest. The only problem is that the Business Service, “SIA BC Utility Service” is not all that well documented by Siebel / Oracle. Developers are often sceptical of using a component which does not have sufficient official documentation to support it.
As a solution to the above, I will introduce looping through multiple records using the coventional Siebel methods.
I am sure everybody who has ever worked in Siebel EAI, would have heard about the Siebel Vanilla Service, “EAI Siebel Adapter”. However, not all of us are aware of the true power of this BS. Yes, we will be using EAI Siebel Adapter BS to loop through multiple records in Siebel in the following posts!
EAI Siebel Adapter has many supported methods:
Delete
Execute
Insert
Query
QueryPage
Synchronize
Update
Upsert
The details of each of these methods and their usage calls for a separate post in itself. I strongly believe that and Siebel EAI professional should make himself very comfortable with this BS, as you would soon notice how much of Siebel EAI revolves around it.
Keep watching this space for the actual usage info. The above should be enough to get the grey cells going!
Related posts:
- Siebel – EAI Siebel Adapter – Looping Multiple Records This is a follow-up post on the post, Siebel –...
- Siebel – Looping multiple records – Query and Process In my last post, I discussed as to how we...
- Siebel – Looping multiple records – Update records Hi, We often come across a requirement where we need...
- Siebel – SIA BC Utility Service – Loop multiple records This is a vanilla business service which provides an extensive...
- Siebel – Merge Records – Checklist I call this Part III, and concluding part of a...
- Siebel – Automating Merge Records by script – II I call this Part II, as I have already introduced...
- Siebel – Merge Records Functionality How many times have we realized that there are multiple...
[...] is a follow-up post on the post, Siebel – Looping Multiple Records – III. We are looking at possibly more conventional methods to loop through multiple records in Siebel, [...]