Siebel – SIA BC Utility Service – Invoke BC Method
by Ankit BhardwajI had discussed about the vanilla Business Service, “SIA BC Utility Service”, method “Next Record” in my previous post. Today, I will discuss the other method that this BS supports, “Invoke Method”.
This method provides the functionality of invoking a particular method of the specified Business Component i.e. a method of that particular BC for which this business service is used for can be called using this method. This method requires two input arguments for the same:
i) BusComp Name :- This argument requires the bus component name whose method needs to be invoked.
ii) Method Name :- This argument requires the name of the method that has to be invoked.
Once you specify these input values, the BS will work and will save a lot of scripting which may otherwise needed to be done.
Hope you have enjoyed my series on the BS, “SIA BC Utility Service”.
Related posts:
- Siebel – SIA BC Utility Service – Loop multiple records This is a vanilla business service which provides an extensive...
- Siebel – FINS Industry XML Query Service “Extracting values from a tag deep down in the Hierarchy.”...
- Siebel – EAI Siebel Adapter – Looping Multiple Records This is a follow-up post on the post, Siebel –...
- Siebel – EAI JMS Transport Hi All, After being a mere spectator and a regular...
- Siebel – Fetch Active view properties – II We discussed about fetching the values from the active view...
- Siebel – FINS Teller UI Navigation Siebel is POWERFUL! Now, need I even say that? And,...
- Siebel – Looping Multiple Records – III Looping through multiple records is a requirement we come across...
Good description Ankit